Skip to content

Commit 111806a

Browse files
committed
[maven-release-plugin] prepare release 1.13.0
1 parent d8a4973 commit 111806a

10 files changed

Lines changed: 13 additions & 16 deletions

File tree

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.12.4-SNAPSHOT</version>
8+
<version>1.13.0</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.12.4-SNAPSHOT</version>
7+
<version>1.13.0</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.12.4-SNAPSHOT</version>
7+
<version>1.13.0</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.12.4-SNAPSHOT</version>
7+
<version>1.13.0</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.12.4-SNAPSHOT</version>
7+
<version>1.13.0</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.12.4-SNAPSHOT</version>
7+
<version>1.13.0</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.12.4-SNAPSHOT</version>
7+
<version>1.13.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/spectoconfig/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<parent>
64
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
75
<artifactId>parent</artifactId>
8-
<version>1.12.4-SNAPSHOT</version>
6+
<version>1.13.0</version>
97
<relativePath>../../pom.xml</relativePath>
108
</parent>
119
<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.12.4-SNAPSHOT</version>
7+
<version>1.13.0</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@
1414
~ limitations under the License.
1515
-->
1616

17-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
18-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
17+
<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">
1918
<modelVersion>4.0.0</modelVersion>
2019

2120
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
2221
<artifactId>parent</artifactId>
23-
<version>1.12.4-SNAPSHOT</version>
22+
<version>1.13.0</version>
2423
<packaging>pom</packaging>
2524

2625
<name>Axway API-Manager CLI Parent</name>
@@ -63,7 +62,7 @@
6362
<connection>scm:git:https://github.com/Axway-API-Management-Plus/apim-cli.git</connection>
6463
<developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/apim-cli.git</developerConnection>
6564
<url>https://github.com/Axway-API-Management-Plus/apim-cli</url>
66-
<tag>apimcli-1.3.0</tag>
65+
<tag>1.13.0</tag>
6766
</scm>
6867

6968
<distributionManagement>

0 commit comments

Comments
 (0)