Skip to content

Commit

Permalink
version up to 0.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Aug 21, 2019
1 parent 2ac0033 commit cc99802
Show file tree
Hide file tree
Showing 8 changed files with 21 additions and 21 deletions.
6 changes: 3 additions & 3 deletions apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-apps</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>jar</packaging>
<name>HM Small Applications Components</name>

Expand All @@ -24,7 +24,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gui</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</dependency>
<!-- <dependency> <groupId>org.hortonmachine</groupId> <artifactId>hm-gps</artifactId>
<version>0.9.2-SNAPSHOT</version> </dependency> -->
Expand Down
4 changes: 2 additions & 2 deletions dbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-dbs</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>jar</packaging>
<name>HM Databases Support</name>

Expand Down
6 changes: 3 additions & 3 deletions gears/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,20 @@
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<relativePath>../pom.xml</relativePath>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-gears</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>jar</packaging>
<name>HM Gears</name>

<dependencies>
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-dbs</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions gui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-gui</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>jar</packaging>
<name>HM GUI Components</name>

<dependencies>
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-modules</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions hmachine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<relativePath>../pom.xml</relativePath>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-hmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>jar</packaging>
<name>The Horton Machine modules</name>

<dependencies>
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gears</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</dependency>
<dependency>
<groupId>org.codehaus.groovy</groupId>
Expand Down
6 changes: 3 additions & 3 deletions lesto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-lesto</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>jar</packaging>
<name>The Lidar Empowered Sciences Toolbox Opensource</name>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-hmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</dependency>

<dependency>
Expand Down
6 changes: 3 additions & 3 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</parent>

<groupId>org.hortonmachine</groupId>
<artifactId>hm-modules</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>jar</packaging>
<name>HM Simple Modules Wrapper</name>

<dependencies>
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-lesto</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
</dependency>

<dependency>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.6-SNAPSHOT</version>
<version>0.9.6</version>
<packaging>pom</packaging>

<name>The Horton Machine</name>
Expand Down

0 comments on commit cc99802

Please sign in to comment.