Skip to content

Commit

Permalink
Merge pull request #167 in TSI/dxa-model-service from bugfix/2.2/CRQ-…
Browse files Browse the repository at this point in the history
…17824 to release/2.2

* commit '0060ff3571cdb563689d0a20eac36deed6e21d05':
  CRQ-14057 bumped new version 2.2.5
  • Loading branch information
Igor Nikonov committed Mar 19, 2020
2 parents 94f81c6 + 0060ff3 commit 6aa5aee
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 6aa5aee

Please sign in to comment.