aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-10-09 10:56:04 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-10-09 10:56:04 +0000
commit4e0f7ad05ae2b8cd8e728a52ebb9e84490fd5b64 (patch)
tree018b5c4c9b01d7d54a4c376a42bfeb323d1af787
parent4783e1843dd2e6670b0a6315d6098cc3753f7569 (diff)
downloadjavassist-4e0f7ad05ae2b8cd8e728a52ebb9e84490fd5b64.tar.gz
javassist-4e0f7ad05ae2b8cd8e728a52ebb9e84490fd5b64.zip
for releasing 3.9.0.GArel_3_9_0_ga
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@460 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
-rw-r--r--Readme.html3
-rw-r--r--build.xml4
-rw-r--r--pom.xml2
3 files changed, 5 insertions, 4 deletions
diff --git a/Readme.html b/Readme.html
index 0dbd327a..9feca8dc 100644
--- a/Readme.html
+++ b/Readme.html
@@ -281,12 +281,13 @@ see javassist.Dump.
<h2>Changes</h2>
-<p>-version 3.9
+<p>-version 3.9 on October 9, 2008
<ul>
<li>ClassPool.makeClassIfNew(InputStream) was implemented.
<li>CtNewMethod.wrapped(..) and CtNewConstructor.wrapped(..)
implicitly append a method like _added_m$0.
This method now has a synthetic attribute.
+ <li>JIRA JASSIST-66 has been fixed.
</ul>
<p>-version 3.8.1 on July 17, 2008
diff --git a/build.xml b/build.xml
index a5e6a777..a67e9246 100644
--- a/build.xml
+++ b/build.xml
@@ -6,7 +6,7 @@
<project name="javassist" default="jar" basedir=".">
- <property name="dist-version" value="javassist-3.8.1"/>
+ <property name="dist-version" value="javassist-3.9.0"/>
<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>
@@ -195,7 +195,7 @@ Copyright (C) 1999-2008 Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
<zipfileset dir="${basedir}" prefix="${dist-version}">
<include name="html/**"/>
<include name="sample/**"/>
- <include name="src/**"/>
+ <include name="src/main/**"/>
<include name="tutorial/**"/>
<include name="*.html"/>
<include name="*.xml"/>
diff --git a/pom.xml b/pom.xml
index 2523826c..d68b79b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -8,7 +8,7 @@
<description>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
- <version>3.8.1.GA</version>
+ <version>3.9.0.GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
<build>