Skip to content

Commit

Permalink
[maven-release-plugin] prepare release mint-local-curation-demo-1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jianfeng Li committed May 28, 2013
1 parent ae302af commit dbbc5f5
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions 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>mint-local-curation-demo</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
<packaging>${packaging}</packaging>
<name>The Mint - Local Curation Demo</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</parent>
<properties>
<!-- Used in build -->
Expand Down Expand Up @@ -43,34 +43,34 @@
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint-project</artifactId>
<type>pom</type>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint</artifactId>
<type>pom</type>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint-config</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transaction-curation-mint</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>sruclient-mint</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</dependency>
<!-- Mint Curation Plugin -->
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transformer-local</artifactId>
<version>1.6.1-SNAPSHOT</version>
<version>1.6.1</version>
</dependency>
</dependencies>
<profiles>
Expand Down

0 comments on commit dbbc5f5

Please sign in to comment.