浏览代码

Merge branch 'release/1.3.0-rc9'

Sebastian Stenzel 7 年之前
父节点
当前提交
0fa03e05a8
共有 9 个文件被更改,包括 10 次插入9 次删除
  1. 1 0
      README.md
  2. 1 1
      main/ant-kit/pom.xml
  3. 1 1
      main/commons/pom.xml
  4. 1 1
      main/jacoco-report/pom.xml
  5. 1 1
      main/keychain/pom.xml
  6. 1 1
      main/launcher/pom.xml
  7. 2 2
      main/pom.xml
  8. 1 1
      main/uber-jar/pom.xml
  9. 1 1
      main/ui/pom.xml

+ 1 - 0
README.md

@@ -5,6 +5,7 @@
 [![Codacy Badge](https://api.codacy.com/project/badge/Grade/2a0adf3cec6a4143b91035d3924178f1)](https://www.codacy.com/app/cryptomator/cryptomator?utm_source=github.com&utm_medium=referral&utm_content=cryptomator/cryptomator&utm_campaign=Badge_Grade)
 [![Twitter](https://img.shields.io/badge/twitter-@Cryptomator-blue.svg?style=flat)](http://twitter.com/Cryptomator)
 [![POEditor](https://img.shields.io/badge/POEditor-Help%20Translate-blue.svg?style=flat)](https://poeditor.com/join/project/bHwbvJmx0E)
+[![Latest Release](https://img.shields.io/github/release/cryptomator/cryptomator.svg)](https://github.com/cryptomator/cryptomator/releases/latest)
 
 Multi-platform transparent client-side encryption of your files in the cloud.
 

+ 1 - 1
main/ant-kit/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.cryptomator</groupId>
 		<artifactId>main</artifactId>
-		<version>1.3.0-rc8</version>
+		<version>1.3.0-rc9</version>
 	</parent>
 	<artifactId>ant-kit</artifactId>
 	<packaging>pom</packaging>

+ 1 - 1
main/commons/pom.xml

@@ -5,7 +5,7 @@
 	<parent>
 		<groupId>org.cryptomator</groupId>
 		<artifactId>main</artifactId>
-		<version>1.3.0-rc8</version>
+		<version>1.3.0-rc9</version>
 	</parent>
 	<artifactId>commons</artifactId>
 	<name>Cryptomator Commons</name>

+ 1 - 1
main/jacoco-report/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.cryptomator</groupId>
 		<artifactId>main</artifactId>
-		<version>1.3.0-rc8</version>
+		<version>1.3.0-rc9</version>
 	</parent>
 	<artifactId>jacoco-report</artifactId>
 	<name>Cryptomator Code Coverage Report</name>

+ 1 - 1
main/keychain/pom.xml

@@ -3,7 +3,7 @@
 	<parent>
 		<groupId>org.cryptomator</groupId>
 		<artifactId>main</artifactId>
-		<version>1.3.0-rc8</version>
+		<version>1.3.0-rc9</version>
 	</parent>
 	<artifactId>keychain</artifactId>
 	<name>System Keychain Access</name>

+ 1 - 1
main/launcher/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.cryptomator</groupId>
 		<artifactId>main</artifactId>
-		<version>1.3.0-rc8</version>
+		<version>1.3.0-rc9</version>
 	</parent>
 	<artifactId>launcher</artifactId>
 	<name>Cryptomator Launcher</name>

+ 2 - 2
main/pom.xml

@@ -3,7 +3,7 @@
 	<modelVersion>4.0.0</modelVersion>
 	<groupId>org.cryptomator</groupId>
 	<artifactId>main</artifactId>
-	<version>1.3.0-rc8</version>
+	<version>1.3.0-rc9</version>
 	<packaging>pom</packaging>
 	<name>Cryptomator</name>
 
@@ -26,7 +26,7 @@
 		<!-- dependency versions -->
 		<cryptomator.cryptolib.version>1.1.5</cryptomator.cryptolib.version>
 		<cryptomator.cryptofs.version>1.4.0</cryptomator.cryptofs.version>
-		<cryptomator.webdav.version>0.6.1</cryptomator.webdav.version>
+		<cryptomator.webdav.version>0.6.2</cryptomator.webdav.version>
 		<cryptomator.jni.version>1.0.2</cryptomator.jni.version>
 		
 		<commons-io.version>2.5</commons-io.version>

+ 1 - 1
main/uber-jar/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.cryptomator</groupId>
 		<artifactId>main</artifactId>
-		<version>1.3.0-rc8</version>
+		<version>1.3.0-rc9</version>
 	</parent>
 	<artifactId>uber-jar</artifactId>
 	<name>Single über jar with all dependencies</name>

+ 1 - 1
main/ui/pom.xml

@@ -4,7 +4,7 @@
 	<parent>
 		<groupId>org.cryptomator</groupId>
 		<artifactId>main</artifactId>
-		<version>1.3.0-rc8</version>
+		<version>1.3.0-rc9</version>
 	</parent>
 	<artifactId>ui</artifactId>
 	<name>Cryptomator GUI</name>