Skip to content

Commit

Permalink
Fixed POM for release
Browse files Browse the repository at this point in the history
  • Loading branch information
rijnb committed May 25, 2020
1 parent 000ce5e commit 2d76393
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,6 @@
<url>http://github.com/tomtom-international/goji-http-client</url>
</scm>

<prerequisites>
<maven>3.6.3</maven>
</prerequisites>

<properties>
<groovy.version>3.0.3</groovy.version>
<httpclient.version>4.5.12</httpclient.version>
Expand Down Expand Up @@ -164,8 +160,13 @@
</dependencies>

<distributionManagement>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/releases</url>
</repository>

<snapshotRepository>
<id>sonatype</id>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
</distributionManagement>
Expand Down

0 comments on commit 2d76393

Please sign in to comment.