Skip to content
This repository was archived by the owner on Apr 21, 2024. It is now read-only.

Commit 9fe4017

Browse files
author
WSO2 Builder
committed
[maven-release-plugin] prepare release v1.0.0-m2
1 parent e3d3c4d commit 9fe4017

File tree

9 files changed

+12
-12
lines changed

9 files changed

+12
-12
lines changed

components/org.wso2.carbon.security.caas.boot/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<groupId>org.wso2.carbon.security.caas</groupId>
2222
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
23-
<version>1.0.0-SNAPSHOT</version>
23+
<version>1.0.0-m2</version>
2424
<relativePath>../../pom.xml</relativePath>
2525
</parent>
2626

components/org.wso2.carbon.security.caas/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.security.caas</groupId>
2121
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
22-
<version>1.0.0-SNAPSHOT</version>
22+
<version>1.0.0-m2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

feature/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.security.caas</groupId>
2121
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
22-
<version>1.0.0-SNAPSHOT</version>
22+
<version>1.0.0-m2</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,14 @@
2727
<groupId>org.wso2.carbon.security.caas</groupId>
2828
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
2929
<packaging>pom</packaging>
30-
<version>1.0.0-SNAPSHOT</version>
30+
<version>1.0.0-m2</version>
3131
<name>WSO2 Carbon Security CAAS - Parent</name>
3232

3333
<scm>
3434
<url>https://github.com/wso2/carbon-security.git</url>
3535
<developerConnection>scm:git:https://github.com/wso2/carbon-security.git</developerConnection>
3636
<connection>scm:git:https://github.com/wso2/carbon-security.git</connection>
37-
<tag>HEAD</tag>
37+
<tag>v1.0.0-m2</tag>
3838
</scm>
3939

4040
<build>
@@ -293,7 +293,7 @@
293293
</modules>
294294

295295
<properties>
296-
<carbon.security.caas.version>1.0.0-SNAPSHOT</carbon.security.caas.version>
296+
<carbon.security.caas.version>1.0.0-m2</carbon.security.caas.version>
297297

298298
<carbon.feature.plugin.version>2.0.1</carbon.feature.plugin.version>
299299
<carbon.kernel.version>5.1.0</carbon.kernel.version>

samples/usercore-sample/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.security.caas</groupId>
2121
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
22-
<version>1.0.0-SNAPSHOT</version>
22+
<version>1.0.0-m2</version>
2323
<relativePath>../../pom.xml</relativePath>
2424
</parent>
2525

2626
<modelVersion>4.0.0</modelVersion>
2727
<artifactId>osgi-security-service</artifactId>
28-
<version>1.0.0-SNAPSHOT</version>
28+
<version>1.0.0-m2</version>
2929
<packaging>bundle</packaging>
3030
<name>WSO2 Carbon Security CAAS - Usercore Sample</name>
3131
<url>http://wso2.com</url>

tests/osgi-tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.security.caas</groupId>
2020
<artifactId>carbon-security-caas-tests</artifactId>
21-
<version>1.0.0-SNAPSHOT</version>
21+
<version>1.0.0-m2</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

tests/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.security.caas</groupId>
2020
<artifactId>org.wso2.carbon.security.caas.parent</artifactId>
21-
<version>1.0.0-SNAPSHOT</version>
21+
<version>1.0.0-m2</version>
2222
<relativePath>../pom.xml</relativePath>
2323
</parent>
2424

tests/test-artifacts/in-memory-user-store-test-artifact/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<parent>
2020
<groupId>org.wso2.carbon.security.caas</groupId>
2121
<artifactId>carbon-security-caas-test-artifacts</artifactId>
22-
<version>1.0.0-SNAPSHOT</version>
22+
<version>1.0.0-m2</version>
2323
<relativePath>../pom.xml</relativePath>
2424
</parent>
2525

tests/test-artifacts/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<parent>
1919
<groupId>org.wso2.carbon.security.caas</groupId>
2020
<artifactId>carbon-security-caas-tests</artifactId>
21-
<version>1.0.0-SNAPSHOT</version>
21+
<version>1.0.0-m2</version>
2222
</parent>
2323

2424
<modelVersion>4.0.0</modelVersion>

0 commit comments

Comments
 (0)