Browse Source

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

pull/429/head
Hiroshi Ukai 1 year ago
parent
commit
8586be0fbb
1 changed files with 17 additions and 28 deletions
  1. 17
    28
      pom.xml

+ 17
- 28
pom.xml View File

@@ -28,24 +28,7 @@
<maven-bundle-plugin.version>3.3.0</maven-bundle-plugin.version>
<junit.version>[4.13.1,)</junit.version>
<hamcrest-all.version>1.3</hamcrest-all.version>
<maven-gpg-plugin.version>1.4</maven-gpg-plugin.version>
</properties>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${hamcrest-all.version}</version>
<scope>test</scope>
</dependency>
</dependencies>

<organization>
<name>Shigeru Chiba, www.javassist.org</name>
</organization>
@@ -54,7 +37,6 @@
<system>JIRA</system>
<url>https://jira.jboss.org/jira/browse/JASSIST/</url>
</issueManagement>

<licenses>
<!-- this is the license under which javassist is usually distributed
-->
@@ -78,19 +60,12 @@
</licenses>

<scm>
<!-- BEGIN: Elements we need to rollback before merge
<connection>scm:git:git@github.com:jboss-javassist/javassist.git
</connection>
<developerConnection>
scm:git:git@github.com:jboss-javassist/javassist.git
</developerConnection>
END: Elements we need to rollback before merge -->
<connection>scm:git:git@github.com/dakusui/${project.name}.git
</connection>
<developerConnection>scm:git:git@github.com:dakusui/${project.name}.git
</developerConnection>
<url>http://www.javassist.org/</url>
<tag>${project.name}-${project.version}</tag>
<url>scm:git:git@github.com:jboss-javassist/javassist.git</url>
</scm>

<developers>
@@ -141,6 +116,8 @@
</roles>
<timezone>-5</timezone>
</developer>


</developers>

<distributionManagement>
@@ -292,7 +269,6 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
</plugin>
</plugins>
</build>

<profiles>
<!-- profile for releasing to sonatype repo
exercise with mvn -PcentralRelease
@@ -368,6 +344,19 @@ Copyright (C) 1999- Shigeru Chiba. All Rights Reserved.</i>]]></bottom>
</dependencies>
</profile>
</profiles>

<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>${junit.version}</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-all</artifactId>
<version>${hamcrest-all.version}</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>


Loading…
Cancel
Save