Skip to content

Commit

Permalink
Merge pull request Praqma#4 from MadsNielsen/JENKINS-22058
Browse files Browse the repository at this point in the history
Fixed JENKINS-22058
  • Loading branch information
MadsNielsen committed Mar 11, 2014
2 parents 15296c2 + 30d8e41 commit 39d8ab7
Show file tree
Hide file tree
Showing 18 changed files with 154 additions and 176 deletions.

This file was deleted.

This file was deleted.

This file was deleted.

25 changes: 0 additions & 25 deletions Git/_tmp_junit42712223923726365_junit9020910868288420916__git.xml

This file was deleted.

15 changes: 0 additions & 15 deletions Git/_tmp_junit438409429968608014_junit2989476551062932327__git.xml

This file was deleted.

This file was deleted.

10 changes: 6 additions & 4 deletions pom.xml
Expand Up @@ -18,6 +18,8 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<powermock.version>1.4.12</powermock.version>
<cool.version>0.6.29</cool.version>
<praqmajutils.version>0.1.33</praqmajutils.version>
</properties>

<build>
Expand Down Expand Up @@ -395,27 +397,27 @@
<dependency>
<groupId>net.praqma</groupId>
<artifactId>praqmajutils</artifactId>
<version>0.1.33</version>
<version>${praqmajutils.version}</version>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>praqmajutils</artifactId>
<version>0.1.33</version>
<version>${praqmajutils.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>cool</artifactId>
<version>0.6.27</version>
<version>${cool.version}</version>
</dependency>

<dependency>
<groupId>net.praqma</groupId>
<artifactId>cool</artifactId>
<version>0.6.27</version>
<version>${cool.version}</version>
<type>test-jar</type>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit 39d8ab7

Please sign in to comment.