Skip to content

Commit 8a2b12a

Browse files
author
Xuan Dai
committed
[maven-release-plugin] rollback the release of geronimo-eclipse-plugin-2.1.6
git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1.6@961656 13f79535-47bb-0310-9956-ffa450edef68
1 parent 8cd28fb commit 8a2b12a

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.geronimo.devtools</groupId>
2828
<artifactId>geronimo-eclipse-plugin</artifactId>
29-
<version>2.1.6</version>
29+
<version>2.1.6-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232
<build>

eclipse/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.apache.geronimo.devtools</groupId>
2929
<artifactId>geronimo-eclipse-plugin</artifactId>
30-
<version>2.1.6</version>
30+
<version>2.1.6-SNAPSHOT</version>
3131
<relativePath>../pom.xml</relativePath>
3232
</parent>
3333

features/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.geronimo.devtools</groupId>
2828
<artifactId>geronimo-eclipse-plugin</artifactId>
29-
<version>2.1.6</version>
29+
<version>2.1.6-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232

plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<parent>
2727
<groupId>org.apache.geronimo.devtools</groupId>
2828
<artifactId>geronimo-eclipse-plugin</artifactId>
29-
<version>2.1.6</version>
29+
<version>2.1.6-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232
<build>

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<artifactId>geronimo-eclipse-plugin</artifactId>
2424
<packaging>pom</packaging>
2525
<name>Geronimo Eclipse Plugin</name>
26-
<version>2.1.6</version>
26+
<version>2.1.6-SNAPSHOT</version>
2727

2828
<parent>
2929
<groupId>org.apache</groupId>
@@ -65,9 +65,9 @@
6565
</mailingLists>
6666

6767
<scm>
68-
<connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.1.6</connection>
69-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.1.6</developerConnection>
70-
<url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-2.1.6</url>
68+
<connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/geronimo-eclipse-plugin-2.1.6</connection>
69+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/geronimo-eclipse-plugin-2.1.6</developerConnection>
70+
<url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/geronimo-eclipse-plugin-2.1.6</url>
7171
</scm>
7272

7373
<organization>

0 commit comments

Comments
 (0)