Skip to content

Commit

Permalink
JENKINS-22058
Browse files Browse the repository at this point in the history
  • Loading branch information
MadsNielsen committed Mar 11, 2014
1 parent 807ea51 commit a668bb7
Show file tree
Hide file tree
Showing 18 changed files with 153 additions and 173 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-SNAPSHOT</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 a668bb7

Please sign in to comment.