Skip to content

Commit

Permalink
for releasing 3.29.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chibash committed Aug 11, 2022
1 parent 3528a20 commit 7f59e64
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Changes.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
### Changes

#### version 3.30
#### version 3.29.1 on August 11, 2022

* `Readme.html` was deleted (GitHub Issue #414).

Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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"/>
Expand Down
Binary file modified javassist.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
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.29.0-GA</version>
<version>3.29.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
Original file line number Diff line number Diff line change
@@ -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
2 changes: 1 addition & 1 deletion src/main/javassist/CtClass.java
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 7f59e64

Please sign in to comment.