[jboss-cvs] javassist SVN: r694 - in trunk: src/main/META-INF and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Mon Dec 3 05:40:00 EST 2012


Author: chiba
Date: 2012-12-03 05:40:00 -0500 (Mon, 03 Dec 2012)
New Revision: 694

Modified:
   trunk/Readme.html
   trunk/build.xml
   trunk/src/main/META-INF/MANIFEST.MF
   trunk/src/main/javassist/CtClass.java
Log:
for 3.17.1 release

Modified: trunk/Readme.html
===================================================================
--- trunk/Readme.html	2012-12-03 10:38:33 UTC (rev 693)
+++ trunk/Readme.html	2012-12-03 10:40:00 UTC (rev 694)
@@ -281,7 +281,7 @@
 
 <h2>Changes</h2>
 
-<p>-version 3.17.1
+<p>-version 3.17.1 on December 3, 2012
 <ul>
 	<li>JIRA JASSIST-177, 178, 182
 </ul>

Modified: trunk/build.xml
===================================================================
--- trunk/build.xml	2012-12-03 10:38:33 UTC (rev 693)
+++ trunk/build.xml	2012-12-03 10:40:00 UTC (rev 694)
@@ -6,7 +6,7 @@
 
 <project name="javassist" default="jar" basedir=".">
 
-  <property name="dist-version" value="javassist-3.17.0-GA"/>
+  <property name="dist-version" value="javassist-3.17.1-GA"/>
 
   <property environment="env"/>
   <property name="target.jar" value="javassist.jar"/>

Modified: trunk/src/main/META-INF/MANIFEST.MF
===================================================================
--- trunk/src/main/META-INF/MANIFEST.MF	2012-12-03 10:38:33 UTC (rev 693)
+++ trunk/src/main/META-INF/MANIFEST.MF	2012-12-03 10:40:00 UTC (rev 694)
@@ -1,5 +1,5 @@
 Specification-Title: Javassist
 Specification-Vendor: Shigeru Chiba, www.javassist.org
-Specification-Version: 3.17.0-GA
+Specification-Version: 3.17.1-GA
 Main-Class: javassist.CtClass
 Name: javassist/

Modified: trunk/src/main/javassist/CtClass.java
===================================================================
--- trunk/src/main/javassist/CtClass.java	2012-12-03 10:38:33 UTC (rev 693)
+++ trunk/src/main/javassist/CtClass.java	2012-12-03 10:40:00 UTC (rev 694)
@@ -69,7 +69,7 @@
     /**
      * The version number of this release.
      */
-    public static final String version = "3.17.1-snapshot";
+    public static final String version = "3.17.1-GA";
 
     /**
      * Prints the version number and the copyright notice.



More information about the jboss-cvs-commits mailing list