Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
parent
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Labels
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Commits
Open sidebar
authzforce
parent
Commits
f0a155a0
Commit
f0a155a0
authored
Dec 03, 2017
by
cdanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating poms for 7.1.1-SNAPSHOT development
parent
6d9efc3b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
9 additions
and
9 deletions
+9
-9
atom-model/pom.xml
atom-model/pom.xml
+1
-1
pdp-ext-model/pom.xml
pdp-ext-model/pom.xml
+1
-1
pom.xml
pom.xml
+5
-5
xacml-model/pom.xml
xacml-model/pom.xml
+1
-1
xmlns-model/pom.xml
xmlns-model/pom.xml
+1
-1
No files found.
atom-model/pom.xml
View file @
f0a155a0
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
</parent>
<artifactId>
authzforce-ce-atom-model
</artifactId>
<packaging>
jar
</packaging>
...
...
pdp-ext-model/pom.xml
View file @
f0a155a0
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
</parent>
<artifactId>
authzforce-ce-pdp-ext-model
</artifactId>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
pom.xml
View file @
f0a155a0
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
${project.groupId}:${project.artifactId}
</name>
<description>
Authzforce - Parent of all AuthzForce components
</description>
...
...
@@ -177,25 +177,25 @@
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-xmlns-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-atom-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-xacml-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-pdp-ext-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
</dependency>
<!-- /Common AuthZForce CE dependencies -->
</dependencies>
...
...
xacml-model/pom.xml
View file @
f0a155a0
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
</parent>
<artifactId>
authzforce-ce-xacml-model
</artifactId>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
xmlns-model/pom.xml
View file @
f0a155a0
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
6
.1.1-SNAPSHOT
</version>
<version>
7
.1.1-SNAPSHOT
</version>
</parent>
<artifactId>
authzforce-ce-xmlns-model
</artifactId>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
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