Skip to content

Commit

Permalink
Merge branch 'release/1.5.1'
Browse files Browse the repository at this point in the history
  • Loading branch information
overheadhunter committed Apr 3, 2018
2 parents 76bdbfd + 604a318 commit 82d8a4c
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>cryptofs</artifactId>
<version>1.5.0</version>
<version>1.5.1</version>
<name>Cryptomator Crypto Filesystem</name>
<description>This library provides the Java filesystem provider used by Cryptomator.</description>
<url>https://github.com/cryptomator/cryptofs</url>
Expand All @@ -14,7 +14,6 @@
</scm>

<properties>
<java.version>8</java.version>
<cryptolib.version>1.2.0</cryptolib.version>
<dagger.version>2.15</dagger.version>
<guava.version>23.6-jre</guava.version>
Expand Down Expand Up @@ -138,8 +137,7 @@
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<configuration>
<source>${java.version}</source>
<target>${java.version}</target>
<release>8</release>
<showWarnings>true</showWarnings>
</configuration>
</plugin>
Expand Down

0 comments on commit 82d8a4c

Please sign in to comment.