aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorchibash <chiba@javassist.org>2017-04-17 00:28:27 +0900
committerchibash <chiba@javassist.org>2017-04-17 00:28:27 +0900
commit292d6e76b0a86910a79a0e1a1b85f7a845406f3a (patch)
tree84cf333c8a6b32893a7b4ec15b593f9a767ca988 /pom.xml
parentd5ea6843af8ca063f56d5356b5e29156c25f035e (diff)
downloadjavassist-292d6e76b0a86910a79a0e1a1b85f7a845406f3a.tar.gz
javassist-292d6e76b0a86910a79a0e1a1b85f7a845406f3a.zip
modifies the version numberrel_3_22_0_cr2
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index f4390628..69b7fca3 100644
--- 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>
@@ -196,10 +196,9 @@
<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>
@@ -294,7 +293,7 @@
<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>