2
0

[maven-release-plugin] prepare release 2.3.1

This commit is contained in:
Maarten Billemont 2015-12-24 23:32:47 -05:00
parent f782b2ef62
commit be96d4d506
7 changed files with 17 additions and 13 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.3.1</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.3.1</version>
</parent> </parent>
<name>Master Password Android</name> <name>Master Password Android</name>
@ -104,13 +104,13 @@
<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.3.1</version>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.lyndir.masterpassword</groupId> <groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword-tests</artifactId> <artifactId>masterpassword-tests</artifactId>
<version>GIT-SNAPSHOT</version> <version>2.3.1</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.3.1</version>
</parent> </parent>
<name>Master Password CLI</name> <name>Master Password CLI</name>
@ -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.3.1</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.3.1</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.3.1</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.3.1</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.3.1</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.3.1</version>
</parent> </parent>
<name>Master Password Test Suite</name> <name>Master Password Test Suite</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.3.1</version>
</dependency> </dependency>
<!-- TESTING --> <!-- TESTING -->

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.3.1</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>
@ -58,4 +58,8 @@
</releases> </releases>
</repository> </repository>
</repositories> </repositories>
<scm>
<tag>2.3.1</tag>
</scm>
</project> </project>