Skip to content

Commit

Permalink
Merge pull request #122 from bkiers/pluginupdates
Browse files Browse the repository at this point in the history
plugin updates, config update, cleanup
  • Loading branch information
bkiers authored Jan 21, 2019
2 parents ff3c1aa + da4506f commit 423c8f4
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<distributionManagement>
<snapshotRepository>
<id>ossrh</id>
<url>http://localhost:8081/nexus/content/repositories/snapshots</url>
<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</snapshotRepository>
<repository>
<id>ossrh</id>
Expand All @@ -56,12 +56,6 @@
<junit.version>4.12</junit.version>

<main.class />
<!-- Properties for releasing to Maven Central via Takari -->
<repoHost>https://otto.takari.io</repoHost>
<releaseName>Takari Releases</releaseName>
<releaseUrl>${repoHost}/service/local/staging/deploy/maven2</releaseUrl>
<snapshotName>Takari Snapshots</snapshotName>
<snapshotUrl>${repoHost}/content/repositories/snapshots</snapshotUrl>
</properties>

<dependencies>
Expand Down Expand Up @@ -145,7 +139,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<version>3.7.0</version>
<version>3.8.0</version>
<configuration>
<source>1.7</source>
<target>1.7</target>
Expand Down Expand Up @@ -177,7 +171,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
<version>3.0.2</version>
<version>3.1.1</version>
<configuration>
<archive>
<manifest>
Expand Down Expand Up @@ -225,9 +219,9 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>2.10.4</version>
<version>3.0.1</version>
<configuration>
<additionalparam>-Xdoclint:none</additionalparam>
<doclint>none</doclint>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 423c8f4

Please sign in to comment.