Skip to content

Commit

Permalink
Set 2.0.0-SNAPSHOT version
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zarakovskiy committed Apr 6, 2017
1 parent c959058 commit e6a9410
Show file tree
Hide file tree
Showing 13 changed files with 15 additions and 15 deletions.
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>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</version>
<packaging>pom</packaging>

<name>DXA - Bill of Materials</name>
Expand Down
2 changes: 1 addition & 1 deletion dxa-builder/gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=2.0.0-CTP1
version=2.0.0-SNAPSHOT
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>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</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>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

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

Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-compatible/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>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>dxa-compatible</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-data-model/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-dd4t-provider/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>dxa-framework</artifactId>
<groupId>com.sdl.dxa</groupId>
<version>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-r2-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>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</version>
<relativePath>../../dxa-framework</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
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>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</version>
</parent>

<artifactId>dxa-tridion-provider</artifactId>
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>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</version>
<artifactId>dxa-framework</artifactId>
<packaging>pom</packaging>

Expand Down Expand Up @@ -65,7 +65,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<dxa-bom.version>2.0.0-CTP1</dxa-bom.version>
<dxa-bom.version>2.0.0-SNAPSHOT</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>2.0.0-CTP1</version>
<version>2.0.0-SNAPSHOT</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>2.0.0-CTP1</dxa-bom.version>
<dxa-bom.version>2.0.0-SNAPSHOT</dxa-bom.version>
<dxa-release-branch>release/2.0</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=2.0.0-CTP1
version=2.0.0-SNAPSHOT

0 comments on commit e6a9410

Please sign in to comment.