Skip to content

Commit 49b3c42

Browse files
author
Alexey Zarakovskiy
committed
DXA 1.8 Release
1 parent 05c7822 commit 49b3c42

File tree

10 files changed

+13
-13
lines changed

10 files changed

+13
-13
lines changed

dxa-bom-modules/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.sdl.dxa.modules</groupId>
1414
<artifactId>dxa-bom-modules</artifactId>
15-
<version>1.8.0-SNAPSHOT</version>
15+
<version>1.8.0</version>
1616
<packaging>pom</packaging>
1717

1818
<name>DXA Modules - Bill of Materials</name>
@@ -45,7 +45,7 @@
4545
</developers>
4646

4747
<properties>
48-
<dxa-modules.version>1.8.0-SNAPSHOT</dxa-modules.version>
48+
<dxa-modules.version>1.8.0</dxa-modules.version>
4949
<dxa-module-core.version>${dxa-modules.version}</dxa-module-core.version>
5050
<dxa-module-cid.version>${dxa-modules.version}</dxa-module-cid.version>
5151
<dxa-module-googleanalytics.version>${dxa-modules.version}</dxa-module-googleanalytics.version>

dxa-bom/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<groupId>com.sdl.dxa</groupId>
1414
<artifactId>dxa-bom</artifactId>
15-
<version>1.8.0-SNAPSHOT</version>
15+
<version>1.8.0</version>
1616
<packaging>pom</packaging>
1717

1818
<name>DXA - Bill of Materials</name>

dxa-builder/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group 'com.sdl.dxa'
2-
version '1.8.0-SNAPSHOT'
2+
version '1.8.0'
33

44
apply plugin: 'groovy'
55
apply plugin: 'maven-publish'

dxa-framework/dxa-common-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<groupId>com.sdl.dxa</groupId>
88
<artifactId>dxa-framework</artifactId>
9-
<version>1.8.0-SNAPSHOT</version>
9+
<version>1.8.0</version>
1010
</parent>
1111

1212
<artifactId>dxa-common-api</artifactId>

dxa-framework/dxa-common-impl/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<artifactId>dxa-framework</artifactId>
99
<groupId>com.sdl.dxa</groupId>
10-
<version>1.8.0-SNAPSHOT</version>
10+
<version>1.8.0</version>
1111
</parent>
1212

1313
<artifactId>dxa-common-impl</artifactId>

dxa-framework/dxa-tridion-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<parent>
77
<artifactId>dxa-framework</artifactId>
88
<groupId>com.sdl.dxa</groupId>
9-
<version>1.8.0-SNAPSHOT</version>
9+
<version>1.8.0</version>
1010
</parent>
1111

1212
<artifactId>dxa-tridion-provider</artifactId>

dxa-framework/dxa-web8-provider/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<artifactId>dxa-framework</artifactId>
66
<groupId>com.sdl.dxa</groupId>
7-
<version>1.8.0-SNAPSHOT</version>
7+
<version>1.8.0</version>
88
<relativePath>../../dxa-framework</relativePath>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>

dxa-framework/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
</parent>
1212

1313
<groupId>com.sdl.dxa</groupId>
14-
<version>1.8.0-SNAPSHOT</version>
14+
<version>1.8.0</version>
1515
<artifactId>dxa-framework</artifactId>
1616
<packaging>pom</packaging>
1717

@@ -61,7 +61,7 @@
6161
<properties>
6262
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
6363
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
64-
<dxa-bom.version>1.8.0-SNAPSHOT</dxa-bom.version>
64+
<dxa-bom.version>1.8.0</dxa-bom.version>
6565
<java-version>1.8</java-version>
6666
</properties>
6767

dxa-webapp/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<version>1.0.3</version>
1111
</parent>
1212

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

2121
<properties>
22-
<dxa-bom.version>1.8.0-SNAPSHOT</dxa-bom.version>
22+
<dxa-bom.version>1.8.0</dxa-bom.version>
2323
<dxa-release-branch>release/1.8</dxa-release-branch>
2424
<java-version>1.8</java-version>
2525
</properties>

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=1.8.0-SNAPSHOT
1+
version=1.8.0

0 commit comments

Comments
 (0)