Browse Source

Update to pf4j 0.7.1 for a bug fix

tags/v1.5.0
James Moger 10 years ago
parent
commit
70aeceb0e6
4 changed files with 7 additions and 6 deletions
  1. 1
    1
      .classpath
  2. 1
    1
      build.moxie
  3. 3
    3
      gitblit.iml
  4. 2
    1
      releases.moxie

+ 1
- 1
.classpath View File

@@ -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" />

+ 1
- 1
build.moxie View File

@@ -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

+ 3
- 3
gitblit.iml View File

@@ -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>

+ 2
- 1
releases.moxie View File

@@ -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+)' }

Loading…
Cancel
Save