Skip to content

Commit bd8632a

Browse files
[WSO2 Release] [Jenkins #27] [Release 1.0.0-m3] prepare release v1.0.0-m3
1 parent 07dc0d5 commit bd8632a

File tree

10 files changed

+12
-12
lines changed

10 files changed

+12
-12
lines changed

components/org.wso2.carbon.micro.integrator.core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.ei</groupId>
2424
<artifactId>mi-component-parent</artifactId>
25-
<version>1.0.0-m3-SNAPSHOT</version>
25+
<version>1.0.0-m3</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/org.wso2.carbon.micro.integrator.security/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.ei</groupId>
2222
<artifactId>mi-component-parent</artifactId>
23-
<version>1.0.0-m3-SNAPSHOT</version>
23+
<version>1.0.0-m3</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>

components/org.wso2.carbon.micro.integrator.server/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.ei</groupId>
2424
<artifactId>mi-component-parent</artifactId>
25-
<version>1.0.0-m3-SNAPSHOT</version>
25+
<version>1.0.0-m3</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

components/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.ei</groupId>
2424
<artifactId>wso2-micro-integrator-parent</artifactId>
25-
<version>1.0.0-m3-SNAPSHOT</version>
25+
<version>1.0.0-m3</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.ei</groupId>
2323
<artifactId>wso2-micro-integrator-parent</artifactId>
24-
<version>1.0.0-m3-SNAPSHOT</version>
24+
<version>1.0.0-m3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

features/org.wso2.carbon.micro.integrator.server.feature/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.ei</groupId>
2222
<artifactId>micro-integrator-features</artifactId>
23-
<version>1.0.0-m3-SNAPSHOT</version>
23+
<version>1.0.0-m3</version>
2424
<relativePath>../pom.xml</relativePath>
2525
</parent>
2626

features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.ei</groupId>
2424
<artifactId>wso2-micro-integrator-parent</artifactId>
25-
<version>1.0.0-m3-SNAPSHOT</version>
25+
<version>1.0.0-m3</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

integration/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.wso2.ei</groupId>
2424
<artifactId>wso2-micro-integrator-parent</artifactId>
25-
<version>1.0.0-m3-SNAPSHOT</version>
25+
<version>1.0.0-m3</version>
2626
<relativePath>../pom.xml</relativePath>
2727
</parent>
2828

p2-profile/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.wso2.ei</groupId>
2323
<artifactId>wso2-micro-integrator-parent</artifactId>
24-
<version>1.0.0-m3-SNAPSHOT</version>
24+
<version>1.0.0-m3</version>
2525
<relativePath>../pom.xml</relativePath>
2626
</parent>
2727

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<groupId>org.wso2.ei</groupId>
2929
<artifactId>wso2-micro-integrator-parent</artifactId>
3030
<packaging>pom</packaging>
31-
<version>1.0.0-m3-SNAPSHOT</version>
31+
<version>1.0.0-m3</version>
3232
<name>WSO2 Micro Integrator</name>
3333
<url>http://wso2.com/products/enterprise-integrator/</url>
3434
<description>WSO2 Micro Integrator</description>
@@ -215,7 +215,7 @@
215215
<url>https://github.com/wso2/micro-integrator.git</url>
216216
<developerConnection>scm:git:https://github.com/wso2/micro-integrator.git</developerConnection>
217217
<connection>scm:git:https://github.com/wso2/micro-integrator.git</connection>
218-
<tag>HEAD</tag>
218+
<tag>v1.0.0-m3</tag>
219219
</scm>
220220

221221
<profiles>
@@ -252,7 +252,7 @@
252252
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
253253

254254
<!--Product Version-->
255-
<product.ei.version>1.0.0-m3-SNAPSHOT</product.ei.version>
255+
<product.ei.version>1.0.0-m3</product.ei.version>
256256

257257
<version.equinox.osgi>3.9.1.v20130814-1242</version.equinox.osgi>
258258
<version.equinox.osgi.services>3.3.100.v20130513-1956</version.equinox.osgi.services>

0 commit comments

Comments
 (0)