Skip to content

Commit bf89e72

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 5c6fc53 commit bf89e72

File tree

9 files changed

+11
-11
lines changed

9 files changed

+11
-11
lines changed

dxa-dd4t-ms-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dxa-oss-parent</artifactId>
55
<groupId>com.sdl.dxa</groupId>
6-
<version>2.3.12</version>
6+
<version>2.3.13-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

dxa-framework/dxa-common-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<groupId>com.sdl.dxa</groupId>
1919
<artifactId>dxa-framework</artifactId>
20-
<version>2.3.12</version>
20+
<version>2.3.13-SNAPSHOT</version>
2121
</parent>
2222

2323
<artifactId>dxa-common-api</artifactId>

dxa-framework/dxa-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dxa-framework</artifactId>
55
<groupId>com.sdl.dxa</groupId>
6-
<version>2.3.12</version>
6+
<version>2.3.13-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

dxa-framework/dxa-data-model/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dxa-framework</artifactId>
55
<groupId>com.sdl.dxa</groupId>
6-
<version>2.3.12</version>
6+
<version>2.3.13-SNAPSHOT</version>
77
</parent>
88
<modelVersion>4.0.0</modelVersion>
99

dxa-framework/dxa-tridion-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<parent>
1717
<artifactId>dxa-framework</artifactId>
1818
<groupId>com.sdl.dxa</groupId>
19-
<version>2.3.12</version>
19+
<version>2.3.13-SNAPSHOT</version>
2020
</parent>
2121

2222
<artifactId>dxa-tridion-common</artifactId>

dxa-framework/dxa-tridion-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<parent>
1818
<artifactId>dxa-framework</artifactId>
1919
<groupId>com.sdl.dxa</groupId>
20-
<version>2.3.12</version>
20+
<version>2.3.13-SNAPSHOT</version>
2121
</parent>
2222

2323
<artifactId>dxa-tridion-provider</artifactId>

dxa-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.sdl.dxa</groupId>
88
<artifactId>dxa-oss-parent</artifactId>
9-
<version>2.3.12</version>
9+
<version>2.3.13-SNAPSHOT</version>
1010
<relativePath>../pom.xml</relativePath>
1111
</parent>
1212

dxa-model-service-client/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<artifactId>dxa-oss-parent</artifactId>
55
<groupId>com.sdl.dxa</groupId>
6-
<version>2.3.12</version>
6+
<version>2.3.13-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<groupId>com.sdl.dxa</groupId>
1212
<artifactId>dxa-oss-parent</artifactId>
13-
<version>2.3.12</version>
13+
<version>2.3.13-SNAPSHOT</version>
1414
<packaging>pom</packaging>
1515

1616
<name>DXA - Parent</name>
@@ -30,7 +30,7 @@
3030
<cd-cil.version>12.0.0-1197</cd-cil.version>
3131

3232
<!-- DXA versions -->
33-
<dxa.version>2.3.12</dxa.version>
33+
<dxa.version>2.3.13-SNAPSHOT</dxa.version>
3434
<!-- /DXA Versions -->
3535

3636
<!-- Apache -->
@@ -115,7 +115,7 @@
115115
<url>https://github.com/sdl/dxa-web-application-java</url>
116116
<connection>scm:git:[email protected]:sdl/dxa-web-application-java.git</connection>
117117
<developerConnection>scm:git:[email protected]:sdl/dxa-web-application-java.git</developerConnection>
118-
<tag>DXA_2.3.12</tag>
118+
<tag>HEAD</tag>
119119
</scm>
120120
<repositories>
121121
<repository>

0 commit comments

Comments
 (0)