You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hl...@apache.org on 2003/08/30 19:39:10 UTC

cvs commit: jakarta-commons-sandbox/hivemind .classpath project.xml

hlship      2003/08/30 10:39:10

  Modified:    hivemind .classpath project.xml
  Log:
  Update to Javassist 2.6.
  
  Revision  Changes    Path
  1.15      +1 -1      jakarta-commons-sandbox/hivemind/.classpath
  
  Index: .classpath
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/.classpath,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- .classpath	30 Aug 2003 14:13:17 -0000	1.14
  +++ .classpath	30 Aug 2003 17:39:10 -0000	1.15
  @@ -18,6 +18,6 @@
       <classpathentry kind="var" path="MAVEN_REPO/ant/jars/ant-1.5.1.jar"/>
       <classpathentry kind="var" path="MAVEN_REPO/jboss/jars/jboss-j2ee-3.2.1.jar"/>
       <classpathentry kind="var" path="MAVEN_REPO/oro/jars/oro-2.0.6.jar"/>
  -    <classpathentry kind="var" path="MAVEN_REPO/jboss/jars/javassist-2.5.2.jar"/>
  +    <classpathentry kind="var" path="MAVEN_REPO/jboss/jars/javassist-2.6.jar"/>
       <classpathentry kind="output" path="bin"/>
   </classpath>
  
  
  
  1.17      +2 -2      jakarta-commons-sandbox/hivemind/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/hivemind/project.xml,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- project.xml	30 Aug 2003 14:13:17 -0000	1.16
  +++ project.xml	30 Aug 2003 17:39:10 -0000	1.17
  @@ -110,7 +110,7 @@
       <dependency>
       	<groupId>jboss</groupId>
       	<artifactId>javassist</artifactId>	
  -    	<version>2.5.2</version>
  +    	<version>2.6</version>
       </dependency>
   
       <dependency>