]> source.dussan.org Git - javassist.git/commitdiff
for releasing 3.29.1 rel_3_29_1_ga
authorchibash <chiba@javassist.org>
Thu, 11 Aug 2022 15:17:58 +0000 (00:17 +0900)
committerchibash <chiba@javassist.org>
Thu, 11 Aug 2022 15:17:58 +0000 (00:17 +0900)
Changes.md
build.xml
javassist.jar
pom.xml
src/main/META-INF/MANIFEST.MF
src/main/javassist/CtClass.java

index e30f183a559f427bd00cd67ca9f7d89594033bdb..835faea105602d9ae5b2385d4434bc0e730f2ce4 100644 (file)
@@ -1,6 +1,6 @@
 ### Changes
 
-#### version 3.30
+#### version 3.29.1 on August 11, 2022
 
 * `Readme.html` was deleted (GitHub Issue #414).
 
index 7be1aa4b1c99e6b69e1e32edd4908ec848182bac..ad9da4b5564b1d14dbaf0cddb6223ac0e931aefe 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.29.0-GA"/>
+  <property name="dist-version" value="javassist-3.29.1-GA"/>
 
   <property environment="env"/>
   <property name="target.jar" value="javassist.jar"/>
index 7d607ff106ae2bcd313ec32d28feef253f730728..ef7e995c73db35ca57264ccbb9cba5c30ebe8cad 100644 (file)
Binary files a/javassist.jar and b/javassist.jar differ
diff --git a/pom.xml b/pom.xml
index b7640489227b1c0a2ca51e9598a57742a0a44b79..edce52a14728ffbc5b20ccf092fe82ab8298eb69 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.29.0-GA</version>
+  <version>3.29.1-GA</version>
   <name>Javassist</name>
   <url>http://www.javassist.org/</url>
 
index 2097473e700dd5cb77c872556e066f47dd67e935..8592d66c5cae2b157256c3adcf64fd1722ad2470 100644 (file)
@@ -1,5 +1,5 @@
 Specification-Title: Javassist
 Specification-Vendor: Shigeru Chiba, www.javassist.org
-Specification-Version: 3.29.0-GA
+Specification-Version: 3.29.1-GA
 Main-Class: javassist.CtClass
 Automatic-Module-Name: org.javassist
index 4755f0363ea57d977b7a64afe698075b8976c2f4..ed69d2edef3a2bc7801c748f26e8265f1d605cf5 100644 (file)
@@ -69,7 +69,7 @@ public abstract class CtClass {
     /**
      * The version number of this release.
      */
-    public static final String version = "3.29.0-GA";
+    public static final String version = "3.29.1-GA";
 
     /**
      * Prints the version number and the copyright notice.