]> source.dussan.org Git - javassist.git/commitdiff
for releasing 3.18.1-GA rel_3_18_1_ga
authorScott Marlow <smarlow@redhat.com>
Thu, 29 Aug 2013 19:32:35 +0000 (15:32 -0400)
committerScott Marlow <smarlow@redhat.com>
Fri, 30 Aug 2013 17:10:33 +0000 (13:10 -0400)
build.xml
pom.xml

index c9ed1de30d0b225b2d6867783457551da7659703..588495f85a7235898dcc0e58dec3a69b0710d6f5 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.18.1-Beta1"/>
+  <property name="dist-version" value="javassist-3.18.1-GA"/>
 
   <property environment="env"/>
   <property name="target.jar" value="javassist.jar"/>
diff --git a/pom.xml b/pom.xml
index 69ccc4a5c79c6ce437fcfe4dffaab91fe05c398c..653e3b474f65139cc8f70ca9eebd392648a32365 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
        Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
     simple.  It is a class library for editing bytecodes in Java.
   </description>
-  <version>3.18.1-Beta1</version>
+  <version>3.18.1-GA</version>
   <name>Javassist</name>
   <url>http://www.javassist.org/</url>
 
@@ -81,7 +81,7 @@
     </developer>
     
     <developer>
-      <id>scottmarlow</id>
+      <id>smarlow</id>
       <name>Scott Marlow</name>
       <email>smarlow@redhat.com</email>
       <organization>JBoss</organization>