Skip to content

Commit 405e2da

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent dd3b78c commit 405e2da

10 files changed

Lines changed: 20 additions & 20 deletions

File tree

embabel-common-ai/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.7</version>
7+
<version>0.1.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>embabel-common-ai</artifactId>
1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-common</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
19-
<tag>v0.1.7</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<dependencies>

embabel-common-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.7</version>
7+
<version>0.1.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>embabel-common-core</artifactId>
1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-common</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
19-
<tag>v0.1.7</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<dependencies>

embabel-common-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.embabel.common</groupId>
1111
<artifactId>embabel-common-dependencies</artifactId>
12-
<version>0.1.7</version>
12+
<version>0.1.8-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>Embabel Common Dependencies</name>
1515
<description>Embabel Common Dependencies for internal or external modules</description>
@@ -19,7 +19,7 @@
1919
<url>https://github.com/embabel/embabel-common</url>
2020
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
2121
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
22-
<tag>v0.1.7</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<dependencyManagement>

embabel-common-test/embabel-common-test-ai/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-test</artifactId>
7-
<version>0.1.7</version>
7+
<version>0.1.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>embabel-common-test-ai</artifactId>
1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-common</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
19-
<tag>v0.1.7</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<dependencies>

embabel-common-test/embabel-common-test-dependencies/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
</parent>
1010
<groupId>com.embabel.common</groupId>
1111
<artifactId>embabel-common-test-dependencies</artifactId>
12-
<version>0.1.7</version>
12+
<version>0.1.8-SNAPSHOT</version>
1313
<packaging>pom</packaging>
1414
<name>Embabel Common Test Dependencies</name>
1515
<description>Embabel Common Test Framework Dependencies</description>
@@ -19,7 +19,7 @@
1919
<url>https://github.com/embabel/embabel-common</url>
2020
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
2121
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
22-
<tag>v0.1.7</tag>
22+
<tag>HEAD</tag>
2323
</scm>
2424

2525
<dependencyManagement>

embabel-common-test/embabel-common-test-neo/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-test</artifactId>
7-
<version>0.1.7</version>
7+
<version>0.1.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>embabel-common-test-neo</artifactId>
1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-common</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
19-
<tag>v0.1.7</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<dependencies>

embabel-common-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.7</version>
7+
<version>0.1.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>embabel-common-test</artifactId>
1010
<packaging>pom</packaging>
@@ -22,7 +22,7 @@
2222
<url>https://github.com/embabel/embabel-common</url>
2323
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
2424
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
25-
<tag>v0.1.7</tag>
25+
<tag>HEAD</tag>
2626
</scm>
2727

2828
<dependencies>

embabel-common-textio/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.7</version>
7+
<version>0.1.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>embabel-common-textio</artifactId>
1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-common</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
19-
<tag>v0.1.7</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<dependencies>

embabel-common-util/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.embabel.common</groupId>
66
<artifactId>embabel-common-parent</artifactId>
7-
<version>0.1.7</version>
7+
<version>0.1.8-SNAPSHOT</version>
88
</parent>
99
<artifactId>embabel-common-util</artifactId>
1010
<packaging>jar</packaging>
@@ -16,7 +16,7 @@
1616
<url>https://github.com/embabel/embabel-common</url>
1717
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
1818
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
19-
<tag>v0.1.7</tag>
19+
<tag>HEAD</tag>
2020
</scm>
2121

2222
<dependencies>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>com.embabel.common</groupId>
1010
<artifactId>embabel-common-parent</artifactId>
11-
<version>0.1.7</version>
11+
<version>0.1.8-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>Embabel Common Parent</name>
1414
<description>Common dependencies shared by child modules.</description>
@@ -31,7 +31,7 @@
3131
<url>https://github.com/embabel/embabel-common</url>
3232
<connection>scm:git:https://github.com/embabel/embabel-common.git</connection>
3333
<developerConnection>scm:git:https://github.com/embabel/embabel-common.git</developerConnection>
34-
<tag>v0.1.7</tag>
34+
<tag>HEAD</tag>
3535
</scm>
3636

3737
<dependencyManagement>

0 commit comments

Comments
 (0)