Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v5.0.0-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
Kishanthan committed Dec 15, 2015
1 parent 687c2a3 commit dae13a2
Show file tree
Hide file tree
Showing 34 changed files with 48 additions and 48 deletions.
2 changes: 1 addition & 1 deletion archetypes/carbon-bundle-archetype/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>org.wso2.carbon.archetypes</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/carbon-component-archetype/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>org.wso2.carbon.archetypes</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/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-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
7 changes: 3 additions & 4 deletions core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,19 +15,18 @@
limitations 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">

<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.core</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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</version>
</parent>

<modelVersion>4.0.0</modelVersion>
Expand Down
5 changes: 2 additions & 3 deletions features/org.wso2.carbon.core.server.feature/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,12 @@
~ See the License for the specific language governing permissions and
~ limitations 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">

<parent>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel-features</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
13 changes: 8 additions & 5 deletions parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,20 @@
See the License for the specific language governing permissions and
limitations 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">

<parent>
<groupId>org.wso2</groupId>
<artifactId>wso2</artifactId>
<version>2</version>
<relativePath/>
<relativePath />
</parent>

<modelVersion>4.0.0</modelVersion>
<groupId>org.wso2.carbon</groupId>
<artifactId>carbon-kernel-parent</artifactId>
<packaging>pom</packaging>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<name>WSO2 Carbon Kernel - Parent Pom</name>
<description>WSO2 Carbon Kernel Parent Pom</description>
<url>http://wso2.com</url>
Expand Down Expand Up @@ -390,7 +389,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</carbon.kernel.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 Expand Up @@ -461,4 +460,8 @@
<commons.io.version>2.4.0.wso2v1</commons.io.version>
<mysql.connector.java.version>5.1.37</mysql.connector.java.version>
</properties>

<scm>
<tag>v5.0.0-RC1</tag>
</scm>
</project>
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
See the License for the specific language governing permissions and
limitations 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">

<parent>
<groupId>org.wso2</groupId>
Expand All @@ -27,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</version>
<name>WSO2 Carbon Kernel - Aggregate Pom</name>
<description>WSO2 Carbon Kernel Aggregate Pom</description>
<url>http://wso2.com</url>
Expand Down Expand Up @@ -59,7 +58,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-RC1</tag>
</scm>

<build>
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</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>carbon-kernel-osgi-tests</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<name>WSO2 Carbon Kernel - OSGi Tests</name>
<description>OSGi Tests for Carbon Kernel</description>
<url>http://wso2.com</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-parent</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

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</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-startup-resolver-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</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>carbon-kernel-test-artifacts</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
</parent>

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

<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.tools</artifactId>
<version>5.0.0-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>jar</packaging>
<name>WSO2 Carbon Kernel - Tools</name>
<description>
Expand Down

0 comments on commit dae13a2

Please sign in to comment.