Skip to content

Commit

Permalink
[JENKINS-17604] Updated pom to release versions of cool and pjutils
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfgarnet committed Apr 14, 2013
1 parent a0d503a commit c5d51b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Expand Up @@ -277,27 +277,27 @@
<dependency>
<groupId>net.praqma</groupId>
<artifactId>praqmajutils</artifactId>
<version>0.1.30-SNAPSHOT</version>
<version>0.1.30</version>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>praqmajutils</artifactId>
<version>0.1.30-SNAPSHOT</version>
<version>0.1.30</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>cool</artifactId>
<version>0.6.13-SNAPSHOT</version>
<version>0.6.13</version>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>cool</artifactId>
<version>0.6.13-SNAPSHOT</version>
<version>0.6.13</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit c5d51b6

Please sign in to comment.