Skip to content

Commit c63953f

Browse files
author
Codice Release Manager
committed
[maven-release-plugin] prepare for next development iteration
1 parent d164826 commit c63953f

15 files changed

Lines changed: 16 additions & 16 deletions

File tree

gitsetup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>ddf.support</groupId>
2020
<artifactId>support-pom</artifactId>
21-
<version>2.3.18</version>
21+
<version>2.3.19-SNAPSHOT</version>
2222
</parent>
2323

2424
<groupId>ddf.support</groupId>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
version if you want DDF apps to use latest support-checkstyle version; and update the <version> of the <parent> in child module
2323
support-checkstyle/pom.xml
2424
-->
25-
<version>2.3.18</version>
25+
<version>2.3.19-SNAPSHOT</version>
2626
<name>DDF Support</name>
2727
<description>DDF Support module contains support files for builds and site report generation
2828
</description>
@@ -65,7 +65,7 @@
6565
<url>https://github.com/codice/ddf-support.git</url>
6666
<connection>scm:git:git://github.com/codice/ddf-support.git</connection>
6767
<developerConnection>scm:git:git://github.com/codice/ddf-support.git</developerConnection>
68-
<tag>ddf-support-2.3.18</tag>
68+
<tag>HEAD</tag>
6969
</scm>
7070

7171
<distributionManagement>

support-checkstyle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>ddf.support</groupId>
2020
<artifactId>support-pom</artifactId>
21-
<version>2.3.18</version>
21+
<version>2.3.19-SNAPSHOT</version>
2222
</parent>
2323

2424
<artifactId>support-checkstyle</artifactId>

support-findbugs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>ddf.support</groupId>
2020
<artifactId>support-pom</artifactId>
21-
<version>2.3.18</version>
21+
<version>2.3.19-SNAPSHOT</version>
2222
</parent>
2323

2424
<artifactId>support-findbugs</artifactId>

support-githooks/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>ddf.support</groupId>
2020
<artifactId>support-pom</artifactId>
21-
<version>2.3.18</version>
21+
<version>2.3.19-SNAPSHOT</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424

support-jacoco/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>ddf.support</groupId>
55
<artifactId>support-pom</artifactId>
6-
<version>2.3.18</version>
6+
<version>2.3.19-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

support-karaf/commands/feature-tree/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>ddf.support</groupId>
2020
<artifactId>support-karaf-commands</artifactId>
21-
<version>2.3.18</version>
21+
<version>2.3.19-SNAPSHOT</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424

support-karaf/commands/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>ddf.support</groupId>
2020
<artifactId>support-karaf</artifactId>
21-
<version>2.3.18</version>
21+
<version>2.3.19-SNAPSHOT</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424

support-karaf/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>ddf.support</groupId>
2020
<artifactId>support-pom</artifactId>
21-
<version>2.3.18</version>
21+
<version>2.3.19-SNAPSHOT</version>
2222
<relativePath>..</relativePath>
2323
</parent>
2424

support-maven/artifact-size-enforcer/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>ddf.support</groupId>
2020
<artifactId>support-maven</artifactId>
21-
<version>2.3.18</version>
21+
<version>2.3.19-SNAPSHOT</version>
2222
</parent>
2323

2424
<artifactId>artifact-size-enforcer</artifactId>

0 commit comments

Comments
 (0)