2
0

[maven-release-plugin] rollback changes from release preparation of 2.3

This commit is contained in:
Maarten Billemont 2015-04-18 15:07:08 -04:00
parent 615e7c98a8
commit aeca5e18fe
5 changed files with 8 additions and 8 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>2.3</version> <version>GIT-SNAPSHOT</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>2.3</version> <version>GIT-SNAPSHOT</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>2.3</version> <version>GIT-SNAPSHOT</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>2.3</version> <version>GIT-SNAPSHOT</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>2.3</version> <version>GIT-SNAPSHOT</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>2.3</version> <version>GIT-SNAPSHOT</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>2.3</version> <version>GIT-SNAPSHOT</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>2.3</version> <version>GIT-SNAPSHOT</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<modules> <modules>