Skip to content

Commit

Permalink
version up to 0.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Sep 26, 2021
1 parent 73b1671 commit 83f9804
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.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</parent>

<artifactId>hm-apps</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gui</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</dependency>
<dependency>
<groupId>org.mapsforge</groupId>
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.10.4-SNAPSHOT</version>
<version>0.10.4</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.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</parent>

<artifactId>hm-gears</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-dbs</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</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.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</parent>

<artifactId>hm-gui</artifactId>
Expand All @@ -16,7 +16,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-modules</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</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.10.4-SNAPSHOT</version>
<version>0.10.4</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gears</artifactId>
<version>0.10.4-SNAPSHOT</version>
<version>0.10.4</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.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</parent>

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

</dependencies>
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.10.4-SNAPSHOT</version>
<version>0.10.4</version>
</parent>

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

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

0 comments on commit 83f9804

Please sign in to comment.