forked from WebGoat/WebGoat
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request WebGoat#190 from dougmorato/master
Adding OSSRH Repository on Parent Pom
- Loading branch information
Showing
1 changed file
with
6 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> | ||
|
@@ -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> | ||
|