Skip to content

Commit

Permalink
Merge pull request WebGoat#190 from dougmorato/master
Browse files Browse the repository at this point in the history
Adding OSSRH Repository on Parent Pom
  • Loading branch information
dougmorato committed Feb 1, 2016
2 parents 8c97acd + 9997b61 commit 3d3edfa
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@
<id>nbaars</id>
<name>Nanne Baars</name>
<email>[email protected]</email>
<organizationUrl>https://github.com/nbaars</organizationUrl>
<timezone>Europe/Amsterdam</timezone>
<organizationUrl>https://github.com/nbaars</organizationUrl>
<timezone>Europe/Amsterdam</timezone>
</developer>
<developer>
<id>misfir3</id>
Expand Down Expand Up @@ -171,6 +171,10 @@
<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>

<pluginRepositories>
Expand Down

0 comments on commit 3d3edfa

Please sign in to comment.