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> <parent>
<groupId>com.lyndir.masterpassword</groupId> <groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId> <artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version> <version>2.2</version>
</parent> </parent>
<name>Master Password Algorithm Implementation</name> <name>Master Password Algorithm Implementation</name>

View File

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

View File

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

View File

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

View File

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

View File

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