Skip to content

Commit

Permalink
fixed #43
Browse files Browse the repository at this point in the history
  • Loading branch information
JacpFX committed Oct 20, 2015
1 parent 740d3fa commit 7526cfe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion JACP/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.9</version>
<scope>test</scope>
</dependency>
</dependencies>

Expand Down Expand Up @@ -153,7 +154,7 @@
<artifactId>maven-gpg-plugin</artifactId>
<version>1.4</version>
<configuration>
<skip>false</skip>
<skip>true</skip>
</configuration>
</plugin>
</plugins>
Expand Down

0 comments on commit 7526cfe

Please sign in to comment.