Skip to content

Instantly share code, notes, and snippets.

@jglick
Created October 8, 2014 18:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jglick/5782054a01855f124289 to your computer and use it in GitHub Desktop.
Save jglick/5782054a01855f124289 to your computer and use it in GitHub Desktop.
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