Skip to content

Commit

Permalink
updates for relase 3.24.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chibash committed Dec 9, 2018
1 parent 9cfa81c commit 1a3d637
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
4 changes: 2 additions & 2 deletions Readme.html
Expand Up @@ -281,9 +281,9 @@ <h2>Hints</h2>

<h2>Changes</h2>

<p>-version 3.25
<p>-version 3.24.1 on December 9, 2018
<ul>
<li>GitHub Issue #228</li>
<li>GitHub Issue #228, #229</li>
<ul>
</p>

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.24-GA"/>
<property name="dist-version" value="javassist-3.24.1-GA"/>

<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
Expand Down
Binary file modified javassist.jar
Binary file not shown.
3 changes: 2 additions & 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.24.0-GA</version>
<version>3.24.1-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>

Expand Down Expand Up @@ -210,6 +210,7 @@
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
<show>public</show>
<nohelp>true</nohelp>
<doclint>none</doclint>
</configuration>
</plugin>
<plugin>
Expand Down
2 changes: 1 addition & 1 deletion src/main/META-INF/MANIFEST.MF
@@ -1,5 +1,5 @@
Specification-Title: Javassist
Specification-Vendor: Shigeru Chiba, www.javassist.org
Specification-Version: 3.24.0-GA
Specification-Version: 3.24.1-GA
Main-Class: javassist.CtClass
Automatic-Module-Name: org.javassist
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.24.0-GA";
public static final String version = "3.24.1-GA";

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

0 comments on commit 1a3d637

Please sign in to comment.