[jboss-cvs] javassist ...

Shigeru Chiba chiba at is.titech.ac.jp
Sun Mar 9 09:14:24 EDT 2008


  User: chiba   
  Date: 08/03/09 09:14:24

  Modified:    javassist  pom.xml
  Log:
  preparation for 3.7.1 release
  
  Revision  Changes    Path
  1.5       +2 -2      javassist/pom.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: pom.xml
  ===================================================================
  RCS file: /cvsroot/jboss/javassist/pom.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- pom.xml	7 Aug 2007 16:20:53 -0000	1.4
  +++ pom.xml	9 Mar 2008 13:14:24 -0000	1.5
  @@ -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>
  
  
  



More information about the jboss-cvs-commits mailing list