Skip to content

Commit

Permalink
Updating develop poms back to pre merge state
Browse files Browse the repository at this point in the history
  • Loading branch information
cdanger committed Feb 18, 2024
1 parent d6adc40 commit d9e4073
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions cxf-spring-boot-server/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-restful-pdp</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>authzforce-ce-restful-pdp-cxf-spring-boot-server</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down Expand Up @@ -44,7 +44,7 @@
<dependency>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-restful-pdp-jaxrs</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.cxf</groupId>
Expand Down
2 changes: 1 addition & 1 deletion jaxrs/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>org.ow2.authzforce</groupId>
<artifactId>authzforce-ce-restful-pdp</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
</parent>
<artifactId>authzforce-ce-restful-pdp-jaxrs</artifactId>
<name>${project.groupId}:${project.artifactId}</name>
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<version>9.1.0</version>
</parent>
<artifactId>authzforce-ce-restful-pdp</artifactId>
<version>7.0.0</version>
<version>7.0.1-SNAPSHOT</version>
<packaging>pom</packaging>
<name>${project.groupId}:${project.artifactId}</name>
<description>AuthzForce - Parent Project of RESTful PDP API implementation according to REST Profile of XACML 3.0</description>
Expand Down

0 comments on commit d9e4073

Please sign in to comment.