Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.0.0-alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
WSO2 Builder authored and WSO2 Builder committed Oct 28, 2015
1 parent a969a20 commit 8e1f479
Show file tree
Hide file tree
Showing 22 changed files with 28 additions and 28 deletions.
4 changes: 2 additions & 2 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.core</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon Kernel - Core</name>
<description>
Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.carbon.core.runtime.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel-features</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion features/org.wso2.carbon.core.server.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel-features</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion launcher/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<artifactId>org.wso2.carbon.launcher</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions modules/transport/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.transport</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
<packaging>bundle</packaging>
<name>WSO2 Carbon Kernel - Transport</name>
<description>This module includes the http transport for kernel based on jetty</description>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel</artifactId>
<packaging>pom</packaging>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
<name>WSO2 Carbon Kernel - Parent Pom</name>
<description>WSO2 Carbon Kernel</description>
<url>http://wso2.org</url>
Expand Down Expand Up @@ -70,7 +70,7 @@
<url>https://github.com/wso2/carbon-kernel.git</url>
<developerConnection>scm:git:https://github.com/wso2/carbon-kernel.git</developerConnection>
<connection>scm:git:https://github.com/wso2/carbon-kernel.git</connection>
<tag>HEAD</tag>
<tag>v5.0.0-alpha</tag>
</scm>

<build>
Expand Down Expand Up @@ -546,7 +546,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

<!-- Carbon platform version comes here-->
<carbon.kernel.version>5.0.0-SNAPSHOT</carbon.kernel.version>
<carbon.kernel.version>5.0.0-alpha</carbon.kernel.version>
<carbon.kernel.osgi.version>5.0.0.alpha</carbon.kernel.osgi.version>
<carbon.kernel.package.export.version>5.0.0</carbon.kernel.package.export.version>
<carbon.kernel.package.import.version.range>[5.0.0, 6.0.0)</carbon.kernel.package.import.version.range>
Expand Down
4 changes: 2 additions & 2 deletions tests/osgi-tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,13 @@
<parent>
<artifactId>carbon-kernel-tests</artifactId>
<groupId>org.wso2.carbon</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>osgi-tests</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
<name>WSO2 Carbon Kernel - OSGi Tests</name>
<description>OSGi Tests for Carbon Kernel</description>
<url>http://wso2.org</url>
Expand Down
2 changes: 1 addition & 1 deletion tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-artifacts/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel-tests</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>startup-coordination</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion tests/test-artifacts/startup-coordination/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions tools/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@
<parent>
<artifactId>carbon-kernel</artifactId>
<groupId>org.wso2.carbon</groupId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>org.wso2.carbon.tools</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0-alpha</version>
<name>WSO2 Carbon Kernel - Tools</name>
<description>
Standalone tools which are to be used alongside the WSO2 Carbon kernel
Expand Down

0 comments on commit 8e1f479

Please sign in to comment.