Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
authzforce
core
Commits
595ecaeb
Commit
595ecaeb
authored
Dec 04, 2017
by
cdanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating poms for 10.1.1-SNAPSHOT development
parent
8c828fcd
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
10 deletions
+10
-10
pdp-cli/pom.xml
pdp-cli/pom.xml
+4
-4
pdp-engine/pom.xml
pdp-engine/pom.xml
+1
-1
pdp-io-xacml-json/pom.xml
pdp-io-xacml-json/pom.xml
+2
-2
pdp-testutils/pom.xml
pdp-testutils/pom.xml
+2
-2
pom.xml
pom.xml
+1
-1
No files found.
pdp-cli/pom.xml
View file @
595ecaeb
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.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>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-io-xacml-json
</artifactId>
<version>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.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>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.1-SNAPSHOT
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
pdp-engine/pom.xml
View file @
595ecaeb
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.1-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-engine
</artifactId>
...
...
pdp-io-xacml-json/pom.xml
View file @
595ecaeb
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.1-SNAPSHOT
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-core-pdp-io-xacml-json
</artifactId>
...
...
@@ -42,7 +42,7 @@
<dependency>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core-pdp-testutils
</artifactId>
<version>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.1-SNAPSHOT
</version>
<scope>
test
</scope>
</dependency>
</dependencies>
...
...
pdp-testutils/pom.xml
View file @
595ecaeb
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.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>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
org.mongodb
</groupId>
...
...
pom.xml
View file @
595ecaeb
...
...
@@ -6,7 +6,7 @@
<version>
7.1.0
</version>
</parent>
<artifactId>
authzforce-ce-core
</artifactId>
<version>
10.
0
.1-SNAPSHOT
</version>
<version>
10.
1
.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
Markdown
is supported
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