Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
dxasupport committed Sep 24, 2021
1 parent 751c314 commit d1fa40d
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion dxa-model-service-assembly-in-process/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>dxa-model-service</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.18</version>
<version>2.2.19-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dxa-model-service-assembly/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-model-service</artifactId>
<version>2.2.18</version>
<version>2.2.19-SNAPSHOT</version>
</parent>

<artifactId>dxa-model-service-assembly</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-model-service-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dxa-model-service</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.18</version>
<version>2.2.19-SNAPSHOT</version>
</parent>

<artifactId>dxa-model-service-container</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-model-service-controller/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-model-service</artifactId>
<version>2.2.18</version>
<version>2.2.19-SNAPSHOT</version>
</parent>

<artifactId>dxa-model-service-controller</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-model-service-in-process/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dxa-model-service</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.18</version>
<version>2.2.19-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dxa-model-service-odata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>dxa-model-service</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.18</version>
<version>2.2.19-SNAPSHOT</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-model-service</artifactId>
<version>2.2.18</version>
<version>2.2.19-SNAPSHOT</version>
<packaging>pom</packaging>

<name>DXA Model Service Parent</name>
Expand Down Expand Up @@ -58,7 +58,7 @@
<url>https://github.com/sdl/dxa-modules</url>
<connection>scm:git:[email protected]:sdl/dxa-model-service.git</connection>
<developerConnection>scm:git:[email protected]:sdl/dxa-model-service.git</developerConnection>
<tag>DXA_2.2.18</tag>
<tag>DXA_2.2.15</tag>
</scm>

<repositories>
Expand Down

0 comments on commit d1fa40d

Please sign in to comment.