Skip to content

Commit

Permalink
updates for release 3.23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chibash committed Jul 1, 2018
1 parent f85a72b commit a59658d
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 5 deletions.
7 changes: 6 additions & 1 deletion Readme.html
Expand Up @@ -281,14 +281,19 @@ <h2>Hints</h2>

<h2>Changes</h2>

<p>-version 3.23.1 on July 2, 2018
<ul>
<li>Github pull issue #171.</li>
</ul>
</p>

<p>-version 3.23 on June 21, 2018

<ul>
<li>Fix leaking file handlers in ClassPool and removed ClassPath.close(). Github issue #165.
</ul>
</p>


<p>-version 3.22 on October 10, 2017

<ul>
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Expand Up @@ -6,7 +6,7 @@

<project name="javassist" default="jar" basedir=".">

<property name="dist-version" value="javassist-3.23.0-GA"/>
<property name="dist-version" value="javassist-3.23.1-GA"/>

<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
Expand Down
Binary file modified javassist.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -7,7 +7,7 @@
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
<version>3.23.0-GA</version>
<version>3.23.1-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/META-INF/MANIFEST.MF
@@ -1,4 +1,4 @@
Specification-Title: Javassist
Specification-Vendor: Shigeru Chiba, www.javassist.org
Specification-Version: 3.23.0-GA
Specification-Version: 3.23.1-GA
Main-Class: javassist.CtClass
2 changes: 1 addition & 1 deletion src/main/javassist/CtClass.java
Expand Up @@ -69,7 +69,7 @@ public abstract class CtClass {
/**
* The version number of this release.
*/
public static final String version = "3.23.0-GA";
public static final String version = "3.23.1-GA";

/**
* Prints the version number and the copyright notice.
Expand Down

0 comments on commit a59658d

Please sign in to comment.