Skip to content

Commit

Permalink
Use buildsupport 2
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Jul 18, 2018
1 parent dab69dc commit 2737ff2
Showing 1 changed file with 13 additions and 16 deletions.
29 changes: 13 additions & 16 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<parent>
<groupId>com.planet57.buildsupport</groupId>
<artifactId>public-parent</artifactId>
<version>2-SNAPSHOT</version>
<version>2</version>
<relativePath/>
</parent>

Expand Down Expand Up @@ -90,21 +90,18 @@
</mailingList>
</mailingLists>

<!--
TODO: remove once parent is released.
-->
<repositories>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
<releases>
<enabled>false</enabled>
</releases>
<snapshots>
<enabled>true</enabled>
</snapshots>
</repository>
</repositories>
<!--<repositories>-->
<!--<repository>-->
<!--<id>ossrh</id>-->
<!--<url>https://oss.sonatype.org/content/repositories/snapshots</url>-->
<!--<releases>-->
<!--<enabled>false</enabled>-->
<!--</releases>-->
<!--<snapshots>-->
<!--<enabled>true</enabled>-->
<!--</snapshots>-->
<!--</repository>-->
<!--</repositories>-->

<properties>
<maven.compiler.source>1.6</maven.compiler.source>
Expand Down

0 comments on commit 2737ff2

Please sign in to comment.