Skip to content

Commit

Permalink
Release artefact
Browse files Browse the repository at this point in the history
  • Loading branch information
rimadoma committed Sep 24, 2018
1 parent 814bb6b commit 651646b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions Modern/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.bonej</groupId>
<artifactId>pom-bonej2</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
<packaging>pom</packaging>

<name>POM BoneJ2</name>
Expand Down Expand Up @@ -111,8 +111,8 @@

<modules>
<module>wrapperPlugins</module>
<module>utilities</module>
<module>ops</module>
<!-- <module>utilities</module> -->
<!-- <module>ops</module> -->
</modules>

<dependencyManagement>
Expand Down Expand Up @@ -151,9 +151,9 @@
</ciManagement>

<properties>
<wrapperPlugins.version>0.6.0-SNAPSHOT</wrapperPlugins.version>
<utilities.version>0.6.0-SNAPSHOT</utilities.version>
<ops.version>0.6.0-SNAPSHOT</ops.version>
<wrapperPlugins.version>0.5.1</wrapperPlugins.version>
<utilities.version>0.5.0</utilities.version>
<ops.version>0.5.0</ops.version>
<license.licenseName>BSD-2-Clause</license.licenseName>
<license.copyrightOwners>Michael Doube, BoneJ developers</license.copyrightOwners>
</properties>
Expand Down
4 changes: 2 additions & 2 deletions Modern/wrapperPlugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@
<parent>
<groupId>org.bonej</groupId>
<artifactId>pom-bonej2</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>
</parent>

<artifactId>bonej-plugins</artifactId>
<version>0.6.0-SNAPSHOT</version>
<version>0.5.1</version>

<name>BoneJ2 wrapper plugins</name>
<description>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@

<groupId>org.bonej</groupId>
<artifactId>bonej-aggregator</artifactId>
<version>9.0.0-SNAPSHOT</version>
<version>8.0.1</version>
<packaging>pom</packaging>

<modules>
<module>Modern</module>
<module>Legacy</module>
<!-- <module>Legacy</module> -->
</modules>

<properties>
Expand Down

0 comments on commit 651646b

Please sign in to comment.