0.7.1 (fixed debian build)

updated travis script (requires git release tags to be equal to maven version, so starting with this tag we drop the preceeding "v")
This commit is contained in:
Sebastian Stenzel 2015-05-30 22:22:50 +02:00
parent d43396bcfb
commit dd2863da5b
12 changed files with 9 additions and 9 deletions

View File

@ -13,7 +13,7 @@ deploy:
provider: releases
api_key:
secure: ZjE1j93v3qbPIe2YbmhS319aCbMdLQw0HuymmluTurxXsZtn9D4t2+eTr99vBVxGRuB5lzzGezPR5zjk5W7iHF7xhwrawXrFzr2rPJWzWFt0aM+Ry2njU1ROTGGXGTbv4anWeBlgMxLEInTAy/9ytOGNJlec83yc0THpOY2wxnk=
file: main/ui/target/dist/Cryptomator.jar
file: main/target/Cryptomator-$TRAVIS_TAG.jar
skip_cleanup: true
on:
repo: cryptomator/cryptomator

View File

@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>
<artifactId>core</artifactId>
<name>Cryptomator WebDAV and I/O module</name>

View File

@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>
<artifactId>crypto-aes</artifactId>
<name>Cryptomator cryptographic module (AES)</name>

View File

@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>
<artifactId>crypto-api</artifactId>
<name>Cryptomator cryptographic module API</name>

View File

Before

Width:  |  Height:  |  Size: 250 KiB

After

Width:  |  Height:  |  Size: 250 KiB

View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>
<artifactId>installer-debian</artifactId>
<packaging>pom</packaging>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>
<artifactId>installer-osx</artifactId>
<packaging>pom</packaging>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>
<artifactId>installer-win-portable</artifactId>
<packaging>pom</packaging>

View File

@ -3,7 +3,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>
<artifactId>installer-win</artifactId>
<packaging>pom</packaging>

View File

@ -12,7 +12,7 @@
<parent>
<groupId>org.cryptomator</groupId>
<artifactId>main</artifactId>
<version>0.7.0</version>
<version>0.7.1</version>
</parent>
<artifactId>ui</artifactId>
<name>Cryptomator GUI</name>