Skip to content

Commit a812ff9

Browse files
committed
[maven-release-plugin] prepare release parent-1.14.3
1 parent 277992a commit a812ff9

File tree

11 files changed

+14
-16
lines changed

11 files changed

+14
-16
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.3-SNAPSHOT</version>
8+
<version>1.14.3</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.3-SNAPSHOT</version>
7+
<version>1.14.3</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.3-SNAPSHOT</version>
7+
<version>1.14.3</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.3-SNAPSHOT</version>
7+
<version>1.14.3</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.3-SNAPSHOT</version>
7+
<version>1.14.3</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.3-SNAPSHOT</version>
7+
<version>1.14.3</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.3-SNAPSHOT</version>
7+
<version>1.14.3</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.3-SNAPSHOT</version>
7+
<version>1.14.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/spectoconfig/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<parent>
54
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
65
<artifactId>parent</artifactId>
7-
<version>1.14.3-SNAPSHOT</version>
6+
<version>1.14.3</version>
87
<relativePath>../../pom.xml</relativePath>
98
</parent>
109
<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.3-SNAPSHOT</version>
7+
<version>1.14.3</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

0 commit comments

Comments
 (0)