diff options
author | James Moger <james.moger@gitblit.com> | 2014-07-02 15:45:43 -0600 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-07-02 15:45:43 -0600 |
commit | 4b441d259cbb76c1136e3e8899ebc4e35ab7de2e (patch) | |
tree | 799a9750910f8dfd449b0605fe685920bb77ea2f | |
parent | 1368b57d777d05a78badfb397379063856d7295a (diff) | |
parent | 55c7e6ed6ab4f2002f1e8f0f20ff9ada6bd5bdd9 (diff) | |
download | gitblit-4b441d259cbb76c1136e3e8899ebc4e35ab7de2e.tar.gz gitblit-4b441d259cbb76c1136e3e8899ebc4e35ab7de2e.zip |
Merged #124 "Update to Freemarker 2.3.20"
-rw-r--r-- | .classpath | 6 | ||||
-rw-r--r-- | build.moxie | 6 | ||||
-rw-r--r-- | gitblit.iml | 18 | ||||
-rw-r--r-- | releases.moxie | 1 |
4 files changed, 16 insertions, 15 deletions
@@ -11,8 +11,8 @@ <classpathentry kind="lib" path="ext/javawriter-2.1.1.jar" sourcepath="ext/src/javawriter-2.1.1.jar" /> <classpathentry kind="lib" path="ext/annotations-12.0.jar" sourcepath="ext/src/annotations-12.0.jar" /> <classpathentry kind="lib" path="ext/log4j-1.2.17.jar" sourcepath="ext/src/log4j-1.2.17.jar" /> - <classpathentry kind="lib" path="ext/slf4j-api-1.7.7.jar" sourcepath="ext/src/slf4j-api-1.7.7.jar" /> - <classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.7.jar" sourcepath="ext/src/slf4j-log4j12-1.7.7.jar" /> + <classpathentry kind="lib" path="ext/slf4j-api-1.7.5.jar" sourcepath="ext/src/slf4j-api-1.7.5.jar" /> + <classpathentry kind="lib" path="ext/slf4j-log4j12-1.7.5.jar" sourcepath="ext/src/slf4j-log4j12-1.7.5.jar" /> <classpathentry kind="lib" path="ext/javax.mail-1.5.1.jar" sourcepath="ext/src/javax.mail-1.5.1.jar" /> <classpathentry kind="lib" path="ext/javax.servlet-api-3.1.0.jar" sourcepath="ext/src/javax.servlet-api-3.1.0.jar" /> <classpathentry kind="lib" path="ext/jetty-all-9.2.1.v20140609.jar" sourcepath="ext/src/jetty-all-9.2.1.v20140609.jar" /> @@ -66,7 +66,7 @@ <classpathentry kind="lib" path="ext/force-partner-api-24.0.0.jar" sourcepath="ext/src/force-partner-api-24.0.0.jar" /> <classpathentry kind="lib" path="ext/force-wsc-24.0.0.jar" sourcepath="ext/src/force-wsc-24.0.0.jar" /> <classpathentry kind="lib" path="ext/js-1.7R2.jar" sourcepath="ext/src/js-1.7R2.jar" /> - <classpathentry kind="lib" path="ext/freemarker-2.3.19.jar" sourcepath="ext/src/freemarker-2.3.19.jar" /> + <classpathentry kind="lib" path="ext/freemarker-2.3.20.jar" sourcepath="ext/src/freemarker-2.3.20.jar" /> <classpathentry kind="lib" path="ext/waffle-jna-1.5.jar" sourcepath="ext/src/waffle-jna-1.5.jar" /> <classpathentry kind="lib" path="ext/platform-3.5.0.jar" sourcepath="ext/src/platform-3.5.0.jar" /> <classpathentry kind="lib" path="ext/jna-3.5.0.jar" sourcepath="ext/src/jna-3.5.0.jar" /> diff --git a/build.moxie b/build.moxie index a0a8d4c3..ae8eb4d9 100644 --- a/build.moxie +++ b/build.moxie @@ -131,8 +131,8 @@ dependencies: # Standard dependencies - compile 'com.intellij:annotations:12.0' :war - compile 'log4j:log4j:1.2.17' :war :fedclient :authority -- compile 'org.slf4j:slf4j-api:1.7.7' :war :fedclient :authority -- compile 'org.slf4j:slf4j-log4j12:1.7.7' :war :fedclient :authority +- compile 'org.slf4j:slf4j-api:1.7.5' :war :fedclient :authority +- compile 'org.slf4j:slf4j-log4j12:1.7.5' :war :fedclient :authority - compile 'com.sun.mail:javax.mail:1.5.1' :war :authority - compile 'javax.servlet:javax.servlet-api:3.1.0' :fedclient - compile 'org.eclipse.jetty.aggregate:jetty-all:${jetty.version}' @jar @@ -167,7 +167,7 @@ dependencies: - compile 'org.apache.commons:commons-compress:1.4.1' :war - compile 'commons-io:commons-io:2.2' :war - compile 'com.force.api:force-partner-api:24.0.0' :war -- compile 'org.freemarker:freemarker:2.3.19' :war +- compile 'org.freemarker:freemarker:2.3.20' :war - compile 'com.github.dblock.waffle:waffle-jna:1.5' :war - compile 'org.kohsuke:libpam4j:1.7' :war - compile 'args4j:args4j:2.0.26' :war :fedclient :authority diff --git a/gitblit.iml b/gitblit.iml index ca8925bd..088a07f3 100644 --- a/gitblit.iml +++ b/gitblit.iml @@ -80,24 +80,24 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="slf4j-api-1.7.7.jar"> + <library name="slf4j-api-1.7.5.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.7.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/slf4j-api-1.7.5.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.7.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/slf4j-api-1.7.5.jar!/" /> </SOURCES> </library> </orderEntry> <orderEntry type="module-library"> - <library name="slf4j-log4j12-1.7.7.jar"> + <library name="slf4j-log4j12-1.7.5.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.7.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/slf4j-log4j12-1.7.5.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.7.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/slf4j-log4j12-1.7.5.jar!/" /> </SOURCES> </library> </orderEntry> @@ -681,13 +681,13 @@ </library> </orderEntry> <orderEntry type="module-library"> - <library name="freemarker-2.3.19.jar"> + <library name="freemarker-2.3.20.jar"> <CLASSES> - <root url="jar://$MODULE_DIR$/ext/freemarker-2.3.19.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/freemarker-2.3.20.jar!/" /> </CLASSES> <JAVADOC /> <SOURCES> - <root url="jar://$MODULE_DIR$/ext/src/freemarker-2.3.19.jar!/" /> + <root url="jar://$MODULE_DIR$/ext/src/freemarker-2.3.20.jar!/" /> </SOURCES> </library> </orderEntry> diff --git a/releases.moxie b/releases.moxie index e2b614c0..61c43c4d 100644 --- a/releases.moxie +++ b/releases.moxie @@ -26,6 +26,7 @@ r25: { - JGit 3.4.0 (pr-200) - SLF4j 1.7.7 (ticket-122) - gson 2.2.2 (ticket-123) + - Freemarker 2.3.20 (ticket-124) contributors: - James Moger - David Ostrovsky |