Skip to content

Commit

Permalink
update pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ThaminduR committed Sep 13, 2023
1 parent 7de9ffc commit eefe12c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.api.resource</artifactId>
<version>1.2.79-SNAPSHOT</version>
<version>1.2.80-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.identity.api.server.api.resource.common</artifactId>
<version>1.2.79-SNAPSHOT</version>
<version>1.2.80-SNAPSHOT</version>
<packaging>jar</packaging>

<build>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@
<parent>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<artifactId>org.wso2.carbon.identity.api.server.api.resource</artifactId>
<version>1.2.79-SNAPSHOT</version>
<version>1.2.80-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<name>WSO2 Identity Server - Applications Rest API</name>
<description>WSO2 Identity Server - API Resource Rest API</description>
<artifactId>org.wso2.carbon.identity.api.server.api.resource.v1</artifactId>
<version>1.2.79-SNAPSHOT</version>
<version>1.2.80-SNAPSHOT</version>
<packaging>jar</packaging>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@
<parent>
<artifactId>identity-api-server</artifactId>
<groupId>org.wso2.carbon.identity.server.api</groupId>
<version>1.2.79-SNAPSHOT</version>
<version>1.2.80-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>org.wso2.carbon.identity.api.server.api.resource</artifactId>
<version>1.2.79-SNAPSHOT</version>
<version>1.2.80-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit eefe12c

Please sign in to comment.