Skip to content

Commit 13e92b0

Browse files
[WSO2 Release] [Jenkins #1811] [Release 1.2.11-wso2v15] prepare release v1.2.11-wso2v15
1 parent 426e8d9 commit 13e92b0

File tree

12 files changed

+18
-14
lines changed

12 files changed

+18
-14
lines changed

modules/axiom-api/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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>axiom-api</artifactId>

modules/axiom-c14n/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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<modelVersion>4.0.0</modelVersion>

modules/axiom-dom/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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>axiom-dom</artifactId>

modules/axiom-impl/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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>axiom-impl</artifactId>

modules/axiom-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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>axiom-integration</artifactId>

modules/axiom-jaxen-testsuite/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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>axiom-jaxen-testsuite</artifactId>

modules/axiom-parent/pom.xml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<groupId>org.apache.ws.commons.axiom</groupId>
2828
<artifactId>axiom-parent</artifactId>
2929
<name>Axiom Parent POM</name>
30-
<version>1.2.11-wso2v15-SNAPSHOT</version>
30+
<version>1.2.11-wso2v15</version>
3131
<packaging>pom</packaging>
3232
<description>Axiom Parent POM</description>
3333
<url>http://ws.apache.org/axiom/</url>
@@ -531,4 +531,8 @@
531531
<layout>default</layout>
532532
</pluginRepository>
533533
</pluginRepositories>
534+
535+
<scm>
536+
<tag>v1.2.11-wso2v15</tag>
537+
</scm>
534538
</project>

modules/axiom-tests/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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>axiom-tests</artifactId>

modules/axiom-testsuite/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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>axiom-testsuite</artifactId>

modules/axiom-testutils/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.apache.ws.commons.axiom</groupId>
2424
<artifactId>axiom-parent</artifactId>
25-
<version>1.2.11-wso2v15-SNAPSHOT</version>
25+
<version>1.2.11-wso2v15</version>
2626
<relativePath>../axiom-parent/pom.xml</relativePath>
2727
</parent>
2828
<artifactId>axiom-testutils</artifactId>

0 commit comments

Comments
 (0)