Browse Source

for releasing 3.18.0-GA

tags/log
chibash 11 years ago
parent
commit
0fef5c5f48
5 changed files with 7 additions and 8 deletions
  1. 1
    1
      Readme.html
  2. 1
    1
      build.xml
  3. BIN
      javassist.jar
  4. 4
    4
      pom.xml
  5. 1
    2
      src/main/META-INF/MANIFEST.MF

+ 1
- 1
Readme.html View File



<h2>Changes</h2> <h2>Changes</h2>


<p>-version 3.18
<p>-version 3.18 on June 3, 2013
<ul> <ul>
<li>The source code repository has been moved to <a href="https://github.com/jboss-javassist/javassist">GitHub</a></li>. <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



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


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


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

BIN
javassist.jar View File


+ 4
- 4
pom.xml View File

Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java. simple. It is a class library for editing bytecodes in Java.
</description> </description>
<version>3.17.1-GA</version>
<version>3.18.0-GA</version>
<name>Javassist</name> <name>Javassist</name>
<url>http://www.javassist.org/</url> <url>http://www.javassist.org/</url>


</licenses> </licenses>


<scm> <scm>
<connection>scm:svn:http://anonsvn.jboss.org/repos/javassist/</connection>
<developerConnection>scm:svn:https://svn.jboss.org/repos/javassist/</developerConnection>
<url>http://fisheye.jboss.org/browse/javassist/</url>
<connection>scm:git:git@github.com:jboss-javassist/javassist.git</connection>
<developerConnection>scm:git:git@github.com:jboss-javassist/javassist.git</developerConnection>
<url>scm:git:git@github.com:jboss-javassist/javassist.git</url>
</scm> </scm>


<developers> <developers>

+ 1
- 2
src/main/META-INF/MANIFEST.MF View File

Specification-Title: Javassist Specification-Title: Javassist
Specification-Vendor: Shigeru Chiba, www.javassist.org Specification-Vendor: Shigeru Chiba, www.javassist.org
Specification-Version: 3.17.1-GA
Specification-Version: 3.18.0-GA
Main-Class: javassist.CtClass Main-Class: javassist.CtClass
Name: javassist/

Loading…
Cancel
Save