Skip to content

Commit

Permalink
Changes required to deploy 1.1.0 to oss.sonatype and thence Maven Cen…
Browse files Browse the repository at this point in the history
…tral. These are non-code, build-time changes.
  • Loading branch information
gregrluck committed Dec 19, 2017
1 parent 6650770 commit e5715e1
Showing 1 changed file with 19 additions and 1 deletion.
20 changes: 19 additions & 1 deletion pom.xml
Expand Up @@ -169,7 +169,7 @@ mmmm
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<version>1.5</version>
<executions>
<execution>
<id>sign-artifacts</id>
Expand Down Expand Up @@ -208,5 +208,23 @@ mmmm
</license>
</licenses>

<!--Note: site URL repeated here to ensure correct deployment path-->
<distributionManagement>
<!--
The server id here defined must also appear in ~/.m2/settings.xml with username
-->
<repository>
<id>sourceforge-releases</id>
<name>Sourceforge Release Repository</name>
<url>http://oss.sonatype.org/service/local/staging/deploy/maven2</url>
</repository>
<snapshotRepository>
<id>sourceforge-snapshots</id>
<name>Sourceforge Snapshot Repository</name>
<url>http://oss.sonatype.org/content/repositories/sourceforge-snapshots</url>
</snapshotRepository>
</distributionManagement>



</project>

0 comments on commit e5715e1

Please sign in to comment.