Skip to content

Commit

Permalink
cms 1.15.0 release (#166)
Browse files Browse the repository at this point in the history
Co-authored-by: Paweł Jóźwicki <[email protected]>
  • Loading branch information
pawel-boguski-ds and paweljozwicki authored May 30, 2023
1 parent f92883e commit 81994cb
Show file tree
Hide file tree
Showing 10 changed files with 17 additions and 10 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.14.1-SNAPSHOT</version>
<version>1.15.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.14.1-SNAPSHOT</version>
<version>1.15.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.14.1-SNAPSHOT</version>
<version>1.15.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.14.1-SNAPSHOT</version>
<version>1.15.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.14.1-SNAPSHOT</version>
<version>1.15.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.14.1-SNAPSHOT</version>
<version>1.15.0-SNAPSHOT</version>
<name>Starter Project Parent</name>
<packaging>pom</packaging>

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

<!-- WebSight CMS Version -->
<websight.cms.version>1.14.0</websight.cms.version>
<websight.cms.version>1.15.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.14.1-SNAPSHOT</version>
<version>1.15.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.14.1-SNAPSHOT</version>
<version>1.15.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 7 additions & 0 deletions tests/end-to-end/tests/lunatitle.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,19 @@ describe('Luna Title component', function () {
)
.its('body')
.should('deep.eq', {
mdOffset: '',
smColSize: '12',
classes: '',
smOffset: '',
'sling:resourceType': 'luna/components/lunatitle',
title: 'New heading',
anchorId: '',
showSubtitle: 'true',
lgOffset: '',
subtitle: 'New overline text',
mdColSize: '12',
'jcr:primaryType': 'nt:unstructured',
lgColSize: '12',
headingLevel: 'h1',
headingSize: 'hl-title__heading--size-2'
});
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.14.1-SNAPSHOT</version>
<version>1.15.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit 81994cb

Please sign in to comment.