Skip to content

Commit

Permalink
Updated pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsah committed May 21, 2017
1 parent 93e31dc commit bc5e1bc
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<groupId>io.github.kohsah</groupId>
<artifactId>akomantoso-lib</artifactId>
<packaging>jar</packaging>
<version>1.0.15-SNAPSHOT</version>
<version>1.0.15</version>
<name>akomantoso-lib</name>
<url>https://github.com/kohsah/akomantoso-lib</url>
<description>This is a java class representation of the Akoma Ntoso XML schema.
Expand All @@ -42,11 +42,11 @@
</licenses>

<properties>
<jdk.version>1.6</jdk.version>
<maven-deploy-plugin.version>2.8.1</maven-deploy-plugin.version>
<maven-release-plugin.version>2.5</maven-release-plugin.version>
<maven-source-plugin.version>2.2.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>2.9.1</maven-javadoc-plugin.version>
<jdk.version>1.8</jdk.version>
<maven-deploy-plugin.version>2.8.2</maven-deploy-plugin.version>
<maven-release-plugin.version>2.5.3</maven-release-plugin.version>
<maven-source-plugin.version>3.0.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>2.10.4</maven-javadoc-plugin.version>
<maven-gpg-plugin.version>1.5</maven-gpg-plugin.version>
<checksum-maven-plugin.version>1.0.1</checksum-maven-plugin.version>
</properties>
Expand Down Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6</version>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down Expand Up @@ -146,7 +146,7 @@
<execution>
<id>attach-sources</id>
<goals>
<goal>jar-no-fork</goal>
<goal>jar</goal>
</goals>
<configuration>
<archive>
Expand All @@ -165,6 +165,7 @@
</execution>
</executions>
</plugin>
<!--
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
Expand Down Expand Up @@ -193,6 +194,7 @@
</execution>
</executions>
</plugin>
-->
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
Expand All @@ -216,4 +218,4 @@
</build>
</profile>
</profiles>
</project>
</project>

0 comments on commit bc5e1bc

Please sign in to comment.