Browse Source

for 3.16.0 release

git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@617 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
tags/rel_3_17_1_ga
chiba 12 years ago
parent
commit
27b087cdc8
4 changed files with 6 additions and 6 deletions
  1. 1
    1
      Readme.html
  2. 1
    1
      build.xml
  3. 2
    2
      pom.xml
  4. 2
    2
      src/main/META-INF/MANIFEST.MF

+ 1
- 1
Readme.html View 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>

+ 1
- 1
build.xml View File

@@ -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"/>

+ 2
- 2
pom.xml View File

@@ -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>

+ 2
- 2
src/main/META-INF/MANIFEST.MF View 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/

Loading…
Cancel
Save