]> source.dussan.org Git - javassist.git/commitdiff
for 3.16.0 release
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sun, 19 Feb 2012 13:34:19 +0000 (13:34 +0000)
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>
Sun, 19 Feb 2012 13:34:19 +0000 (13:34 +0000)
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@617 30ef5769-5b8d-40dd-aea6-55b5d6557bb3

Readme.html
build.xml
pom.xml
src/main/META-INF/MANIFEST.MF

index af8197f2a7c647e540696e85248e043ec5474b4d..03cc5d4c5dd84d16b1e33448f751425ffa698f5a 100644 (file)
@@ -788,7 +788,7 @@ and all other contributors for their contributions.
 
 <hr>
 <a href="http://www.javassist.org">Shigeru Chiba</a>
-(Email: <tt>chiba@acm.org</tt>)
+(Email: <tt>chiba@javassist.org</tt>)
 
 </body>
 </html>
\ No newline at end of file
index fa68728d3a2ccf16b098c2744759836ba3147471..92f28a445f4cf32a915960aef2abcb59c31ddfd8 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
 
 <project name="javassist" default="jar" basedir=".">
 
-  <property name="dist-version" value="javassist-3.15.0-GA"/>
+  <property name="dist-version" value="javassist-3.16.0-GA"/>
 
   <property environment="env"/>
   <property name="target.jar" value="javassist.jar"/>
diff --git a/pom.xml b/pom.xml
index ec7ddee8bd911b5284f28807b68c623445fb47a6..60eb3f3d8b1fd049b5e21556f063c12cbae77162 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -47,8 +47,8 @@
     <developer>
       <id>chiba</id>
       <name>Shigeru Chiba</name>
-      <email>chiba@acm.org</email>
-      <organization>Tokyo Institute of Technology</organization>
+      <email>chiba@javassist.org</email>
+      <organization>The Javassist Project</organization>
       <organizationUrl>http://www.javassist.org/</organizationUrl>
       <roles>
         <role>project lead</role>
index 202dd8e3173a588e0b034fd73f93dd5e60df8bb5..ae4839b5241bbb203efd7082025c320e58abbf0e 100644 (file)
@@ -1,8 +1,8 @@
 Manifest-Version: 1.1
 Specification-Title: Javassist
 Created-By: Shigeru Chiba
-Specification-Vendor: Shigeru Chiba
-Specification-Version: 3.15.0.GA
+Specification-Vendor: Shigeru Chiba, www.javassist.org
+Specification-Version: 3.16.0.GA
 Main-Class: javassist.CtClass
 
 Name: javassist/