2
0

[maven-release-plugin] prepare release 2.2-android

This commit is contained in:
Maarten Billemont 2015-02-05 20:28:25 -05:00
parent feddd038e3
commit 73372f507a
6 changed files with 11 additions and 11 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</parent>
<name>Master Password Algorithm Implementation</name>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</parent>
<name>Master Password Android</name>
@ -104,7 +104,7 @@
<dependency>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword-algorithm</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</dependency>
<dependency>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</parent>
<name>Master Password CLI</name>
@ -36,7 +36,7 @@
<phase>prepare-package</phase>
<configuration>
<target>
<chmod file="${project.build.directory}/install" perm="755"/>
<chmod file="${project.build.directory}/install" perm="755" />
</target>
</configuration>
<goals>
@ -85,7 +85,7 @@
<dependency>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword-algorithm</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</dependency>
<dependency>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</parent>
<name>Master Password GUI</name>
@ -134,7 +134,7 @@
<dependency>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword-model</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</dependency>
<!-- EXTERNAL DEPENDENCIES -->

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</parent>
<name>Master Password Site Model</name>
@ -23,7 +23,7 @@
<dependency>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword-algorithm</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
</dependency>
<dependency>

View File

@ -15,7 +15,7 @@
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.2</version>
<packaging>pom</packaging>
<modules>