Browse Source

for releasing 3.18.1-Beta1

tags/rel_3_18_1_beta1^0
Scott Marlow 10 years ago
parent
commit
ee648fed68
3 changed files with 3 additions and 3 deletions
  1. 1
    1
      Readme.html
  2. 1
    1
      build.xml
  3. 1
    1
      pom.xml

+ 1
- 1
Readme.html View File

@@ -287,7 +287,7 @@ see javassist.Dump.
</ul>
</p>

<p>-version 3.18 on June 3, 2013
<p>-version 3.18.1-Beta on July 30, 2013
<ul>
<li>The source code repository has been moved to <a href="https://github.com/jboss-javassist/javassist">GitHub</a></li>.


+ 1
- 1
build.xml View File

@@ -6,7 +6,7 @@

<project name="javassist" default="jar" basedir=".">

<property name="dist-version" value="javassist-3.18.0-GA"/>
<property name="dist-version" value="javassist-3.18.1-Beta1"/>

<property environment="env"/>
<property name="target.jar" value="javassist.jar"/>

+ 1
- 1
pom.xml View File

@@ -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.0-GA</version>
<version>3.18.1-Beta1</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>


Loading…
Cancel
Save