Skip to content

Commit

Permalink
CRQ-14057 bumped new version 2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Nikonov committed Mar 18, 2020
1 parent 94f81c6 commit 0060ff3
Show file tree
Hide file tree
Showing 8 changed files with 9 additions and 9 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 @@ -6,7 +6,7 @@
<parent>
<artifactId>dxa-model-service</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.4</version>
<version>2.2.5</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-model-service</artifactId>
<version>2.2.4</version>
<version>2.2.5</version>
</parent>

<artifactId>dxa-model-service-assembly</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
org.gradle.console=plain
version=2.2.4
version=2.2.5
2 changes: 1 addition & 1 deletion dxa-model-service-container/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>dxa-model-service</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.4</version>
<version>2.2.5</version>
</parent>


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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-model-service</artifactId>
<version>2.2.4</version>
<version>2.2.5</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 @@ -5,7 +5,7 @@
<parent>
<artifactId>dxa-model-service</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.4</version>
<version>2.2.5</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 @@ -5,7 +5,7 @@
<parent>
<artifactId>dxa-model-service</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.2.4</version>
<version>2.2.5</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 @@ -6,7 +6,7 @@

<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-model-service</artifactId>
<version>2.2.4</version>
<version>2.2.5</version>
<packaging>pom</packaging>

<name>DXA Model Service Parent</name>
Expand All @@ -19,7 +19,7 @@


<properties>
<dxa.version>2.2.4</dxa.version>
<dxa.version>2.2.5</dxa.version>
<java.version>1.8</java.version>

<!-- This should match the next patch version -->
Expand Down

0 comments on commit 0060ff3

Please sign in to comment.