Skip to content

Commit d6155c4

Browse files
committed
updating poms for branch'release/12.0.1' with non-snapshot versions
1 parent 8ffaec5 commit d6155c4

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

dist/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-server</artifactId>
6-
<version>12.0.1-SNAPSHOT</version>
6+
<version>12.0.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>authzforce-ce-server-dist</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</parent>
99
<artifactId>authzforce-ce-server</artifactId>
1010
<!-- FIWARE Versioning + Version must be equal or higher than 'authzforce-ce-rest-api-model' dependency in 'rest-service' module -->
11-
<version>12.0.1-SNAPSHOT</version>
11+
<version>12.0.1</version>
1212
<packaging>pom</packaging>
1313
<name>${project.groupId}:${project.artifactId}</name>
1414
<description>AuthzForce CE Server</description>

rest-service/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-server</artifactId>
66
<!-- Version must be equal or higher than authzforce-ce-rest-api-model dependency -->
7-
<version>12.0.1-SNAPSHOT</version>
7+
<version>12.0.1</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010
<artifactId>authzforce-ce-server-rest-service</artifactId>

upgrader/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-server</artifactId>
6-
<version>12.0.1-SNAPSHOT</version>
6+
<version>12.0.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>authzforce-ce-server-upgrader</artifactId>

webapp/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ow2.authzforce</groupId>
55
<artifactId>authzforce-ce-server</artifactId>
6-
<version>12.0.1-SNAPSHOT</version>
6+
<version>12.0.1</version>
77
<relativePath>../pom.xml</relativePath>
88
</parent>
99
<artifactId>authzforce-ce-server-webapp</artifactId>

0 commit comments

Comments
 (0)