summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.classpath2
-rw-r--r--build.moxie2
-rw-r--r--gitblit.iml6
-rw-r--r--releases.moxie3
4 files changed, 7 insertions, 6 deletions
diff --git a/.classpath b/.classpath
index bcf2fbd8..7939536b 100644
--- a/.classpath
+++ b/.classpath
@@ -76,7 +76,7 @@
<classpathentry kind="lib" path="ext/args4j-2.0.26.jar" sourcepath="ext/src/args4j-2.0.26.jar" />
<classpathentry kind="lib" path="ext/jedis-2.3.1.jar" sourcepath="ext/src/jedis-2.3.1.jar" />
<classpathentry kind="lib" path="ext/commons-pool2-2.0.jar" sourcepath="ext/src/commons-pool2-2.0.jar" />
- <classpathentry kind="lib" path="ext/pf4j-0.7.0.jar" sourcepath="ext/src/pf4j-0.7.0.jar" />
+ <classpathentry kind="lib" path="ext/pf4j-0.7.1.jar" sourcepath="ext/src/pf4j-0.7.1.jar" />
<classpathentry kind="lib" path="ext/junit-4.11.jar" sourcepath="ext/src/junit-4.11.jar" />
<classpathentry kind="lib" path="ext/hamcrest-core-1.3.jar" sourcepath="ext/src/hamcrest-core-1.3.jar" />
<classpathentry kind="lib" path="ext/selenium-java-2.28.0.jar" sourcepath="ext/src/selenium-java-2.28.0.jar" />
diff --git a/build.moxie b/build.moxie
index bc4d7d5e..87677373 100644
--- a/build.moxie
+++ b/build.moxie
@@ -174,7 +174,7 @@ dependencies:
- compile 'args4j:args4j:2.0.26' :war :fedclient :authority
- compile 'commons-codec:commons-codec:1.7' :war
- compile 'redis.clients:jedis:2.3.1' :war
-- compile 'ro.fortsoft.pf4j:pf4j:0.7.0' :war
+- compile 'ro.fortsoft.pf4j:pf4j:0.7.1' :war
- test 'junit'
# Dependencies for Selenium web page testing
- test 'org.seleniumhq.selenium:selenium-java:${selenium.version}' @jar
diff --git a/gitblit.iml b/gitblit.iml
index 0d5fb690..bd5df9b7 100644
--- a/gitblit.iml
+++ b/gitblit.iml
@@ -791,13 +791,13 @@
</library>
</orderEntry>
<orderEntry type="module-library">
- <library name="pf4j-0.7.0.jar">
+ <library name="pf4j-0.7.1.jar">
<CLASSES>
- <root url="jar://$MODULE_DIR$/ext/pf4j-0.7.0.jar!/" />
+ <root url="jar://$MODULE_DIR$/ext/pf4j-0.7.1.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
- <root url="jar://$MODULE_DIR$/ext/src/pf4j-0.7.0.jar!/" />
+ <root url="jar://$MODULE_DIR$/ext/src/pf4j-0.7.1.jar!/" />
</SOURCES>
</library>
</orderEntry>
diff --git a/releases.moxie b/releases.moxie
index 32da215c..e79782b6 100644
--- a/releases.moxie
+++ b/releases.moxie
@@ -33,13 +33,14 @@ r22: {
- args4j 2.0.26
- JGit 3.3.1
- Mina SSHD 0.10.1
- - pf4j 0.6
+ - pf4j 0.7.1
contributors:
- James Moger
- David Ostrovsky
- Johann Ollivier-Lapeyre
- Jeremie Brebec
- Tim Ryan
+ - Decebal Suiu
settings:
- { name: 'realm.ldap.bindpattern', defaultValue: ' ' }
- { name: 'tickets.closeOnPushCommitMessageRegex', defaultValue: '(?:fixes|closes)[\\s-]+#?(\\d+)' }