Browse Source

Issue-#426: Standardize release procedure

pull/429/head
Hiroshi Ukai 1 year ago
parent
commit
2a90d7f6bf
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      pom.xml

+ 2
- 2
pom.xml View File

@@ -2,14 +2,14 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.javassist</groupId>
<groupId>com.github.dakusui</groupId>
<artifactId>javassist</artifactId>
<packaging>bundle</packaging>
<description>
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
<version>3.29.3-GA-SNAPSHOT</version>
<version>0.0.1-GA-SNAPSHOT</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>


Loading…
Cancel
Save