aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Readme.html2
-rw-r--r--build.xml2
-rw-r--r--pom.xml4
-rw-r--r--src/main/META-INF/MANIFEST.MF4
4 files changed, 6 insertions, 6 deletions
diff --git a/Readme.html b/Readme.html
index af8197f2..03cc5d4c 100644
--- a/Readme.html
+++ b/Readme.html
@@ -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
diff --git a/build.xml b/build.xml
index fa68728d..92f28a44 100644
--- 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 ec7ddee8..60eb3f3d 100644
--- 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>
diff --git a/src/main/META-INF/MANIFEST.MF b/src/main/META-INF/MANIFEST.MF
index 202dd8e3..ae4839b5 100644
--- a/src/main/META-INF/MANIFEST.MF
+++ b/src/main/META-INF/MANIFEST.MF
@@ -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/