2
0

[maven-release-plugin] prepare release 2.3

This commit is contained in:
Maarten Billemont 2015-04-18 15:07:08 -04:00
parent e713776123
commit 615e7c98a8
5 changed files with 8 additions and 8 deletions

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.3</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.3</version>
</parent>
<name>Master Password CLI</name>
@ -85,7 +85,7 @@
<dependency>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword-algorithm</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.3</version>
</dependency>
<dependency>

View File

@ -7,7 +7,7 @@
<parent>
<groupId>com.lyndir.masterpassword</groupId>
<artifactId>masterpassword</artifactId>
<version>GIT-SNAPSHOT</version>
<version>2.3</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.3</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.3</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.3</version>
</dependency>
<dependency>

View File

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