Skip to content

Commit

Permalink
version up
Browse files Browse the repository at this point in the history
  • Loading branch information
moovida committed Apr 26, 2020
1 parent 857500c commit 8ed81ec
Show file tree
Hide file tree
Showing 9 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.9.11</version>
<version>0.9.12</version>
</parent>

<artifactId>hm-apps</artifactId>
Expand All @@ -22,7 +22,7 @@
<dependency>
<groupId>org.hortonmachine</groupId>
<artifactId>hm-gui</artifactId>
<version>0.9.11</version>
<version>0.9.12</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.11</version>
<version>0.9.12</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion extras/deploy/quiet-logging.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
handlers=java.util.logging.ConsoleHandler
.level=SEVERE
.level=OFF
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.11</version>
<version>0.9.12</version>
</parent>

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

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

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

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

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

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

0 comments on commit 8ed81ec

Please sign in to comment.