Skip to content

Commit

Permalink
WS-3069 Update CMS version (#220)
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljozwicki committed Dec 5, 2023
1 parent 3da79a1 commit 11c48e1
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
# limitations under the License.

# Use the CMS builder image with cached .m2 repo to create a build artifact.
FROM europe-docker.pkg.dev/websight-io/public/websight-cms-builder:1.22.0 as builder
FROM europe-docker.pkg.dev/websight-io/public/websight-cms-builder:1.23.0 as builder

# Copy local code to the container image.
WORKDIR /app
Expand Down
2 changes: 1 addition & 1 deletion application/backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.starter</groupId>
<artifactId>starter-application</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion application/frontend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.starter</groupId>
<artifactId>starter-application</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.starter</groupId>
<artifactId>starter-parent</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.starter</groupId>
<artifactId>starter-parent</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
</parent>

<artifactId>starter-content</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.starter</groupId>
<artifactId>starter-parent</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
</parent>

<artifactId>starter-distribution</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

<groupId>pl.ds.starter</groupId>
<artifactId>starter-parent</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
<name>Starter Project Parent</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -67,7 +67,7 @@

<!-- WebSight CMS Version -->
<!-- remember to update the verion in Dockerfile too! -->
<websight.cms.version>1.22.0</websight.cms.version>
<websight.cms.version>1.23.0</websight.cms.version>

<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
Expand Down
2 changes: 1 addition & 1 deletion tests/content/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.starter</groupId>
<artifactId>starter-tests</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/end-to-end/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.starter</groupId>
<artifactId>starter-tests</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>pl.ds.starter</groupId>
<artifactId>starter-parent</artifactId>
<version>1.22.2-SNAPSHOT</version>
<version>1.23.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 11c48e1

Please sign in to comment.