Skip to content

Commit

Permalink
Jetty 9.2.25.v20180606
Browse files Browse the repository at this point in the history
  • Loading branch information
zzz committed Aug 20, 2018
1 parent f4cab09 commit 68feb08
Show file tree
Hide file tree
Showing 22 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ Applications:
Zxing 3.3.0:
See licenses/LICENSE-Apache2.0.txt

Jetty 9.2.24.v20180105 (jetty-*.jar, org.mortbay.*.jar):
Jetty 9.2.25.v20180606 (jetty-*.jar, org.mortbay.*.jar):
(not included in most distribution packages, except for jetty-i2p.jar)
See licenses/ABOUT-Jetty.html
See licenses/NOTICE-Jetty.html
Expand Down
2 changes: 1 addition & 1 deletion apps/jetty/build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
<!-- jetty.branch unused until we go to 9.3 -->
<property name="jetty.branch" value="stable-9" />
<property name="jetty.base" value="jetty-distribution-${jetty.ver}" />
<property name="jetty.sha1" value="a8af3941385d43eece329b09ae4a261e0cb3579c" />
<property name="jetty.sha1" value="086212b8536faa9a584777ebd59618fa4d7176a0" />
<property name="jetty.filename" value="${jetty.base}.zip" />
<!-- change jetty.ver to jetty.branch for 9.3 -->
<property name="jetty.url" value="http://central.maven.org/maven2/org/eclipse/jetty/jetty-distribution/${jetty.ver}/${jetty.filename}" />
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<property file="override.properties"/>
<property file="build.properties"/>
<!-- When changing, also change javadoc URL in build.properties, and checksum in apps/jetty/build.xml -->
<property name="jetty.ver" value="9.2.24.v20180105" />
<property name="jetty.ver" value="9.2.25.v20180606" />
<property name="tomcat.ver" value="8.5.30" />

<!-- You probably don't want to change anything from here down -->
Expand Down
4 changes: 4 additions & 0 deletions history.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
2018-08-20 zzz
* Jetty 9.2.25.v20180606

2018-08-19 zzz
* NTCP2: Catch bad IV exception
* Update translations

2018-08-16 zzz
* i2ptunnel: Change read timeout defaults now that streaming timeout works
Expand Down
2 changes: 1 addition & 1 deletion router/java/src/net/i2p/router/RouterVersion.java
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public class RouterVersion {
/** deprecated */
public final static String ID = "Monotone";
public final static String VERSION = CoreVersion.VERSION;
public final static long BUILD = 26;
public final static long BUILD = 27;

/** for example "-test" */
public final static String EXTRA = "-rc";
Expand Down

0 comments on commit 68feb08

Please sign in to comment.