Skip to content

Commit

Permalink
Prepared for release of redbox core and config projects only.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Feb 26, 2018
1 parent 1a446df commit a414b3f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-project</artifactId>
<version>1.10.1-SNAPSHOT</version>
<version>1.10</version>
<packaging>pom</packaging>
<name>ReDBox - Project</name>
<parent>
Expand Down
4 changes: 2 additions & 2 deletions plugins/transaction/curation/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transaction-curation-redbox</artifactId>
<version>1.10-SNAPSHOT</version>
<version>1.9</version>
<name>ReDBox - Plugin - Transaction - Curation</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-project</artifactId>
<version>1.10.1-SNAPSHOT</version>
<version>1.10</version>
<relativePath>../../../parent/pom.xml</relativePath>
</parent>
<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions secure-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-secure-api</artifactId>
<version>1.10.1-SNAPSHOT</version>
<version>1.10</version>
<packaging>jar</packaging>
<name>ReDBox - Secure API</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>redbox-project</artifactId>
<version>1.10.1-SNAPSHOT</version>
<version>1.10</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>
<properties>
Expand Down

0 comments on commit a414b3f

Please sign in to comment.