Skip to content

Commit f3e6dd9

Browse files
committed
[maven-release-plugin] prepare release parent-1.14.11
1 parent 53f5754 commit f3e6dd9

File tree

11 files changed

+12
-12
lines changed

11 files changed

+12
-12
lines changed

distribution/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
77
<artifactId>parent</artifactId>
8-
<version>1.14.11-SNAPSHOT</version>
8+
<version>1.14.11</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

modules/apim-adapter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.14.11-SNAPSHOT</version>
7+
<version>1.14.11</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/apim-cli-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.14.11-SNAPSHOT</version>
7+
<version>1.14.11</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/apim-cli/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.14.11-SNAPSHOT</version>
7+
<version>1.14.11</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/apis/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.14.11-SNAPSHOT</version>
7+
<version>1.14.11</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/apps/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.14.11-SNAPSHOT</version>
7+
<version>1.14.11</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/organizations/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.14.11-SNAPSHOT</version>
7+
<version>1.14.11</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/settings/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.14.11-SNAPSHOT</version>
7+
<version>1.14.11</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/spectoconfig/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
55
<artifactId>parent</artifactId>
6-
<version>1.14.11-SNAPSHOT</version>
6+
<version>1.14.11</version>
77
<relativePath>../../pom.xml</relativePath>
88
</parent>
99
<modelVersion>4.0.0</modelVersion>

modules/users/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
66
<artifactId>parent</artifactId>
7-
<version>1.14.11-SNAPSHOT</version>
7+
<version>1.14.11</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
2121
<artifactId>parent</artifactId>
22-
<version>1.14.11-SNAPSHOT</version>
22+
<version>1.14.11</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Axway API-Manager CLI Parent</name>
@@ -72,7 +72,7 @@
7272
<connection>scm:git:https://github.com/Axway-API-Management-Plus/apim-cli.git</connection>
7373
<developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/apim-cli.git</developerConnection>
7474
<url>https://github.com/Axway-API-Management-Plus/apim-cli</url>
75-
<tag>parent-1.14.4</tag>
75+
<tag>parent-1.14.11</tag>
7676
</scm>
7777
<distributionManagement>
7878
<snapshotRepository>

0 commit comments

Comments
 (0)