Skip to content

Commit aeac246

Browse files
author
Chris Wiechmann
committed
Merge branch 'develop' of https://github.com/Axway-API-Management-Plus/apim-cli into develop
2 parents a1980b7 + b3148c0 commit aeac246

8 files changed

Lines changed: 15 additions & 11 deletions

File tree

distribution/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
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" 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"
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">
35
<modelVersion>4.0.0</modelVersion>
46

57
<parent>
68
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
79
<artifactId>parent</artifactId>
8-
<version>0.0.9</version>
10+
<version>0.0.9-SNAPSHOT</version>
911
<relativePath>../pom.xml</relativePath>
1012
</parent>
1113

modules/api-export/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
1-
<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">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0"
2+
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">
24
<modelVersion>4.0.0</modelVersion>
35

46
<parent>
57
<groupId>com.github.axway-api-management-plus.apim-cli</groupId>
68
<artifactId>parent</artifactId>
7-
<version>0.0.9</version>
9+
<version>0.0.9-SNAPSHOT</version>
810
<relativePath>../../pom.xml</relativePath>
911
</parent>
1012

modules/api-import/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>0.0.9</version>
7+
<version>0.0.9-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

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

modules/app-export/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>0.0.9</version>
7+
<version>0.0.9-SNAPSHOT</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010

modules/app-import/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>0.0.9</version>
7+
<version>0.0.9-SNAPSHOT</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>0.0.9</version>
22+
<version>0.0.9-SNAPSHOT</version>
2323
<packaging>pom</packaging>
2424

2525
<name>Axway API-Manager CLI Parent</name>
@@ -56,7 +56,7 @@
5656
<connection>scm:git:https://github.com/Axway-API-Management-Plus/apim-cli.git</connection>
5757
<developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/apim-cli.git</developerConnection>
5858
<url>https://github.com/Axway-API-Management-Plus/apim-cli</url>
59-
<tag>apim-cli-0.0.9</tag>
59+
<tag>@${project.version}</tag>
6060
</scm>
6161

6262
<distributionManagement>

0 commit comments

Comments
 (0)