Skip to content

Commit

Permalink
set release version 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey Zarakovskiy committed Jul 5, 2016
1 parent 782fca0 commit a2f01c7
Show file tree
Hide file tree
Showing 11 changed files with 14 additions and 14 deletions.
4 changes: 2 additions & 2 deletions dxa-bom-2013sp1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-bom-2013sp1</artifactId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<name>DXA - BOM for 2013SP1</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
</developers>

<properties>
<dxa-bom.version>1.5.0-SNAPSHOT</dxa-bom.version>
<dxa-bom.version>1.5.0</dxa-bom.version>
<cd.version>7.1.0</cd.version>
<cwd.version>7.1.2</cwd.version>
<smarttarget.version>2014sp1</smarttarget.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<packaging>pom</packaging>

<name>DXA - Bill of Materials</name>
Expand Down
4 changes: 2 additions & 2 deletions dxa-example-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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<groupId>com.sdl.dxa</groupId>
<artifactId>dxa-example-webapp</artifactId>
<packaging>war</packaging>
Expand Down Expand Up @@ -45,7 +45,7 @@
</developers>

<properties>
<dxa-bom.version>1.5.0-SNAPSHOT</dxa-bom.version>
<dxa-bom.version>1.5.0</dxa-bom.version>
<dxa-release-branch>release/1.5</dxa-release-branch>
</properties>

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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
</parent>

<artifactId>dxa-common-impl</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion dxa-framework/dxa-tridion-2013sp1-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.5.0-SNAPSHOT</version>
<version>1.5.0</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>1.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.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.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<artifactId>dxa-framework</artifactId>
<packaging>pom</packaging>

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

Expand Down
2 changes: 1 addition & 1 deletion dxa-webapp-archetype/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>

<groupId>com.sdl.dxa</groupId>
<version>1.5.0-SNAPSHOT</version>
<version>1.5.0</version>
<artifactId>dxa-webapp-archetype</artifactId>
<packaging>jar</packaging>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<url>http://www.example.org</url>

<properties>
<dxa-bom.version>1.5.0-SNAPSHOT</dxa-bom.version>
<dxa-bom.version>1.5.0</dxa-bom.version>
<dxa-release-branch>release/1.5</dxa-release-branch>
<java-version>1.7</java-version>
</properties>
Expand Down

0 comments on commit a2f01c7

Please sign in to comment.