Skip to content

Commit cf07976

Browse files
committed
version to snap
1 parent 505541f commit cf07976

File tree

8 files changed

+14
-14
lines changed

8 files changed

+14
-14
lines changed

apps/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hortonmachine</groupId>
99
<artifactId>hortonmachine</artifactId>
10-
<version>0.10.11</version>
10+
<version>0.11.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>hm-apps</artifactId>
@@ -26,7 +26,7 @@
2626
<dependency>
2727
<groupId>org.hortonmachine</groupId>
2828
<artifactId>hm-gui</artifactId>
29-
<version>0.10.11</version>
29+
<version>0.11.0-SNAPSHOT</version>
3030
</dependency>
3131
<dependency>
3232
<groupId>org.mapsforge</groupId>

dbs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hortonmachine</groupId>
99
<artifactId>hortonmachine</artifactId>
10-
<version>0.10.11</version>
10+
<version>0.11.0-SNAPSHOT</version>
1111
<relativePath>../pom.xml</relativePath>
1212
</parent>
1313

gears/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<groupId>org.hortonmachine</groupId>
88
<artifactId>hortonmachine</artifactId>
99
<relativePath>../pom.xml</relativePath>
10-
<version>0.10.11</version>
10+
<version>0.11.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>hm-gears</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.hortonmachine</groupId>
2020
<artifactId>hm-dbs</artifactId>
21-
<version>0.10.11</version>
21+
<version>0.11.0-SNAPSHOT</version>
2222
</dependency>
2323

2424

gui/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.hortonmachine</groupId>
77
<artifactId>hortonmachine</artifactId>
8-
<version>0.10.11</version>
8+
<version>0.11.0-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>hm-gui</artifactId>
@@ -16,7 +16,7 @@
1616
<dependency>
1717
<groupId>org.hortonmachine</groupId>
1818
<artifactId>hm-modules</artifactId>
19-
<version>0.10.11</version>
19+
<version>0.11.0-SNAPSHOT</version>
2020
</dependency>
2121

2222
<dependency>

hmachine/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hortonmachine</groupId>
88
<artifactId>hortonmachine</artifactId>
9-
<version>0.10.11</version>
9+
<version>0.11.0-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.hortonmachine</groupId>
2020
<artifactId>hm-gears</artifactId>
21-
<version>0.10.11</version>
21+
<version>0.11.0-SNAPSHOT</version>
2222
</dependency>
2323

2424
<dependency>

lesto/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>org.hortonmachine</groupId>
88
<artifactId>hortonmachine</artifactId>
9-
<version>0.10.11</version>
9+
<version>0.11.0-SNAPSHOT</version>
1010
</parent>
1111

1212
<artifactId>hm-lesto</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.hortonmachine</groupId>
2020
<artifactId>hm-hmachine</artifactId>
21-
<version>0.10.11</version>
21+
<version>0.11.0-SNAPSHOT</version>
2222
</dependency>
2323

2424
</dependencies>

modules/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.hortonmachine</groupId>
99
<artifactId>hortonmachine</artifactId>
10-
<version>0.10.11</version>
10+
<version>0.11.0-SNAPSHOT</version>
1111
</parent>
1212

1313
<artifactId>hm-modules</artifactId>
@@ -18,7 +18,7 @@
1818
<dependency>
1919
<groupId>org.hortonmachine</groupId>
2020
<artifactId>hm-lesto</artifactId>
21-
<version>0.10.11</version>
21+
<version>0.11.0-SNAPSHOT</version>
2222
</dependency>
2323

2424
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
<groupId>org.hortonmachine</groupId>
88
<artifactId>hortonmachine</artifactId>
9-
<version>0.10.11</version>
9+
<version>0.11.0-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111

1212
<name>The Horton Machine</name>

0 commit comments

Comments
 (0)