Skip to content

Commit

Permalink
adjust libs for release
Browse files Browse the repository at this point in the history
  • Loading branch information
dandoug committed Nov 11, 2019
1 parent 8ccca95 commit 7018964
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -76,12 +76,17 @@

<profiles>
<profile>
<!-- see https://central.sonatype.org/pages/apache-maven.html -->
<id>release</id>
<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>
<build>
<plugins>
Expand Down Expand Up @@ -113,7 +118,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.1.1</version>
<version>2.10.4</version>
<executions>
<execution>
<id>attach-javadocs</id>
Expand Down

0 comments on commit 7018964

Please sign in to comment.