Skip to content
Snippets Groups Projects
Unverified Commit 24d1ae1f authored by Tony Lofthouse's avatar Tony Lofthouse Committed by GitHub
Browse files

Merge pull request #25 from opennars/TonyLo1-patch-2

Update pom.xml
parents c56167af 3097afc1
No related branches found
No related tags found
No related merge requests found
......@@ -177,6 +177,17 @@
</plugins>
</build>
<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>
<reporting>
<plugins>
<plugin>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment