Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
parent
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
authzforce
parent
Commits
c140bcb3
Commit
c140bcb3
authored
3 years ago
by
cdanger
Browse files
Options
Downloads
Patches
Plain Diff
updating poms for branch'release/8.2.0' with non-snapshot versions
parent
bd25063c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
atom-model/pom.xml
+1
-1
1 addition, 1 deletion
atom-model/pom.xml
pdp-ext-model/pom.xml
+1
-1
1 addition, 1 deletion
pdp-ext-model/pom.xml
pom.xml
+5
-5
5 additions, 5 deletions
pom.xml
xacml-model/pom.xml
+1
-1
1 addition, 1 deletion
xacml-model/pom.xml
xmlns-model/pom.xml
+1
-1
1 addition, 1 deletion
xmlns-model/pom.xml
with
9 additions
and
9 deletions
atom-model/pom.xml
+
1
−
1
View file @
c140bcb3
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
</parent>
<artifactId>
authzforce-ce-atom-model
</artifactId>
<packaging>
jar
</packaging>
...
...
This diff is collapsed.
Click to expand it.
pdp-ext-model/pom.xml
+
1
−
1
View file @
c140bcb3
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
</parent>
<artifactId>
authzforce-ce-pdp-ext-model
</artifactId>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
This diff is collapsed.
Click to expand it.
pom.xml
+
5
−
5
View file @
c140bcb3
...
...
@@ -2,7 +2,7 @@
<modelVersion>
4.0.0
</modelVersion>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
<packaging>
pom
</packaging>
<name>
${project.groupId}:${project.artifactId}
</name>
<description>
AuthzForce - Parent of all AuthzForce components
</description>
...
...
@@ -219,25 +219,25 @@
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-xmlns-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-atom-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-xacml-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
</dependency>
<dependency>
<groupId>
${project.groupId}
</groupId>
<artifactId>
${artifactId.prefix}-pdp-ext-model
</artifactId>
<!-- Version updated automatically by maven jgitflow:release-start -->
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
</dependency>
<!-- /Common AuthzForce CE dependencies -->
</dependencies>
...
...
This diff is collapsed.
Click to expand it.
xacml-model/pom.xml
+
1
−
1
View file @
c140bcb3
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
</parent>
<artifactId>
authzforce-ce-xacml-model
</artifactId>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
This diff is collapsed.
Click to expand it.
xmlns-model/pom.xml
+
1
−
1
View file @
c140bcb3
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-parent
</artifactId>
<version>
8.2.0
-SNAPSHOT
</version>
<version>
8.2.0
</version>
</parent>
<artifactId>
authzforce-ce-xmlns-model
</artifactId>
<name>
${project.groupId}:${project.artifactId}
</name>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment