Skip to content

Commit

Permalink
CRQ-13104 > Set hotfix versions in POM files, updated UDP dependencie…
Browse files Browse the repository at this point in the history
…s to released ones
  • Loading branch information
Maksym Borysenko committed Feb 7, 2019
1 parent 27570e3 commit 0d3d3c7
Show file tree
Hide file tree
Showing 13 changed files with 26 additions and 18 deletions.
2 changes: 1 addition & 1 deletion dxa-builder/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.1.0-SNAPSHOT
version=2.1.1
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-oss-parent</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1</version>
<relativePath>../dxa-oss-parent/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.1.0-SNAPSHOT</version>
<version>2.1.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.1.0-SNAPSHOT</version>
<version>2.1.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.1.0-SNAPSHOT</version>
<version>2.1.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.1.0-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>dxa-tridion-common</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>dxa-tridion-provider</artifactId>
Expand All @@ -27,7 +27,7 @@
<dependency>
<groupId>com.sdl.delivery</groupId>
<artifactId>udp-context-client</artifactId>
<version>${cd-cil.version}</version>
<version>${udp-context-client.version}</version>
</dependency>
<dependency>
<groupId>com.sdl.dxa</groupId>
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-oss-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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-oss-parent</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.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-oss-parent</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
18 changes: 13 additions & 5 deletions dxa-oss-parent/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-oss-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1</version>
<packaging>pom</packaging>

<name>DXA - OSS Parent, BOM</name>
Expand All @@ -26,7 +26,15 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<cd-cil.version>11.0.0-SNAPSHOT</cd-cil.version>
<cd-cil.version>11.0.0-1027</cd-cil.version>
<cd-delivery-cil.version>11.0.0-1034</cd-delivery-cil.version>
<cd-xo.version>${cd-delivery-cil.version}</cd-xo.version>
<udp-common-config-legacy.version>11.0.0-1028</udp-common-config-legacy.version>
<udp-context-client.version>${cd-delivery-cil.version}</udp-context-client.version>
<udp-discovery-client-lightweight.version>11.0.0-1040</udp-discovery-client-lightweight.version>
<udp-cil-api.version>11.0.0-1037</udp-cil-api.version>
<udp-ugc-cil-api.version>11.0.0-1039</udp-ugc-cil-api.version>


<!-- DXA versions -->
<dxa.version>${project.version}</dxa.version>
Expand Down Expand Up @@ -383,18 +391,18 @@
<dependency>
<groupId>com.sdl.tridion.xo</groupId>
<artifactId>xo-compatible-client</artifactId>
<version>${cd-cil.version}</version>
<version>${cd-xo.version}</version>
</dependency>
<dependency>
<groupId>com.sdl.delivery</groupId>
<artifactId>cil</artifactId>
<version>${cd-cil.version}</version>
<version>${cd-delivery-cil.version}</version>
<type>pom</type>
</dependency>
<dependency>
<groupId>com.sdl.delivery</groupId>
<artifactId>udp-common-config-legacy</artifactId>
<version>${cd-cil.version}</version>
<version>${udp-common-config-legacy.version}</version>
</dependency>

<dependency>
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-oss-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.1</version>
</parent>

<artifactId>dxa-webapp</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.1.0-SNAPSHOT
version=2.1.1

0 comments on commit 0d3d3c7

Please sign in to comment.