Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Fix shippable build
Modify `artifactId` of `CI/pom.xml.shippable` to be `openapi-generator-shippable-pom`
  • Loading branch information
jmini authored Jun 11, 2018
commit b32673199cb43307d5d1a247453ea3b4fbc6baa6
9 changes: 3 additions & 6 deletions CI/pom.xml.shippable
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-project</artifactId>
<artifactId>openapi-generator-shippable-pom</artifactId>
<packaging>pom</packaging>
<name>openapi-generator-project</name>
<name>openapi-generator-shippable-pom</name>
<version>3.0.1-SNAPSHOT</version>
<url>https://github.com/openapitools/openapi-generator</url>
<scm>
Expand Down Expand Up @@ -858,10 +858,7 @@
</profile>
</profiles>
<modules>
<module>../modules/openapi-generator</module>
<module>../modules/openapi-generator-cli</module>
<module>../modules/openapi-generator-maven-plugin</module>
<module>../modules/openapi-generator-online</module>
<module>../</module>
</modules>
<reporting>
<outputDirectory>target/site</outputDirectory>
Expand Down