<h2>Changes</h2>
-<p>-version 3.17
+<p>-version 3.17 on November 8, 2012
<ul>
<li>OSGi bundle info is now included in the jar file.
+ <li>A stackmap generator has been rewritten.
<li>JIRA JASSIST-160, 163, 166, 168, 170, 171, 174, 175, 176 have been fixed.
</ul>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
<configuration>
- <source>1.5</source>
- <target>1.5</target>
+ <source>1.7</source>
+ <target>1.7</target>
</configuration>
</plugin>
<plugin>
<version>${java.version}</version>
<scope>system</scope>
<optional>true</optional>
- <systemPath>${java.home}/../Classes/classes.jar</systemPath>
+ <systemPath>${java.home}/../lib/tools.jar</systemPath>
</dependency>
</dependencies>
</profile>
Specification-Title: Javassist
Specification-Vendor: Shigeru Chiba, www.javassist.org
-Specification-Version: 3.17.0.GA
+Specification-Version: 3.17.0-GA
Main-Class: javassist.CtClass
Name: javassist/