]> source.dussan.org Git - javassist.git/commitdiff
updates for relase 3.24.1 rel_3_24_1_ga
authorchibash <chiba@javassist.org>
Sun, 9 Dec 2018 10:58:26 +0000 (19:58 +0900)
committerchibash <chiba@javassist.org>
Sun, 9 Dec 2018 10:58:26 +0000 (19:58 +0900)
Readme.html
build.xml
javassist.jar
pom.xml
src/main/META-INF/MANIFEST.MF
src/main/javassist/CtClass.java

index 2321c42f8f803078b175fa995ffc693f653b6e58..793677d428d044b6a11503ea75ebfb43b3f325e0 100644 (file)
@@ -281,9 +281,9 @@ see javassist.Dump.
 
 <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>
 
index 1c3f8b0f8f8e370a34a36269c7caa93a0cbca783..c0178eea35457b169230af2c4d7d078bfb92a212 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -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"/>
index 359b9fe50d2ce70c7e93b8e5565114daea872ecc..ce63f9d24a56c6eb97b7c6ee0c6148f02ae4c165 100644 (file)
Binary files a/javassist.jar and b/javassist.jar differ
diff --git a/pom.xml b/pom.xml
index 6d42cf18c1833bf2fa2a355adf439d6f4b276f59..eaef95f1d91031c63a242f4089983a9e5d277843 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -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>
 
 Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
           <show>public</show>
           <nohelp>true</nohelp>
+          <doclint>none</doclint>
        </configuration>
       </plugin>
       <plugin>
index 09bb026c60c6b7bdcb96df59b17c0c42c0f73ba4..72421eb85a4a0b3c4ce57af3974b9e1af78511b9 100644 (file)
@@ -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
index 847d9c7b0ae363dc2b82746868a6e19dff99b862..5c9ca7224bf6cc8da1df8b431a48b9cea3ef02ab 100644 (file)
@@ -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.