Skip to content
GitLab
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
805622aa
Commit
805622aa
authored
Dec 31, 2018
by
cdanger
Browse files
updating poms for 13.3.1-SNAPSHOT development
parent
62aa0ba6
Changes
5
Hide whitespace changes
Inline
Side-by-side
pdp-cli/pom.xml
View file @
805622aa
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
<relativePath>
..
</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>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-io-xacml-json
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.testng
</groupId>
...
...
@@ -46,7 +46,7 @@
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-testutils
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
pdp-engine/pom.xml
View file @
805622aa
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-engine
</artifactId>
...
...
pdp-io-xacml-json/pom.xml
View file @
805622aa
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-io-xacml-json
</artifactId>
...
...
@@ -41,7 +41,7 @@
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-testutils
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
pdp-testutils/pom.xml
View file @
805622aa
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-testutils
</artifactId>
...
...
@@ -23,7 +23,7 @@
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-core-pdp-engine
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
...
...
pom.xml
View file @
805622aa
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<project
xmlns=
"http://maven.apache.org/POM/4.0.0"
xmlns:xsi=
"http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation=
"http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"
>
<modelVersion>
4.0.0
</modelVersion>
<parent>
<groupId>
org.ow2.authzforce
</groupId>
...
...
@@ -9,7 +6,7 @@
<version>
7.5.0
</version>
</parent>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
13.
2
.1-SNAPSHOT
</version>
<version>
13.
3
.1-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
.
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