]> source.dussan.org Git - javassist.git/commitdiff
updates for release 3.23.2 3.23 rel_3_23_2_ga
authorScott Marlow <smarlow@redhat.com>
Thu, 18 Apr 2019 13:35:00 +0000 (09:35 -0400)
committerScott Marlow <smarlow@redhat.com>
Thu, 18 Apr 2019 13:35:00 +0000 (09:35 -0400)
Readme.html
build.xml
pom.xml
src/main/META-INF/MANIFEST.MF
src/main/javassist/CtClass.java

index c8649848fafffaca08d3cd8a0df3bdb8a19eb7e1..8520ef4fb37ea70fab365ab823efe2c695d2dca9 100644 (file)
@@ -281,6 +281,12 @@ see javassist.Dump.
 
 <h2>Changes</h2>
 
+<p>-version 3.23.2 on April 18, 2019
+<ul>
+    <li>https://github.com/jboss-javassist/javassist/commit/f95d49749dc5fe499484b156cb5e089296b4cc17 for issue#224.</li>
+</ul>
+</p>
+
 <p>-version 3.23.1 on July 2, 2018
 <ul>
     <li>Github pull issue #171.</li>
@@ -862,4 +868,4 @@ and all other contributors for their contributions.
 (Email: <tt>chiba@javassist.org</tt>)
 
 </body>
-</html>
\ No newline at end of file
+</html>
index d654536f7c98b75885f5542b01f167aa722768c8..b1944e9ff288f2a2773de670af74a7d038029df0 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.23.1-GA"/>
+  <property name="dist-version" value="javassist-3.23.2-GA"/>
 
   <property environment="env"/>
   <property name="target.jar" value="javassist.jar"/>
diff --git a/pom.xml b/pom.xml
index adb9c6196436d0e3f9f235a9e9646cf6ccb7d0d6..bbf67dc95cdd4d57114f05e94f1bf36e14a7d6b9 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.23.1-GA</version>
+  <version>3.23.2-GA</version>
   <name>Javassist</name>
   <url>http://www.javassist.org/</url>
 
index 448c6fca078392d88ee8957ae704d2e28f7b6aa7..058ff72bf4c6245e2a45eebf9e3ed69cc5f5149f 100644 (file)
@@ -1,4 +1,4 @@
 Specification-Title: Javassist
 Specification-Vendor: Shigeru Chiba, www.javassist.org
-Specification-Version: 3.23.1-GA
+Specification-Version: 3.23.2-GA
 Main-Class: javassist.CtClass
index 375c7ba5d23bfea5641205623344359f76676cea..afcbad735e367cda4c61981ef2543cbe60109864 100644 (file)
@@ -69,7 +69,7 @@ public abstract class CtClass {
     /**
      * The version number of this release.
      */
-    public static final String version = "3.23.1-GA";
+    public static final String version = "3.23.2-GA";
 
     /**
      * Prints the version number and the copyright notice.