]> source.dussan.org Git - javassist.git/commitdiff
modifies the version number rel_3_22_0_cr2
authorchibash <chiba@javassist.org>
Sun, 16 Apr 2017 15:28:27 +0000 (00:28 +0900)
committerchibash <chiba@javassist.org>
Sun, 16 Apr 2017 15:28:27 +0000 (00:28 +0900)
pom.xml
src/main/javassist/CtClass.java

diff --git a/pom.xml b/pom.xml
index f43906282aa7fd769aac092f6f83a2ceef0bbc10..69b7fca3cb1a2fe10f806b6e7696901a01c9cd60 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.22.0-CR1</version>
+  <version>3.22.0-CR2</version>
   <name>Javassist</name>
   <url>http://www.javassist.org/</url>
 
          <attach>true</attach>
        </configuration>
       </plugin>
-        <plugin>
+      <plugin>
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
-        <version>2.5.3</version>
         <executions>
           <execution>
             <id>bundle-manifest</id>
           <version>${java.version}</version>
           <scope>system</scope>
           <optional>true</optional>
-          <systemPath>${java.home}/jrt-fs.jar</systemPath>
+          <systemPath>${java.home}/lib/jrt-fs.jar</systemPath>
         </dependency>
       </dependencies>
     </profile>
index 4ff04c0ed888710c797419d05a8b294c1f062925..b0ab619e6f4897e4ae6aee83e0a2cb93bfbb735e 100644 (file)
@@ -69,7 +69,7 @@ public abstract class CtClass {
     /**
      * The version number of this release.
      */
-    public static final String version = "3.22.0-CR1";
+    public static final String version = "3.22.0-CR2";
 
     /**
      * Prints the version number and the copyright notice.
@@ -80,7 +80,7 @@ public abstract class CtClass {
      */
     public static void main(String[] args) {
         System.out.println("Javassist version " + CtClass.version);
-        System.out.println("Copyright (C) 1999-2016 Shigeru Chiba."
+        System.out.println("Copyright (C) 1999-2017 Shigeru Chiba."
                            + " All Rights Reserved.");
     }