Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
- <version>3.22.0-CR1</version>
+ <version>3.22.0-CR2</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
<attach>true</attach>
</configuration>
</plugin>
- <plugin>
+ <plugin>
<groupId>org.apache.felix</groupId>
<artifactId>maven-bundle-plugin</artifactId>
- <version>2.5.3</version>
<executions>
<execution>
<id>bundle-manifest</id>
<version>${java.version}</version>
<scope>system</scope>
<optional>true</optional>
- <systemPath>${java.home}/jrt-fs.jar</systemPath>
+ <systemPath>${java.home}/lib/jrt-fs.jar</systemPath>
</dependency>
</dependencies>
</profile>
/**
* The version number of this release.
*/
- public static final String version = "3.22.0-CR1";
+ public static final String version = "3.22.0-CR2";
/**
* Prints the version number and the copyright notice.
*/
public static void main(String[] args) {
System.out.println("Javassist version " + CtClass.version);
- System.out.println("Copyright (C) 1999-2016 Shigeru Chiba."
+ System.out.println("Copyright (C) 1999-2017 Shigeru Chiba."
+ " All Rights Reserved.");
}