aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 4f8ffca2..b7640489 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.28.0-GA</version>
+ <version>3.29.0-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>
@@ -122,7 +122,7 @@
mvn deploy -Dversion=3.x.y-SNAPSHOT
- To deploy a release you need to change the version to 3.x.y.GA and run
+ To deploy a release you need to change the version to 3.x.y-GA and run
mvn deploy
-->