Skip to content

Commit 86e8872

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 0092a65 commit 86e8872

File tree

12 files changed

+13
-13
lines changed

12 files changed

+13
-13
lines changed

adapters/hibernate/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
<relativePath>./../../pom.xml</relativePath>
1010
</parent>
1111

adapters/jdbc/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
<relativePath>./../../pom.xml</relativePath>
1010
</parent>
1111

adapters/migration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
<relativePath>./../../pom.xml</relativePath>
1010
</parent>
1111

adapters/mongodb/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
<relativePath>./../../pom.xml</relativePath>
1010
</parent>
1111

adapters/postgres-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
<relativePath>./../../pom.xml</relativePath>
1010
</parent>
1111

atomhopper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.atomhopper</groupId>

documentation/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.atomhopper</groupId>

hopper/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.atomhopper</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>org.atomhopper</groupId>
66
<artifactId>parent</artifactId>
77
<packaging>pom</packaging>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
<name>ATOM Hopper - ATOMpub Server Collection</name>
1010

1111
<url>http://atomhopper.org/</url>
@@ -44,7 +44,7 @@
4444

4545
<scm>
4646
<connection>scm:git:ssh://[email protected]/rackerlabs/atom-hopper.git</connection>
47-
<tag>parent-1.2.34</tag>
47+
<tag>parent-1.2.32</tag>
4848
</scm>
4949

5050
<dependencyManagement>

server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.atomhopper</groupId>

test-suite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.atomhopper</groupId>

test-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.atomhopper</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.2.34</version>
8+
<version>1.2.35-SNAPSHOT</version>
99
</parent>
1010

1111
<groupId>org.atomhopper</groupId>

0 commit comments

Comments
 (0)