Skip to content

Commit

Permalink
DXA 1.8 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zarakovskiy committed Nov 21, 2017
1 parent 05c7822 commit 49b3c42
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions dxa-bom-modules/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<groupId>com.sdl.dxa.modules</groupId>
<artifactId>dxa-bom-modules</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<name>DXA Modules - Bill of Materials</name>
Expand Down Expand Up @@ -45,7 +45,7 @@
</developers>

<properties>
<dxa-modules.version>1.8.0-SNAPSHOT</dxa-modules.version>
<dxa-modules.version>1.8.0</dxa-modules.version>
<dxa-module-core.version>${dxa-modules.version}</dxa-module-core.version>
<dxa-module-cid.version>${dxa-modules.version}</dxa-module-cid.version>
<dxa-module-googleanalytics.version>${dxa-modules.version}</dxa-module-googleanalytics.version>
Expand Down
2 changes: 1 addition & 1 deletion dxa-bom/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-bom</artifactId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<packaging>pom</packaging>

<name>DXA - Bill of Materials</name>
Expand Down
2 changes: 1 addition & 1 deletion dxa-builder/build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.sdl.dxa'
version '1.8.0-SNAPSHOT'
version '1.8.0'

apply plugin: 'groovy'
apply plugin: 'maven-publish'
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>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>dxa-common-api</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-common-impl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>dxa-common-impl</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 @@ -6,7 +6,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
</parent>

<artifactId>dxa-tridion-provider</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-web8-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<relativePath>../../dxa-framework</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions dxa-framework/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<groupId>com.sdl.dxa</groupId>
<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<artifactId>dxa-framework</artifactId>
<packaging>pom</packaging>

Expand Down Expand Up @@ -61,7 +61,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dxa-bom.version>1.8.0-SNAPSHOT</dxa-bom.version>
<dxa-bom.version>1.8.0</dxa-bom.version>
<java-version>1.8</java-version>
</properties>

Expand Down
4 changes: 2 additions & 2 deletions dxa-webapp/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<version>1.0.3</version>
</parent>

<version>1.8.0-SNAPSHOT</version>
<version>1.8.0</version>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-webapp</artifactId>
<packaging>war</packaging>
Expand All @@ -19,7 +19,7 @@
<url>http://www.sdl.com/cxc/digital-experience/web-experience-management/digital-experience-accelerator.html</url>

<properties>
<dxa-bom.version>1.8.0-SNAPSHOT</dxa-bom.version>
<dxa-bom.version>1.8.0</dxa-bom.version>
<dxa-release-branch>release/1.8</dxa-release-branch>
<java-version>1.8</java-version>
</properties>
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.8.0-SNAPSHOT
version=1.8.0

0 comments on commit 49b3c42

Please sign in to comment.