Skip to content

Commit

Permalink
add distribution stuff to pom
Browse files Browse the repository at this point in the history
  • Loading branch information
ubamrein committed Apr 9, 2020
1 parent ec757e0 commit 50527ed
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@

<groupId>ch.ubique.openapi</groupId>
<artifactId>springboot-swagger-3</artifactId>
<version>1.1-SNAPSHOT</version>
<version>1.1</version>
<packaging>maven-plugin</packaging>


<name>Plugin which uses reflection to generate swagger</name>
<dependencies>
Expand Down Expand Up @@ -60,7 +61,7 @@
<dependency>
<groupId>ch.ubique.openapi</groupId>
<artifactId>doc-annotations</artifactId>
<version>0.0.2-SNAPSHOT</version>
<version>0.0.2</version>
</dependency>

</dependencies>
Expand Down Expand Up @@ -96,4 +97,11 @@
</plugin>
</plugins>
</build>
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/Ubique-OSS/springboot-swagger3</url>
</repository>
</distributionManagement>
</project>

0 comments on commit 50527ed

Please sign in to comment.