Skip to content

Commit

Permalink
Merge pull request #1 from bengolder/package_for_ossrh
Browse files Browse the repository at this point in the history
change group ID in pom.xml
  • Loading branch information
bengolder authored Sep 13, 2016
2 parents 9caffd1 + e4e129b commit bd36cc8
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<modelVersion>4.0.0</modelVersion>

<groupId>com.github.rtfarte</groupId>
<groupId>com.github.bengolder</groupId>
<artifactId>openpdf-parent</artifactId>
<packaging>pom</packaging>
<version>1.0</version>
Expand Down Expand Up @@ -196,5 +196,16 @@
<url>https://www.twitter.com/andreasrosdal</url>
</developer>
</developers>
<!-- Distribution config from http://central.sonatype.org/pages/apache-maven.html#distribution-management-and-authentication -->
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
<url>https://oss.sonatype.org/service/local/staging/deploy/maven2/</url>
</repository>
</distributionManagement>

</project>

0 comments on commit bd36cc8

Please sign in to comment.