Skip to content

Commit

Permalink
bumped to 1.10-SNAPSHOT.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Mulholland committed Feb 20, 2018
1 parent 39968e4 commit 590972c
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 33 deletions.
20 changes: 0 additions & 20 deletions mint-distro.iml

This file was deleted.

26 changes: 13 additions & 13 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint-distro</artifactId>
<version>1.9.0.1-SNAPSHOT</version>
<version>1.10-SNAPSHOT</version>
<packaging>${packaging}</packaging>
<name>The Mint - Distribution</name>
<parent>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint</artifactId>
<version>1.9.0.1-SNAPSHOT</version>
<version>1.10</version>
</parent>
<properties>
<!-- Used in build -->
<mint.version>1.9.0.1-SNAPSHOT</mint.version>
<mint.version>1.10-SNAPSHOT</mint.version>
<!-- Runtime values, will replace placeholders
in config and control scripts -->
<packaging>pom</packaging>
Expand Down Expand Up @@ -44,18 +44,18 @@
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint-project</artifactId>
<type>pom</type>
<version>1.9</version>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint</artifactId>
<type>pom</type>
<version>1.9.0.1-SNAPSHOT</version>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>mint-config</artifactId>
<version>1.9.0.1-SNAPSHOT</version>
<version>1.10</version>
</dependency>
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
Expand All @@ -70,13 +70,13 @@
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transaction-curation-mint</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</dependency>
<!-- Mint Curation Plugin -->
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transformer-local</artifactId>
<version>1.6.1</version>
<version>1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.googlecode.the-fascinator.plugins</groupId>
Expand Down Expand Up @@ -104,7 +104,7 @@
<dependency>
<groupId>com.googlecode.the-fascinator</groupId>
<artifactId>fascinator-core</artifactId>
<version>1.5-SNAPSHOT</version>
<version>1.5</version>
</dependency>
<dependency>
<groupId>commons-digester</groupId>
Expand Down Expand Up @@ -197,12 +197,12 @@
<artifactId>fascinator-portal</artifactId>
<type>war</type>
<classifier>skinny</classifier>
<version>1.4.1-SNAPSHOT</version>
<version>1.5</version>
</dependency>
<dependency>
<groupId>com.googlecode.the-fascinator</groupId>
<artifactId>fascinator-portal</artifactId>
<version>1.4.1-SNAPSHOT</version>
<version>1.5</version>
<classifier>classes</classifier>
<exclusions>
<exclusion>
Expand All @@ -215,7 +215,7 @@
<groupId>com.googlecode.the-fascinator</groupId>
<artifactId>fascinator-portal</artifactId>
<type>warpath</type>
<version>1.4.1-SNAPSHOT</version>
<version>1.5</version>
<exclusions>
<exclusion>
<groupId>com.sun.jersey</groupId>
Expand All @@ -236,7 +236,7 @@
<dependency>
<groupId>com.googlecode.redbox-mint</groupId>
<artifactId>plugin-transformer-handle</artifactId>
<version>1.9</version>
<version>1.10-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.code.gson</groupId>
Expand Down

0 comments on commit 590972c

Please sign in to comment.