aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorS.Nishio <nishio@densan-labs.net>2015-07-19 15:53:08 +0900
committerS.Nishio <nishio@densan-labs.net>2015-07-19 15:53:08 +0900
commit6abe024b844ceca91c7f622d4c36b9c0cee895ba (patch)
tree9f56de403da56a04a03dbe03de29edc2fb806039 /pom.xml
parent5ce7591f5f403388cf3a4b07a11d658fd65cd508 (diff)
parent9a8e8c9579bb9121d598bc1b2e8c023abd2975ef (diff)
downloadbbprb-6abe024b844ceca91c7f622d4c36b9c0cee895ba.tar.gz
Merge pull request #50 from nishio-dens/feature/issue-49
Fix Compilation error of master branch
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 234d250..7fa4ec8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,9 +57,9 @@
<version>1.9.13</version>
</dependency>
<dependency>
- <groupId>org.eclipse.hudson.plugins</groupId>
+ <groupId>org.jenkins-ci.plugins</groupId>
<artifactId>git</artifactId>
- <version>3.0.1</version>
+ <version>2.2.4</version>
</dependency>
</dependencies>