Skip to content

Commit 82d8a4c

Browse files
Merge branch 'release/1.5.1'
2 parents 76bdbfd + 604a318 commit 82d8a4c

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>org.cryptomator</groupId>
44
<artifactId>cryptofs</artifactId>
5-
<version>1.5.0</version>
5+
<version>1.5.1</version>
66
<name>Cryptomator Crypto Filesystem</name>
77
<description>This library provides the Java filesystem provider used by Cryptomator.</description>
88
<url>https://github.com/cryptomator/cryptofs</url>
@@ -14,7 +14,6 @@
1414
</scm>
1515

1616
<properties>
17-
<java.version>8</java.version>
1817
<cryptolib.version>1.2.0</cryptolib.version>
1918
<dagger.version>2.15</dagger.version>
2019
<guava.version>23.6-jre</guava.version>
@@ -138,8 +137,7 @@
138137
<artifactId>maven-compiler-plugin</artifactId>
139138
<version>3.7.0</version>
140139
<configuration>
141-
<source>${java.version}</source>
142-
<target>${java.version}</target>
140+
<release>8</release>
143141
<showWarnings>true</showWarnings>
144142
</configuration>
145143
</plugin>

0 commit comments

Comments
 (0)