aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorchibash <chiba@javassist.org>2018-12-09 19:58:26 +0900
committerchibash <chiba@javassist.org>2018-12-09 19:58:26 +0900
commit1a3d63712a3a5819dd54562983abbdd382f0d418 (patch)
tree84f26b52a27e669a55eb7c07f2dcdc54d75eb07d /pom.xml
parent9cfa81cce09bda5c7fccf4710e8c357977bfdaf2 (diff)
downloadjavassist-1a3d63712a3a5819dd54562983abbdd382f0d418.tar.gz
javassist-1a3d63712a3a5819dd54562983abbdd382f0d418.zip
updates for relase 3.24.1rel_3_24_1_ga
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 6d42cf18..eaef95f1 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.24.0-GA</version>
+ <version>3.24.1-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
@@ -210,6 +210,7 @@
Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
<show>public</show>
<nohelp>true</nohelp>
+ <doclint>none</doclint>
</configuration>
</plugin>
<plugin>