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.2.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder committed Oct 31, 2016
1 parent 180ad7b commit d3540aa
Show file tree
Hide file tree
Showing 18 changed files with 34 additions and 36 deletions.
20 changes: 9 additions & 11 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>wso2emm</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>
<name>WSO2 Mobile Device Manager (MDM) - Distribution</name>
<description>WSO2 Mobile Device Manager (MDM) Distribution</description>
Expand Down Expand Up @@ -450,21 +450,19 @@
</goals>
<configuration>
<tasks>
<echo message="########### Creating APP Authentication Endpoint ##############"/>
<mkdir dir="${basedir}/target/authenticationendpoint/"/>
<mkdir dir="${basedir}/target/authenticationendpoint-dist/"/>
<unzip src="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/authenticationendpoint.war"
dest="${basedir}/target/authenticationendpoint/">
<echo message="########### Creating APP Authentication Endpoint ##############" />
<mkdir dir="${basedir}/target/authenticationendpoint/" />
<mkdir dir="${basedir}/target/authenticationendpoint-dist/" />
<unzip src="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/repository/deployment/server/webapps/authenticationendpoint.war" dest="${basedir}/target/authenticationendpoint/">
</unzip>
<copy toDir="${basedir}/target/authenticationendpoint-dist/">
<fileset dir="${basedir}/target/authenticationendpoint/"/>
<fileset dir="${basedir}/target/authenticationendpoint/" />
</copy>
<copy todir="${basedir}/target/authenticationendpoint-dist/" overwrite="true">
<fileset dir="${basedir}/src/repository/deployment/server/webapps/authenticationendpoint-overlay/" />
</copy>
<zip destfile="${basedir}/target/authenticationendpoint.war"
basedir="${basedir}/target/authenticationendpoint-dist"/>
<echo message="######### Done creating APP Authentication Endpoint ###########"/>
<zip destfile="${basedir}/target/authenticationendpoint.war" basedir="${basedir}/target/authenticationendpoint-dist" />
<echo message="######### Done creating APP Authentication Endpoint ###########" />
</tasks>
</configuration>
</execution>
Expand Down
6 changes: 3 additions & 3 deletions modules/features/org.wso2.mdm.styles.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,13 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-features</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.mdm.styles.feature</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>
<name>WSO2 Mobile Device Manager (MDM) Styles Feature</name>
<url>http://wso2.org</url>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>org.wso2.mdm</groupId>
<artifactId>org.wso2.mdm.admin.styles</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</dependency>
</dependencies>

Expand Down
4 changes: 2 additions & 2 deletions modules/features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-features</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<packaging>pom</packaging>
<name>WSO2 Mobile Device Manager (MDM) Features</name>
<url>http://wso2.org</url>
Expand Down
2 changes: 1 addition & 1 deletion modules/integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-integration</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>tests-common</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>tests-common</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-integration</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-common/ui-pages/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>tests-common</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-integration</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion modules/integration/tests-platform/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-integration</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-integration</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/mdm-ui/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,14 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.mdm.admin.styles</artifactId>
<packaging>bundle</packaging>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<name>WSO2 Mobile Device Manager (MDM) - UI styles</name>
<url>http://wso2.org</url>

Expand Down
2 changes: 1 addition & 1 deletion modules/mobile-agents/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

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 @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/tools/emm-qsg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-tools</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.mdm</groupId>
<artifactId>emm-qsg</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<name>WSO2 EMM QSG tools</name>
<description>This includes the tools for EMM QSG</description>
<packaging>jar</packaging>
Expand Down
4 changes: 2 additions & 2 deletions modules/tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,15 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-tools</artifactId>
<packaging>pom</packaging>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<name>WSO2 EMM Tools</name>
<url>http://maven.apache.org</url>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<packaging>pom</packaging>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
<name>WSO2 MDM - Parent</name>
<url>http://wso2.org</url>
<description>WSO2 Mobile Device Manager</description>
Expand Down Expand Up @@ -1046,7 +1046,7 @@

<!-- Carbon Mobile Device Management -->
<carbon.mobile.device.mgt.version>2.2.5</carbon.mobile.device.mgt.version>
<mdm.version>2.2.0-SNAPSHOT</mdm.version>
<mdm.version>2.2.0</mdm.version>

<!-- Carbon API Management -->
<carbon.api.mgt.version>6.0.5</carbon.api.mgt.version>
Expand Down Expand Up @@ -1126,7 +1126,7 @@
<url>https://github.com/wso2/product-mdm.git</url>
<developerConnection>scm:git:https://github.com/wso2/product-mdm.git</developerConnection>
<connection>scm:git:https://github.com/wso2/product-mdm.git</connection>
<tag>HEAD</tag>
<tag>v2.2.0-RC1</tag>
</scm>

<build>
Expand Down

0 comments on commit d3540aa

Please sign in to comment.