Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
wso2-jenkins-bot committed Feb 12, 2024
1 parent 164e2bf commit d509cdf
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@
<parent>
<groupId>org.wso2.carbon.identity.rest.dispatcher</groupId>
<artifactId>identity-api-dispatcher</artifactId>
<version>2.0.16</version>
<version>2.0.17-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.identity.api.dispatcher.core</artifactId>
<version>2.0.16</version>
<version>2.0.17-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>identity-api-dispatcher</artifactId>
<packaging>pom</packaging>
<version>2.0.16</version>
<version>2.0.17-SNAPSHOT</version>
<name>WSO2 Identity API Dispatcher Module</name>
<description>

Expand All @@ -40,7 +40,7 @@
<developerConnection>scm:git:https://github.com/wso2/identity-rest-dispatcher.git
</developerConnection>
<connection>scm:git:https://github.com/wso2/identity-rest-dispatcher.git</connection>
<tag>v2.0.16</tag>
<tag>HEAD</tag>
</scm>


Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>org.wso2.carbon.identity.rest.dispatcher</groupId>
<artifactId>identity-api-dispatcher</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.0.16</version>
<version>2.0.17-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>org.wso2.carbon.identity.rest.api.dispatcher.sample</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions sample/org.wso2.carbon.identity.rest.api.sample/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.wso2.carbon.identity.rest.dispatcher</groupId>
<artifactId>identity-api-dispatcher</artifactId>
<version>2.0.16</version>
<version>2.0.17-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.identity.rest.api.sample</artifactId>
<version>2.0.16</version>
<version>2.0.17-SNAPSHOT</version>
<packaging>jar</packaging>
<name>WSO2 Identity Server - User Session Management Rest API</name>
<description>WSO2 Identity Server - User Session Management Rest API</description>
Expand Down

0 comments on commit d509cdf

Please sign in to comment.