aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
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 edce52a1..a604e166 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.29.1-GA</version>
+ <version>3.29.2-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
@@ -183,6 +183,7 @@
<mainClass>javassist.CtClass</mainClass>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
+ <manifestFile>src/main/META-INF/MANIFEST.MF</manifestFile>
</archive>
</configuration>
</plugin>