Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v1.0.0-rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed May 14, 2019
1 parent 60bf56d commit 135aca1
Show file tree
Hide file tree
Showing 12 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion components/org.wso2.carbon.micro.integrator.core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>mi-component-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>org.wso2.carbon.micro.integrator.extensions</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>mi-component-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>mi-component-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion components/org.wso2.carbon.micro.integrator.server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>mi-component-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion components/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2-micro-integrator-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2-micro-integrator-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>micro-integrator-features</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion features/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2-micro-integrator-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion integration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2-micro-integrator-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion p2-profile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>org.wso2.ei</groupId>
<artifactId>wso2-micro-integrator-parent</artifactId>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<groupId>org.wso2.ei</groupId>
<artifactId>wso2-micro-integrator-parent</artifactId>
<packaging>pom</packaging>
<version>1.0.0-rc2-SNAPSHOT</version>
<version>1.0.0</version>
<name>WSO2 Micro Integrator</name>
<url>http://wso2.com/products/enterprise-integrator/</url>
<description>WSO2 Micro Integrator</description>
Expand Down Expand Up @@ -236,7 +236,7 @@
<url>https://github.com/wso2/micro-integrator.git</url>
<developerConnection>scm:git:https://github.com/wso2/micro-integrator.git</developerConnection>
<connection>scm:git:https://github.com/wso2/micro-integrator.git</connection>
<tag>HEAD</tag>
<tag>v1.0.0-rc1</tag>
</scm>

<profiles>
Expand Down Expand Up @@ -273,7 +273,7 @@
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<!--Product Version-->
<product.mi.version>1.0.0-rc2-SNAPSHOT</product.mi.version>
<product.mi.version>1.0.0</product.mi.version>

<version.equinox.osgi>3.9.1.v20130814-1242</version.equinox.osgi>
<version.equinox.osgi.services>3.3.100.v20130513-1956</version.equinox.osgi.services>
Expand Down

0 comments on commit 135aca1

Please sign in to comment.