Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
authzforce
core
Commits
5fe1777f
Commit
5fe1777f
authored
Feb 05, 2022
by
cdanger
Browse files
updating poms for 18.0.0 branch with snapshot versions
parent
df5abf97
Changes
5
Hide whitespace changes
Inline
Side-by-side
pdp-cli/pom.xml
View file @
5fe1777f
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-cli
</artifactId>
...
...
@@ -30,12 +30,12 @@
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-engine
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-io-xacml-json
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.testng
</groupId>
...
...
@@ -49,7 +49,7 @@
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-testutils
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
pdp-engine/pom.xml
View file @
5fe1777f
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-engine
</artifactId>
...
...
pdp-io-xacml-json/pom.xml
View file @
5fe1777f
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-io-xacml-json
</artifactId>
...
...
pdp-testutils/pom.xml
View file @
5fe1777f
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
<relativePath>
../pom.xml
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-testutils
</artifactId>
...
...
@@ -23,12 +23,12 @@
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-core-pdp-engine
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-io-xacml-json
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
<scope>
compile
</scope>
</dependency>
<dependency>
...
...
pom.xml
View file @
5fe1777f
...
...
@@ -6,7 +6,7 @@
<version>
8.1.0
</version>
</parent>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
1
7.1.3
-SNAPSHOT
</version>
<version>
1
8.0.0
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
${project.groupId}:${project.artifactId}
</name>
<description>
AuthzForce - XACML-compliant Core PDP Engine and associated test modules
</description>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment