Browse Source

[maven-release-plugin] rollback the release of javassist-0.0.1-GA

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

+ 5
- 4
pom.xml View File

@@ -1,4 +1,6 @@
<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>
@@ -7,7 +9,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</version>
<version>0.0.1-GA-SNAPSHOT</version>
<name>Javassist</name>
<url>http://www.javassist.org/</url>

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

<developers>
<developer>

Loading…
Cancel
Save