Skip to content

Commit

Permalink
Set next hotfix version
Browse files Browse the repository at this point in the history
  • Loading branch information
Maksym Borysenko committed Sep 19, 2019
1 parent 6a4204e commit db2d173
Show file tree
Hide file tree
Showing 11 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion dxa-dd4t-ms-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dxa-parent</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-common-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-framework</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-tridion-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

<artifactId>dxa-tridion-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-tridion-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

<artifactId>dxa-tridion-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

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

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

Expand Down
2 changes: 1 addition & 1 deletion dxa-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
</parent>

<artifactId>dxa-webapp</artifactId>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-parent</artifactId>
<version>2.2.1-SNAPSHOT</version>
<version>2.2.1</version>
<packaging>pom</packaging>

<name>DXA - Parent</name>
Expand Down Expand Up @@ -47,7 +47,7 @@
<dxa-module-test.version>${dxa.version}</dxa-module-test.version>
<dxa-module-tridion-docs-mashup.version>${dxa.version}</dxa-module-tridion-docs-mashup.version>
<dxa-module-tridion-docs-search.version>${dxa.version}</dxa-module-tridion-docs-search.version>
<dxa-module-dd.version>2.2.1-SNAPSHOT</dxa-module-dd.version>
<dxa-module-dd.version>${dxa.version}</dxa-module-dd.version>
<!-- /DXA Versions -->

<!-- Apache -->
Expand Down Expand Up @@ -121,7 +121,7 @@
<!-- In order to still manage all the dependencies in the same place, they are defined here -->
<dd4t-latest.version>2.1.5</dd4t-latest.version>

<pca-client.version>2.2.1-SNAPSHOT</pca-client.version>
<pca-client.version>2.2.1</pca-client.version>
<sitemapgen4j.version>1.1.2</sitemapgen4j.version>
</properties>

Expand Down

0 comments on commit db2d173

Please sign in to comment.