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

Commit

Permalink
[skip travis] changes in poms
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Wiechmann committed Jul 1, 2019
1 parent bc4dfa6 commit 4457618
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 26 deletions.
4 changes: 2 additions & 2 deletions modules/api-registry-metadata-export/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,11 @@
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote</artifactId>
<version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>api-registry-metadata-export</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>jar</packaging>
<version>1.0-SNAPSHOT</version>
<name>Axway API-Manager API-Metadata Export</name>
<description>Collects a number of information (Applications, APIs, etc. and the relation to and exports it.</description>
<url>https://github.com/Axway-API-Management-Plus/apimanager-swagger-promote</url>
Expand All @@ -19,6 +18,7 @@
<dependency>
<artifactId>axway-swagger-promote-core</artifactId>
<groupId>com.github.axway-api-management-plus</groupId>
<version>1.6-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
Expand Down
15 changes: 14 additions & 1 deletion modules/distribution/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,20 @@

<name>Distribution</name>


<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>swagger-promote-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>api-registry-metadata-export</artifactId>
<version>1.0-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<plugins>
Expand Down
1 change: 0 additions & 1 deletion modules/swagger-promote-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>axway-swagger-promote</artifactId>
<version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>axway-swagger-promote-core</artifactId>
Expand Down
20 changes: 0 additions & 20 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -72,26 +72,6 @@
<module>modules/distribution</module>
</modules>

<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>swagger-promote-core</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>api-registry-metadata-export</artifactId>
<version>${project.version}</version>
</dependency>
<dependency>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<artifactId>distribution</artifactId>
<version>${project.version}</version>
</dependency>
</dependencies>
</dependencyManagement>

<build>
<pluginManagement>
<plugins>
Expand Down
2 changes: 0 additions & 2 deletions tools/swagger-promote-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,12 @@
<artifactId>axway-swagger-promote</artifactId>
<groupId>com.github.axway-api-management-plus.swagger-promote</groupId>
<version>1.6-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>

<artifactId>axway-swagger-promote-maven-plugin</artifactId>
<name>Maven plugin for Swagger-Promote</name>
<description>Maven plugin for Swagger-Promote</description>
<packaging>maven-plugin</packaging>
<version>1.0-SNAPSHOT</version>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit 4457618

Please sign in to comment.