Created
October 8, 2014 18:45
-
-
Save jglick/5782054a01855f124289 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pom.xml b/pom.xml | |
index 72e8f76..3dbca1f 100644 | |
--- a/pom.xml | |
+++ b/pom.xml | |
@@ -29,7 +29,7 @@ THE SOFTWARE. | |
<parent> | |
<groupId>org.jenkins-ci.plugins</groupId> | |
<artifactId>plugin</artifactId> | |
- <version>1.538</version> | |
+ <version>1.585-SNAPSHOT</version> | |
</parent> | |
<groupId>org.jenkins-ci.main</groupId><!-- for historical reason, this plugin has a different groupId --> | |
@@ -87,6 +87,11 @@ THE SOFTWARE. | |
<version>1.7</version> | |
</dependency> | |
<dependency> | |
+ <groupId>org.jenkins-ci.plugins</groupId> | |
+ <artifactId>junit</artifactId> | |
+ <version>1.1</version> | |
+ </dependency> | |
+ <dependency> | |
<groupId>javax.servlet</groupId> | |
<artifactId>servlet-api</artifactId> | |
<version>2.4</version> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment