Skip to content

Commit 8321859

Browse files
author
Xuan Dai
committed
revert version to 2.1.5-SNAPSHOT
git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/2.1.5@934894 13f79535-47bb-0310-9956-ffa450edef68
1 parent 5184c00 commit 8321859

File tree

6 files changed

+7
-17
lines changed

6 files changed

+7
-17
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.5</version>
29+
<version>2.1.5-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.5</version>
30+
<version>2.1.5-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.5</version>
29+
<version>2.1.5-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232
<modules>

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.5</version>
29+
<version>2.1.5-SNAPSHOT</version>
3030
<relativePath>../pom.xml</relativePath>
3131
</parent>
3232
<build>

pom.xml

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

2828
<parent>
2929
<groupId>org.apache</groupId>
3030
<artifactId>apache</artifactId>
31-
<version>4</version>
31+
<version>6</version>
3232
</parent>
3333

3434
<description>Apache Geronimo Eclipse Plugin and WTP Server Adapter</description>
@@ -375,16 +375,6 @@
375375
<validity>${keystoreValDays}</validity>
376376
</configuration>
377377
</plugin>
378-
<plugin>
379-
<groupId>org.apache.maven.plugins</groupId>
380-
<artifactId>maven-release-plugin</artifactId>
381-
<version>2.0-beta-9</version>
382-
<configuration>
383-
<useReleaseProfile>false</useReleaseProfile>
384-
<goals>deploy</goals>
385-
<arguments>-Papache-release</arguments>
386-
</configuration>
387-
</plugin>
388378
</plugins>
389379
</build>
390380

testsuite/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<parent>
3232
<groupId>org.apache.geronimo.devtools</groupId>
3333
<artifactId>geronimo-eclipse-plugin</artifactId>
34-
<version>2.1.5</version>
34+
<version>2.1.5-SNAPSHOT</version>
3535
</parent>
3636

3737
<description>

0 commit comments

Comments
 (0)