Skip to content

Commit

Permalink
version 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Feb 28, 2020
1 parent f382e96 commit d2d175a
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions apps/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>hm-apps</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gui</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</dependency>
<!-- <dependency> <groupId>org.hortonmachine</groupId> <artifactId>hm-gps</artifactId>
<version>0.9.2-SNAPSHOT</version> </dependency> -->
Expand Down
2 changes: 1 addition & 1 deletion dbs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
<relativePath>../pom.xml</relativePath>
</parent>

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

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

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

<artifactId>hm-gui</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-modules</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</dependency>

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

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

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions lesto/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

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

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.hortonmachine</groupId>
<artifactId>hortonmachine</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</version>
</parent>

<artifactId>hm-modules</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-lesto</artifactId>
<version>0.9.9-SNAPSHOT</version>
<version>0.9.9</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.9-SNAPSHOT</version>
<version>0.9.9</version>
<packaging>pom</packaging>

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

0 comments on commit d2d175a

Please sign in to comment.