aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-03-09 13:14:24 +0000
committerchiba <chiba@30ef5769-5b8d-40dd-aea6-55b5d6557bb3>2008-03-09 13:14:24 +0000
commit1c59c2e7f6cef3e7389cae2746962db2fa65c620 (patch)
tree04bae2cf7377414240636d39f76baa3e7d2b5d34 /pom.xml
parent18869e66d2b785411f35e409a8b43e233ead6831 (diff)
downloadjavassist-1c59c2e7f6cef3e7389cae2746962db2fa65c620.tar.gz
javassist-1c59c2e7f6cef3e7389cae2746962db2fa65c620.zip
preparation for 3.7.1 releaserel_3_7_1_ga
git-svn-id: http://anonsvn.jboss.org/repos/javassist/trunk@422 30ef5769-5b8d-40dd-aea6-55b5d6557bb3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 0cb0a73c..cdcc3f91 100644
--- a/pom.xml
+++ b/pom.xml
@@ -13,9 +13,9 @@
<description>Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
- <version>3.6.0-SNAPSHOT</version>
+ <version>3.7.1.GA</version>
<name>Javassist</name>
- <url>http://www.csg.is.titech.ac.jp/~chiba/javassist/</url>
+ <url>http://www.javassist.org/</url>
<build>
<sourceDirectory>src/main/</sourceDirectory>
<testSourceDirectory>src/test/</testSourceDirectory>