Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v2.0.0-m3
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Aug 24, 2018
1 parent 3a463f6 commit ebbfbaa
Show file tree
Hide file tree
Showing 17 changed files with 19 additions and 19 deletions.
2 changes: 1 addition & 1 deletion conditional-auth-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<parent>
<artifactId>samples-is</artifactId>
<groupId>org.wso2.samples.is</groupId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
</parent>
<modelVersion>4.0.0</modelVersion>

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.samples.is</groupId>
<artifactId>samples-is</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions gdpr-samples/gdpr-qsg/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>gdpr-samples</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
</parent>

<artifactId>gdpr-qsg</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion gdpr-samples/notification-center/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>gdpr-samples</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gdpr-samples/pick-my-book/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>gdpr-samples</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gdpr-samples/pickup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>gdpr-samples</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion gdpr-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>samples-is</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oauth-sample-client-authenticator/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>samples-is</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oidc-sso-sample/Dispatch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>oidc-sso-sample</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oidc-sso-sample/Swift/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>oidc-sso-sample</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion oidc-sso-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>samples-is</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@
<artifactId>samples-is</artifactId>
<packaging>pom</packaging>
<description>WSO2 Identity Server Samples</description>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>

<scm>
<url>https://github.com/wso2/samples-is.git</url>
<developerConnection>scm:git:https://github.com/wso2/samples-is.git</developerConnection>
<connection>scm:git:https://github.com/wso2/samples-is.git</connection>
<tag>HEAD</tag>
<tag>v2.0.0-m3</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion quick-start-guide/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>samples-is</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>saml2-sso-sample</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</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.samples.is</groupId>
<artifactId>saml2-sso-sample</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../../../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion saml2-sso-sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>samples-is</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down
2 changes: 1 addition & 1 deletion sample-post-authentication-handler/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>org.wso2.samples.is</groupId>
<artifactId>samples-is</artifactId>
<version>2.0.0-m4-SNAPSHOT</version>
<version>2.0.0-m3</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand Down

0 comments on commit ebbfbaa

Please sign in to comment.