aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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>