Skip to content

Commit

Permalink
Bump to dev-cycle
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Domander committed May 20, 2016
1 parent 04f4f45 commit fc09c8e
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions Legacy/bonej/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
<parent>
<groupId>org.bonej</groupId>
<artifactId>bonej-legacy</artifactId>
<version>2.0.0</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>boneJ-legacy-plugins</artifactId>
<version>1.1.0</version>
<version>2.0.0-SNAPSHOT</version>

<description> The essential, mavenized versions of the BoneJ1 plugins developed by Michael Doube</description>

Expand Down
8 changes: 4 additions & 4 deletions Legacy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>org.bonej</groupId>
<artifactId>bonej-legacy</artifactId>
<version>2.0.0</version>
<version>3.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<description>Parent POM for the mavenized legacy BoneJ1 code.</description>
Expand Down Expand Up @@ -113,14 +113,14 @@
<properties>
<scijava.jvm.version>1.8</scijava.jvm.version>
<javadoc.skip>true</javadoc.skip>
<legacy-util.version>2.0.0</legacy-util.version>
<legacy-plugins.version>1.1.0</legacy-plugins.version>
<legacy-util.version>2.0.1-SNAPSHOT</legacy-util.version>
<legacy-plugins.version>2.0.0-SNAPSHOT</legacy-plugins.version>
<legacy-pqct.version>1.0.1-SNAPSHOT</legacy-pqct.version>
</properties>

<modules>
<module>bonej</module>
<!--<module>pqct</module>-->
<module>pqct</module>
<module>util</module>
</modules>

Expand Down
2 changes: 1 addition & 1 deletion Legacy/pqct/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.bonej</groupId>
<artifactId>bonej-legacy</artifactId>
<version>2.0.0</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>bonej-legacy-pqct</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions Legacy/util/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.bonej</groupId>
<artifactId>bonej-legacy</artifactId>
<version>2.0.0</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>bonej-legacy-util</artifactId>
<version>2.0.0</version>
<version>2.0.1-SNAPSHOT</version>

<description>The utility classes for BoneJ1 plugins. Partly in a separate module to avoid circular dependencies
</description>
Expand Down

0 comments on commit fc09c8e

Please sign in to comment.