Browse Source

[maven-release-plugin] prepare release javassist-0.0.1-GA

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

+ 4
- 5
pom.xml View File

@@ -1,6 +1,4 @@
<project xmlns="http://maven.apache.org/POM/4.0.0"
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">
<project xmlns="http://maven.apache.org/POM/4.0.0" 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>com.github.dakusui</groupId>
<artifactId>javassist</artifactId>
@@ -9,7 +7,7 @@
Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation
simple. It is a class library for editing bytecodes in Java.
</description>
<version>0.0.1-GA-SNAPSHOT</version>
<version>0.0.1-GA</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>

@@ -66,7 +64,8 @@
scm:git:git@github.com:jboss-javassist/javassist.git
</developerConnection>
<url>scm:git:git@github.com:jboss-javassist/javassist.git</url>
</scm>
<tag>javassist-0.0.1-GA</tag>
</scm>

<developers>
<developer>

Loading…
Cancel
Save