Skip to content

Commit

Permalink
increasing version
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwakarma committed May 19, 2015
1 parent c0a94b6 commit 0359c99
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.flipkart.zjsonpatch</groupId>
<artifactId>zjsonpatch</artifactId>
<version>0.1.8</version>
<version>0.1.9</version>
<packaging>jar</packaging>

<name>zjsonpatch</name>
Expand Down Expand Up @@ -51,6 +51,20 @@
<showWarnings>true</showWarnings>
</configuration>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<executions>
<execution>
<id>sign-artifacts</id>
<phase>verify</phase>
<goals>
<goal>sign</goal>
</goals>
</execution>
</executions>
</plugin>
</plugins>
</build>
<dependencies>
Expand Down

0 comments on commit 0359c99

Please sign in to comment.