Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
[JENKINS-17604] Updated pom to release versions of cool and pjutils
- Loading branch information
Showing
with
4 additions
and
4 deletions.
-
+4
−4
pom.xml
|
@@ -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> |
|
|