Skip to content

Commit 9600686

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 1da520e commit 9600686

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator</groupId>
66
<artifactId>data-migrator</artifactId>
7-
<version>1.110</version>
7+
<version>1.111-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator</groupId>
66
<artifactId>data-migrator</artifactId>
7-
<version>1.110</version>
7+
<version>1.111-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>data-migrator-core</artifactId>

datamigrator-archetype/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator</groupId>
66
<artifactId>data-migrator</artifactId>
7-
<version>1.110</version>
7+
<version>1.111-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

modules/faker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator.modules</groupId>
66
<artifactId>data-migrator-modules</artifactId>
7-
<version>1.110</version>
7+
<version>1.111-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

modules/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator</groupId>
66
<artifactId>data-migrator</artifactId>
7-
<version>1.110</version>
7+
<version>1.111-SNAPSHOT</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<groupId>net.osgiliath.datamigrator.modules</groupId>

modules/row-limiter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>net.osgiliath.datamigrator.modules</groupId>
66
<artifactId>data-migrator-modules</artifactId>
7-
<version>1.110</version>
7+
<version>1.111-SNAPSHOT</version>
88
</parent>
99
<artifactId>row-limiter</artifactId>
1010
<name>datamigrator-modules-row-limiter</name>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<groupId>net.osgiliath.datamigrator</groupId>
1010
<artifactId>data-migrator</artifactId>
11-
<version>1.110</version>
11+
<version>1.111-SNAPSHOT</version>
1212
<packaging>pom</packaging>
1313
<name>datamigrator-parent</name>
1414
<ciManagement>
@@ -45,7 +45,7 @@
4545
<connection>scm:git:https://github.com/OsgiliathEnterprise/data-migrator.git</connection>
4646
<url>https://github.com/OsgiliathEnterprise/data-migrator</url>
4747
<developerConnection>scm:git:https://github.com/OsgiliathEnterprise/data-migrator.git</developerConnection>
48-
<tag>1.110</tag>
48+
<tag>HEAD</tag>
4949
</scm>
5050
<developers>
5151
<developer>

0 commit comments

Comments
 (0)