Navigation Menu

Skip to content

Commit

Permalink
Updated version for 1.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianfeng Li committed Apr 2, 2013
1 parent 530d04f commit 32e1907
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pom.xml
Expand Up @@ -3,17 +3,17 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint-local-curation-demo</artifactId>
<version>1.6-RC02-SNAPSHOT</version>
<version>1.6-SNAPSHOT</version>
<packaging>${packaging}</packaging>
<name>The Mint - Local Curation Demo</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint</artifactId>
<version>1.6-RC02-SNAPSHOT</version>
<version>1.6</version>
</parent>
<properties>
<!-- Used in build -->
<mint.version>1.6-RC02-SNAPSHOT</mint.version>
<mint.version>1.6</mint.version>
<!-- Runtime values, will replace placeholders
in config and control scripts -->
<packaging>pom</packaging>
Expand Down Expand Up @@ -43,34 +43,34 @@
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint-project</artifactId>
<type>pom</type>
<version>1.6-RC02-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint</artifactId>
<type>pom</type>
<version>1.6-RC02-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint-config</artifactId>
<version>1.6-RC02-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transaction-curation-mint</artifactId>
<version>1.6-RC02-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>sruclient-mint</artifactId>
<version>1.6-RC02-SNAPSHOT</version>
<version>1.6</version>
</dependency>
<!-- Mint Curation Plugin -->
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transformer-local</artifactId>
<version>1.6-RC02-SNAPSHOT</version>
<version>1.6</version>
</dependency>
</dependencies>
<profiles>
Expand Down

0 comments on commit 32e1907

Please sign in to comment.