Skip to content

Commit

Permalink
[WSO2 Release] [Jenkins #41] [Release 3.0.0] prepare for next develop…
Browse files Browse the repository at this point in the history
…ment iteration
  • Loading branch information
wso2-jenkins-bot committed Mar 5, 2024
1 parent b4bbfbe commit 9d2abd9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions components/org.wso2.carbon.api.server.local.auth.api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@
<parent>
<groupId>org.wso2.carbon.identity.local.auth.api</groupId>
<artifactId>identity-local-auth-api</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.api.server.local.auth.api</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<name>WSO2 Identity - Authentication REST API</name>
<description>WSO2 Identity - Authentication REST API</description>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>identity-local-auth-api</artifactId>
<groupId>org.wso2.carbon.identity.local.auth.api</groupId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>identity-local-auth-api</artifactId>
<groupId>org.wso2.carbon.identity.local.auth.api</groupId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

<groupId>org.wso2.carbon.identity.local.auth.api</groupId>
<artifactId>identity-local-auth-api</artifactId>
<version>3.0.0</version>
<version>3.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>WSO2 Identity - Authentication API</name>
<url>http://wso2.org</url>
Expand All @@ -36,7 +36,7 @@
<url>https://github.com/wso2-extensions/identity-local-auth-api.git</url>
<developerConnection>scm:git:https://github.com/wso2-extensions/identity-local-auth-api.git</developerConnection>
<connection>scm:git:https://github.com/wso2-extensions/identity-local-auth-api.git</connection>
<tag>v3.0.0</tag>
<tag>HEAD</tag>
</scm>

<modules>
Expand Down

0 comments on commit 9d2abd9

Please sign in to comment.