Skip to content

Commit

Permalink
Update dependencies and deploy new version.
Browse files Browse the repository at this point in the history
  • Loading branch information
GiantTreeLP committed Mar 10, 2017
1 parent 279ee4c commit 0724db4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.github.gianttreelp</groupId>
<artifactId>gtlp-processing-utils</artifactId>
<version>1.0.2</version>
<version>1.0.3</version>
<packaging>jar</packaging>

<name>processing-utils</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
</developers>

<properties>
<kotlin.version>1.0.6</kotlin.version>
<kotlin.version>1.1.0</kotlin.version>
</properties>

<dependencies>
Expand Down Expand Up @@ -114,7 +114,7 @@
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>build-helper-maven-plugin</artifactId>
<version>1.12</version>
<version>3.0.0</version>
<executions>
<execution>
<id>add-source</id>
Expand Down Expand Up @@ -176,7 +176,7 @@
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>nexus-staging-maven-plugin</artifactId>
<version>1.6.7</version>
<version>1.6.8</version>
<extensions>true</extensions>
<configuration>
<serverId>ossrh</serverId>
Expand Down

0 comments on commit 0724db4

Please sign in to comment.