Skip to content
This repository has been archived by the owner on Oct 5, 2021. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0-RC2
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed Feb 24, 2016
1 parent e80d40e commit 5e7849e
Show file tree
Hide file tree
Showing 15 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion modules/components/ds-multitenant-dashboard/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/components/ues-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
15 changes: 7 additions & 8 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -116,24 +116,23 @@
<delete file="target/${project.artifactId}-${product.ds.version}.zip" />
<unzip dest="${tempdir}/shindig">
<fileset dir="../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps">
<include name="shindig.war"/>
<include name="shindig.war" />
</fileset>
</unzip>
<unzip dest="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}">
<fileset dir="${tempdir}/shindig/WEB-INF/lib">
<include name="shindig-extras-${shindig.version}.jar"/>
<include name="shindig-extras-${shindig.version}.jar" />
</fileset>
</unzip>
<delete file="../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/shindig.war"/>
<delete file="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}.jar"/>
<delete file="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}/features-extras/features.txt"/>
<delete file="../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/shindig.war" />
<delete file="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}.jar" />
<delete file="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}/features-extras/features.txt" />
<copy todir="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}/features-extras/" overwrite="false">
<fileset dir="src/repository/resources/shindig/features/">
<include name="features.txt" />
</fileset>
</copy>
<zip destfile="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}.jar"
basedir="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}" />
<zip destfile="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}.jar" basedir="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}" />
<delete dir="${tempdir}/shindig/WEB-INF/lib/shindig-extras-${shindig.version}" />
<zip destfile="../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/shindig.war" basedir="${tempdir}/shindig" />
<delete dir="${tempdir}" />
Expand Down
2 changes: 1 addition & 1 deletion modules/features/ues/org.wso2.ds.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-features</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/features/ues/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/admin-clients/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>tests-common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>tests-common</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down Expand Up @@ -57,7 +57,7 @@
<dependency>
<groupId>org.wso2.ds</groupId>
<artifactId>org.wso2.ds.integration.common.clients</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<scope>compile</scope>
</dependency>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-integration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-ui-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-integration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-ui-integration/tests-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>tests-ui-integration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>tests-ui-integration</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion modules/p2-profile-gen/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-parent</artifactId>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<groupId>org.wso2.ds</groupId>
<artifactId>wso2ds-parent</artifactId>
<packaging>pom</packaging>
<version>2.0.0-SNAPSHOT</version>
<version>2.0.0</version>
<name>WSO2 Dashboard Server</name>
<url>http://wso2.com/products/dashboard-server</url>
<description>WSO2 Dashboard Server</description>
Expand Down Expand Up @@ -444,7 +444,7 @@
<scm>
<connection>scm:git:https://github.com/wso2/product-ues.git</connection>
<developerConnection>scm:git:https://github.com/wso2/product-ues.git</developerConnection>
<tag>HEAD</tag>
<tag>v2.0.0-RC2</tag>
</scm>
<repositories>
<repository>
Expand Down Expand Up @@ -570,7 +570,7 @@
<carbon.automationutils.version>4.4.2</carbon.automationutils.version>

<carbon.dashboards.version>1.0.13</carbon.dashboards.version>
<product.ds.version>2.0.0-SNAPSHOT</product.ds.version>
<product.ds.version>2.0.0</product.ds.version>

<test.framework.version>4.4.2</test.framework.version>
<automation.utils.version>4.4.2</automation.utils.version>
Expand Down

0 comments on commit 5e7849e

Please sign in to comment.