Skip to content
This repository has been archived by the owner on Aug 11, 2022. It is now read-only.

Commit

Permalink
[maven-release-plugin] prepare release 1.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Apr 27, 2020
1 parent 1158195 commit 299e566
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
6 changes: 3 additions & 3 deletions modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote-core</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote-export</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
</dependency>
</dependencies>

Expand Down
2 changes: 1 addition & 1 deletion modules/swagger-promote-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand Down
4 changes: 2 additions & 2 deletions modules/swagger-promote-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
<relativePath>../../pom.xml</relativePath>
</parent>

Expand All @@ -23,7 +23,7 @@
<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote-core</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@

<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote</artifactId>
<version>1.6.7-SNAPSHOT</version>
<version>1.6.7</version>
<packaging>pom</packaging>

<name>Axway API-Manager CLI Swagger-Promote</name>
Expand Down Expand Up @@ -54,7 +54,7 @@
<connection>scm:git:https://github.com/Axway-API-Management-Plus/apimanager-swagger-promote.git</connection>
<developerConnection>scm:git:https://github.com/Axway-API-Management-Plus/apimanager-swagger-promote.git</developerConnection>
<url>https://github.com/Axway-API-Management-Plus/apimanager-swagger-promote</url>
<tag>@${project.version}</tag>
<tag>1.6.7</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 299e566

Please sign in to comment.