Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed Dec 13, 2019
1 parent 70258f9 commit f7a5e65
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion plugins/transaction/curation/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transaction-curation-redbox</artifactId>
<version>1.10</version>
<version>1.11-SNAPSHOT</version>
<name>ReDBox - Plugin - Transaction - Curation</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox</artifactId>
<version>1.10.2</version>
<version>1.10.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>ReDBox</name>
<parent>
Expand Down Expand Up @@ -117,7 +117,7 @@
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-secure-api</artifactId>
<version>1.10.1</version>
<version>1.10.2-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
Expand All @@ -127,7 +127,7 @@
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transaction-curation-redbox</artifactId>
<version>1.10</version>
<version>1.11-SNAPSHOT</version>
</dependency>
<!-- Fascinator Plugins -->
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion secure-api/pom.xml
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-secure-api</artifactId>
<version>1.10.1</version>
<version>1.10.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>ReDBox - Secure API</name>
<parent>
Expand Down

0 comments on commit f7a5e65

Please sign in to comment.