Skip to content

Commit

Permalink
Merged gitblit-org#200 "Update to Jetty 9.2.3.v20140905"
Browse files Browse the repository at this point in the history
  • Loading branch information
gitblit committed Sep 30, 2014
2 parents 901a56e + af0c3c7 commit 1f8ea80
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<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.1.4.v20140401.jar" sourcepath="ext/src/jetty-all-9.1.4.v20140401.jar" />
<classpathentry kind="lib" path="ext/jetty-all-9.2.3.v20140905.jar" sourcepath="ext/src/jetty-all-9.2.3.v20140905.jar" />
<classpathentry kind="lib" path="ext/wicket-1.4.21.jar" sourcepath="ext/src/wicket-1.4.21.jar" />
<classpathentry kind="lib" path="ext/wicket-auth-roles-1.4.21.jar" sourcepath="ext/src/wicket-auth-roles-1.4.21.jar" />
<classpathentry kind="lib" path="ext/wicket-extensions-1.4.21.jar" sourcepath="ext/src/wicket-extensions-1.4.21.jar" />
Expand Down
2 changes: 1 addition & 1 deletion build.moxie
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ repositories: central, eclipse-snapshots, eclipse, atlassian-contrib

# Convenience properties for dependencies
properties: {
jetty.version : 9.1.4.v20140401
jetty.version : 9.2.3.v20140905
wicket.version : 1.4.21
lucene.version : 4.6.0
jgit.version : 3.5.0.201409260305-r
Expand Down
6 changes: 3 additions & 3 deletions gitblit.iml
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@
</library>
</orderEntry>
<orderEntry type="module-library">
<library name="jetty-all-9.1.4.v20140401.jar">
<library name="jetty-all-9.2.3.v20140905.jar">
<CLASSES>
<root url="jar://$MODULE_DIR$/ext/jetty-all-9.1.4.v20140401.jar!/" />
<root url="jar://$MODULE_DIR$/ext/jetty-all-9.2.3.v20140905.jar!/" />
</CLASSES>
<JAVADOC />
<SOURCES>
<root url="jar://$MODULE_DIR$/ext/src/jetty-all-9.1.4.v20140401.jar!/" />
<root url="jar://$MODULE_DIR$/ext/src/jetty-all-9.2.3.v20140905.jar!/" />
</SOURCES>
</library>
</orderEntry>
Expand Down

0 comments on commit 1f8ea80

Please sign in to comment.