Skip to content

Commit c93bc97

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent 3f7f0c3 commit c93bc97

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.10</version>
6+
<version>2.3.11-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.10</version>
20+
<version>2.3.11-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.10</version>
6+
<version>2.3.11-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.10</version>
6+
<version>2.3.11-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.10</version>
19+
<version>2.3.11-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.10</version>
20+
<version>2.3.11-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.10</version>
9+
<version>2.3.11-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.10</version>
6+
<version>2.3.11-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.10</version>
13+
<version>2.3.11-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.10</dxa.version>
33+
<dxa.version>2.3.11-SNAPSHOT</dxa.version>
3434
<!-- /DXA Versions -->
3535

3636
<!-- Apache -->
@@ -113,7 +113,7 @@
113113
<url>https://github.com/sdl/dxa-web-application-java</url>
114114
<connection>scm:git:git@github.com:sdl/dxa-web-application-java.git</connection>
115115
<developerConnection>scm:git:git@github.com:sdl/dxa-web-application-java.git</developerConnection>
116-
<tag>DXA_2.3.10</tag>
116+
<tag>HEAD</tag>
117117
</scm>
118118
<repositories>
119119
<repository>

0 commit comments

Comments
 (0)