Skip to content

Commit

Permalink
Version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Stenzel committed Oct 16, 2015
1 parent f430f3c commit 44475fa
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion main/core/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>core</artifactId>
<name>Cryptomator WebDAV and I/O module</name>
Expand Down
2 changes: 1 addition & 1 deletion main/crypto-aes/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>crypto-aes</artifactId>
<name>Cryptomator cryptographic module (AES)</name>
Expand Down
2 changes: 1 addition & 1 deletion main/crypto-api/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>crypto-api</artifactId>
<name>Cryptomator cryptographic module API</name>
Expand Down
2 changes: 1 addition & 1 deletion main/installer-debian/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>installer-debian</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion main/installer-osx/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>installer-osx</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion main/installer-win-portable/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>installer-win-portable</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion main/installer-win/pom.xml
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>installer-win</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion main/pom.xml
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
<packaging>pom</packaging>
<name>Cryptomator</name>

Expand Down
2 changes: 1 addition & 1 deletion main/uber-jar/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>uber-jar</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion main/ui/pom.xml
Expand Up @@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.9.0-SNAPSHOT</version>
<version>0.9.0</version>
</parent>
<artifactId>ui</artifactId>
<name>Cryptomator GUI</name>
Expand Down

0 comments on commit 44475fa

Please sign in to comment.