Skip to content

Commit

Permalink
Dependency updates and preparing 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
dxasupport committed Mar 8, 2024
1 parent e33691d commit 62f1f81
Show file tree
Hide file tree
Showing 9 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 @@ -3,7 +3,7 @@
<parent>
<artifactId>dxa-oss-parent</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</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 @@ -17,7 +17,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-framework</artifactId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</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 @@ -3,7 +3,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</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 @@ -3,7 +3,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</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 @@ -16,7 +16,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</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 @@ -17,7 +17,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</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 @@ -6,7 +6,7 @@
<parent>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-oss-parent</artifactId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -3,7 +3,7 @@
<parent>
<artifactId>dxa-oss-parent</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-oss-parent</artifactId>
<version>2.3.0-RC3-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>DXA - Parent</name>
Expand All @@ -30,15 +30,15 @@
<cd-cil.version>12.0.0-1197</cd-cil.version>

<!-- DXA versions -->
<dxa.version>2.3.0-RC3-SNAPSHOT</dxa.version>
<dxa.version>2.3.0-SNAPSHOT</dxa.version>
<!-- /DXA Versions -->

<!-- Apache -->
<commons-io-version>2.15.1</commons-io-version>
<commons-lang3.version>3.14.0</commons-lang3.version>
<commons-text.version>1.11.0</commons-text.version>
<commons-collections4.version>4.4</commons-collections4.version>
<commons-compress.version>1.25.0</commons-compress.version>
<commons-compress.version>1.26.0</commons-compress.version>
<httpcomponents-client-version>4.5.14</httpcomponents-client-version>
<httpcomponents.core.version>4.4.16</httpcomponents.core.version>

Expand Down Expand Up @@ -69,8 +69,8 @@
<xmlunit.version>2.9.1</xmlunit.version>

<!-- Spring -->
<spring.version>6.1.3</spring.version>
<spring-security.version>6.2.1</spring-security.version>
<spring.version>6.1.4</spring.version>
<spring-security.version>6.2.2</spring-security.version>

<jsoup.version>1.17.1</jsoup.version>
<rome.version>2.1.0</rome.version>
Expand Down

0 comments on commit 62f1f81

Please sign in to comment.