Skip to content

Commit

Permalink
version 0.10.8 release
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Apr 27, 2024
1 parent 7b8ac66 commit 1553327
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 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.8-SNAPSHOT</version>
<version>0.10.8</version>
</parent>

<artifactId>hm-apps</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gui</artifactId>
<version>0.10.8-SNAPSHOT</version>
<version>0.10.8</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.8-SNAPSHOT</version>
<version>0.10.8</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.8-SNAPSHOT</version>
<version>0.10.8</version>
</parent>

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

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

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

<artifactId>hm-lesto</artifactId>
Expand All @@ -18,7 +18,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-hmachine</artifactId>
<version>0.10.8-SNAPSHOT</version>
<version>0.10.8</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.8-SNAPSHOT</version>
<version>0.10.8</version>
</parent>

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

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

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

<name>The Horton Machine</name>
Expand Down Expand Up @@ -1116,7 +1116,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.13</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 1553327

Please sign in to comment.