aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorHiroshi Ukai <dakusui@gmail.com>2022-08-30 06:09:37 +0900
committerHiroshi Ukai <dakusui@gmail.com>2022-08-30 06:09:37 +0900
commit74f80bdfea6b83a5d8d49a10a9c46cfaca3ca876 (patch)
treeb03927b2185608be696f03909331543b0e6b8de2 /pom.xml
parent42ca281fe7696b25b7dcdbcc5aa7e5d95f05b31a (diff)
downloadjavassist-74f80bdfea6b83a5d8d49a10a9c46cfaca3ca876.tar.gz
javassist-74f80bdfea6b83a5d8d49a10a9c46cfaca3ca876.zip
Issue-#426 Include Automatic-Module-Name in MANIFEST.MF and bump up the version to 3.29.2-GA
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 4 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index edce52a1..6aaf90d4 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,9 @@
<mainClass>javassist.CtClass</mainClass>
<addDefaultSpecificationEntries>true</addDefaultSpecificationEntries>
</manifest>
+ <manifestFile>
+ src/main/META-INF/MANIFEST.MF
+ </manifestFile>
</archive>
</configuration>
</plugin>