Skip to content

Commit

Permalink
release 3.28.0-GA
Browse files Browse the repository at this point in the history
  • Loading branch information
chibash committed May 7, 2021
1 parent 5e4340a commit 3112090
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -3,7 +3,7 @@
Java bytecode engineering toolkit
### [Javassist version 3](http://www.javassist.org)

Copyright (C) 1999-2020 by Shigeru Chiba, All rights reserved.
Copyright (C) 1999-2021 by Shigeru Chiba, All rights reserved.

Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java; it enables Java
Expand Down
4 changes: 2 additions & 2 deletions Readme.html
Expand Up @@ -7,7 +7,7 @@

<h1>Javassist version 3</h1>

<h3>Copyright (C) 1999-2020 by Shigeru Chiba, All rights reserved.</h3>
<h3>Copyright (C) 1999-2021 by Shigeru Chiba, All rights reserved.</h3>

<p><br></p>

Expand Down Expand Up @@ -291,7 +291,7 @@ <h2>Release</h2>

<h2>Changes</h2>

<p>-version 3.28
<p>-version 3.28 on May 8, 2021
<ul>
<li>GitHub Issue #305, #328, #339, #350, #357, and PR #363.
</ul>
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.27.0-GA"/>
<property name="dist-version" value="javassist-3.28.0-GA"/>

<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
Expand Down
2 changes: 1 addition & 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.27.0-GA</version>
<version>3.28.0-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>

Expand Down
2 changes: 1 addition & 1 deletion src/main/javassist/CtClass.java
Expand Up @@ -80,7 +80,7 @@ public abstract class CtClass {
*/
public static void main(String[] args) {
System.out.println("Javassist version " + CtClass.version);
System.out.println("Copyright (C) 1999-2020 Shigeru Chiba."
System.out.println("Copyright (C) 1999-2021 Shigeru Chiba."
+ " All Rights Reserved.");
}

Expand Down

0 comments on commit 3112090

Please sign in to comment.