diff options
author | chibash <chiba@javassist.org> | 2017-04-17 00:28:27 +0900 |
---|---|---|
committer | chibash <chiba@javassist.org> | 2017-04-17 00:28:27 +0900 |
commit | 292d6e76b0a86910a79a0e1a1b85f7a845406f3a (patch) | |
tree | 84cf333c8a6b32893a7b4ec15b593f9a767ca988 /pom.xml | |
parent | d5ea6843af8ca063f56d5356b5e29156c25f035e (diff) | |
download | javassist-292d6e76b0a86910a79a0e1a1b85f7a845406f3a.tar.gz javassist-292d6e76b0a86910a79a0e1a1b85f7a845406f3a.zip |
modifies the version numberrel_3_22_0_cr2
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -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> |