Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
parent
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
AuthzForce
parent
Commits
08aca67d
Commit
08aca67d
authored
Jan 05, 2018
by
cdanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating poms for 7.2.0 branch with snapshot versions
parent
760e58d3
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 @
08aca67d
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-SNAPSHOT
</version>
</parent>
<artifactId>
authzforce-ce-atom-model
</artifactId>
<packaging>
jar
</packaging>
...
...
pdp-ext-model/pom.xml
View file @
08aca67d
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-SNAPSHOT
</version>
</parent>
<artifactId>
authzforce-ce-pdp-ext-model
</artifactId>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
pom.xml
View file @
08aca67d
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-SNAPSHOT
</version>
<packaging>
pom
</packaging>
<name>
${project.groupId}:${project.artifactId}
</name>
<description>
Authzforce - Parent of all AuthzForce components
</description>
...
...
@@ -179,25 +179,25 @@
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-xmlns-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-atom-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-xacml-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-SNAPSHOT
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-pdp-ext-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-SNAPSHOT
</version>
</dependency>
<!-- /Common AuthZForce CE dependencies -->
</dependencies>
...
...
xacml-model/pom.xml
View file @
08aca67d
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-SNAPSHOT
</version>
</parent>
<artifactId>
authzforce-ce-xacml-model
</artifactId>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
xmlns-model/pom.xml
View file @
08aca67d
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
7.
1.1
-SNAPSHOT
</version>
<version>
7.
2.0
-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