Skip to content

Commit 3f9eeb3

Browse files
committed
updating poms for 21.1.1-SNAPSHOT development
1 parent 38dbba6 commit 3f9eeb3

5 files changed

Lines changed: 8 additions & 8 deletions

File tree

pdp-cli/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-core</artifactId>
6-
<version>21.0.2-SNAPSHOT</version>
6+
<version>21.1.1-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>authzforce-ce-core-pdp-cli</artifactId>
@@ -30,12 +30,12 @@
3030
<dependency>
3131
<groupId>org.ow2.authzforce</groupId>
3232
<artifactId>authzforce-ce-core-pdp-engine</artifactId>
33-
<version>21.0.2-SNAPSHOT</version>
33+
<version>21.1.1-SNAPSHOT</version>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.ow2.authzforce</groupId>
3737
<artifactId>authzforce-ce-core-pdp-io-xacml-json</artifactId>
38-
<version>21.0.2-SNAPSHOT</version>
38+
<version>21.1.1-SNAPSHOT</version>
3939
</dependency>
4040
<dependency>
4141
<groupId>junit</groupId>
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>org.ow2.authzforce</groupId>
5656
<artifactId>authzforce-ce-core-pdp-testutils</artifactId>
57-
<version>21.0.2-SNAPSHOT</version>
57+
<version>21.1.1-SNAPSHOT</version>
5858
<scope>test</scope>
5959
</dependency>
6060
</dependencies>

pdp-engine/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-core</artifactId>
6-
<version>21.0.2-SNAPSHOT</version>
6+
<version>21.1.1-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>authzforce-ce-core-pdp-engine</artifactId>

pdp-io-xacml-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-core</artifactId>
6-
<version>21.0.2-SNAPSHOT</version>
6+
<version>21.1.1-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>authzforce-ce-core-pdp-io-xacml-json</artifactId>

pdp-testutils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-core</artifactId>
6-
<version>21.0.2-SNAPSHOT</version>
6+
<version>21.1.1-SNAPSHOT</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>authzforce-ce-core-pdp-testutils</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<version>9.2.0</version>
77
</parent>
88
<artifactId>authzforce-ce-core</artifactId>
9-
<version>21.0.2-SNAPSHOT</version>
9+
<version>21.1.1-SNAPSHOT</version>
1010
<packaging>pom</packaging>
1111
<name>${project.groupId}:${project.artifactId}</name>
1212
<description>AuthzForce - XACML-compliant Core PDP Engine and associated test modules</description>

0 commit comments

Comments
 (0)