Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
authzforce
server
Commits
8882cf82
Commit
8882cf82
authored
Feb 23, 2019
by
cdanger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
updating poms for branch'release/8.1.0' with non-snapshot versions
parent
8120b0ff
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
5 additions
and
5 deletions
+5
-5
dist/pom.xml
dist/pom.xml
+1
-1
pom.xml
pom.xml
+1
-1
rest-service/pom.xml
rest-service/pom.xml
+1
-1
upgrader/pom.xml
upgrader/pom.xml
+1
-1
webapp/pom.xml
webapp/pom.xml
+1
-1
No files found.
dist/pom.xml
View file @
8882cf82
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-server
</artifactId>
<version>
8.1.0
-SNAPSHOT
</version>
<version>
8.1.0
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-server-dist
</artifactId>
...
...
pom.xml
View file @
8882cf82
...
...
@@ -8,7 +8,7 @@
</parent>
<artifactId>
authzforce-ce-server
</artifactId>
<!-- FIWARE Versioning + Version must be equal or higher than 'authzforce-ce-rest-api-model' dependency in 'rest-service' module -->
<version>
8.1.0
-SNAPSHOT
</version>
<version>
8.1.0
</version>
<packaging>
pom
</packaging>
<name>
${project.groupId}:${project.artifactId}
</name>
<description>
AuthzForce CE Server
</description>
...
...
rest-service/pom.xml
View file @
8882cf82
...
...
@@ -4,7 +4,7 @@
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-server
</artifactId>
<!-- Version must be equal or higher than authzforce-ce-rest-api-model dependency -->
<version>
8.1.0
-SNAPSHOT
</version>
<version>
8.1.0
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-server-rest-service
</artifactId>
...
...
upgrader/pom.xml
View file @
8882cf82
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-server
</artifactId>
<version>
8.1.0
-SNAPSHOT
</version>
<version>
8.1.0
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-server-upgrader
</artifactId>
...
...
webapp/pom.xml
View file @
8882cf82
...
...
@@ -3,7 +3,7 @@
<parent>
<groupId>
org.ow2.authzforce
</groupId>
<artifactId>
authzforce-ce-server
</artifactId>
<version>
8.1.0
-SNAPSHOT
</version>
<version>
8.1.0
</version>
<relativePath>
..
</relativePath>
</parent>
<artifactId>
authzforce-ce-server-webapp
</artifactId>
...
...
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