Skip to content

Commit

Permalink
Release 1.14.0 (#162)
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljozwicki authored May 10, 2023
1 parent 9acb59a commit a6c8950
Show file tree
Hide file tree
Showing 9 changed files with 11 additions and 11 deletions.
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.13.1-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>

<artifactId>starter-backend</artifactId>
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.13.1-SNAPSHOT</version>
<version>1.14.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.13.1-SNAPSHOT</version>
<version>1.14.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.13.1-SNAPSHOT</version>
<version>1.14.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.13.1-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
</parent>

<artifactId>starter-distribution</artifactId>
Expand Down
6 changes: 3 additions & 3 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.13.1-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<name>Starter Project Parent</name>
<packaging>pom</packaging>

Expand Down Expand Up @@ -79,11 +79,11 @@
<websight.admin.omitAdminPw>true</websight.admin.omitAdminPw>

<!-- WebSight CMS Version -->
<websight.cms.version>1.13.0</websight.cms.version>
<websight.cms.version>1.14.0</websight.cms.version>

<timestamp>${maven.build.timestamp}</timestamp>
<maven.build.timestamp.format>yyyyMMddHHmm</maven.build.timestamp.format>
<howlite.version>1.0.11</howlite.version>
<howlite.version>1.0.13</howlite.version>
<bulma.version>1.0.10</bulma.version>

<mongo.container.image>mongo:4.4.6</mongo.container.image>
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.13.1-SNAPSHOT</version>
<version>1.14.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.13.1-SNAPSHOT</version>
<version>1.14.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.13.1-SNAPSHOT</version>
<version>1.14.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit a6c8950

Please sign in to comment.