File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change 2
2
<modelVersion >4.0.0</modelVersion >
3
3
<groupId >org.cryptomator</groupId >
4
4
<artifactId >cryptofs</artifactId >
5
- <version >1.5.0 </version >
5
+ <version >1.5.1 </version >
6
6
<name >Cryptomator Crypto Filesystem</name >
7
7
<description >This library provides the Java filesystem provider used by Cryptomator.</description >
8
8
<url >https://github.com/cryptomator/cryptofs</url >
14
14
</scm >
15
15
16
16
<properties >
17
- <java .version>8</java .version>
18
17
<cryptolib .version>1.2.0</cryptolib .version>
19
18
<dagger .version>2.15</dagger .version>
20
19
<guava .version>23.6-jre</guava .version>
138
137
<artifactId >maven-compiler-plugin</artifactId >
139
138
<version >3.7.0</version >
140
139
<configuration >
141
- <source >${java.version} </source >
142
- <target >${java.version} </target >
140
+ <release >8</release >
143
141
<showWarnings >true</showWarnings >
144
142
</configuration >
145
143
</plugin >
You can’t perform that action at this time.
0 commit comments