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.1.0-alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
chaturadilan committed Jul 8, 2016
1 parent 7ce8d1b commit a690e2d
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 21 deletions.
4 changes: 2 additions & 2 deletions modules/apps/jaggery/emm-web-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@
<parent>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<relativePath>../../../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>emm-web-agent</artifactId>
<name>WSO2 EMM - Enterprise Mobility Manager Web Agent</name>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<packaging>pom</packaging>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>mdm-enduser-app</artifactId>
<name>WSO2 EMM - Enterprise Mobility Manager End-user Web Application</name>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<packaging>pom</packaging>

<build>
Expand Down
7 changes: 3 additions & 4 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.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>wso2emm</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<packaging>pom</packaging>
<name>WSO2 Mobile Device Manager (MDM) - Distribution</name>
<description>WSO2 Mobile Device Manager (MDM) Distribution</description>
Expand Down Expand Up @@ -286,8 +286,7 @@
<!--fileset
file="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/apimgt/h2.sql"/-->
<fileset file="${basedir}/src/repository/dbscripts/apimgt/h2.sql" />
<fileset
file="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/appmgt/h2.sql"/>
<fileset file="${basedir}/../p2-profile-gen/target/wso2carbon-core-${carbon.kernel.version}/dbscripts/appmgt/h2.sql" />
</sql>
<echo message="##################### END ####################" />
</tasks>
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.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<relativePath>../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.mdm.styles.feature</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</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.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</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.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-features</artifactId>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<packaging>pom</packaging>
<name>WSO2 Mobile Device Manager (MDM) Features</name>
<url>http://wso2.org</url>
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.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.mdm.admin.styles</artifactId>
<packaging>bundle</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</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.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</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.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,13 @@
~ under the License.
-->

<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.mdm</groupId>
<artifactId>wso2mdm-parent</artifactId>
<packaging>pom</packaging>
<version>2.1.0-SNAPSHOT</version>
<version>2.1.0-ALPHA2</version>
<name>WSO2 MDM - Parent</name>
<url>http://wso2.org</url>
<description>WSO2 Mobile Device Manager</description>
Expand Down Expand Up @@ -1074,7 +1073,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.1.0-alpha-2</tag>
</scm>

<build>
Expand Down

0 comments on commit a690e2d

Please sign in to comment.