[maven-release-plugin] prepare release geronimo-eclipse-plugin-3.0-beta-1
git-svn-id: https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1@1208220 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/assembly/pom.xml b/assembly/pom.xml
index 652d9d4..042bba1 100644
--- a/assembly/pom.xml
+++ b/assembly/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>geronimo-eclipse-plugin</artifactId>
- <version>3.0-beta-1-SNAPSHOT</version>
+ <version>3.0-beta-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -64,24 +64,23 @@
<phase>package</phase>
<configuration>
<tasks>
- <property name="assembly.dir" value="${basedir}/target/p2-tmp"/>
- <property name="input.zip" value="${basedir}/target/geronimo-eclipse-plugin-${project.parent.version}-p2repo.zip"/>
- <property name="output.zip" value="${input.zip}"/>
- <mkdir dir="${assembly.dir}"/>
- <makeurl property="assembly.dir.url" file="${assembly.dir}"/>
+ <property name="assembly.dir" value="${basedir}/target/p2-tmp" />
+ <property name="input.zip" value="${basedir}/target/geronimo-eclipse-plugin-${project.parent.version}-p2repo.zip" />
+ <property name="output.zip" value="${input.zip}" />
+ <mkdir dir="${assembly.dir}" />
+ <makeurl property="assembly.dir.url" file="${assembly.dir}" />
<unzip src="${input.zip}" dest="${assembly.dir}" />
- <copy file="${basedir}/src/main/assembly/site.xml" todir="${assembly.dir}"/>
+ <copy file="${basedir}/src/main/assembly/site.xml" todir="${assembly.dir}" />
<java fork="true" classname="org.eclipse.equinox.launcher.Main">
<classpath>
- <fileset file="${eclipseInstall}/eclipse/plugins/org.eclipse.equinox.launcher_*.jar"/>
+ <fileset file="${eclipseInstall}/eclipse/plugins/org.eclipse.equinox.launcher_*.jar" />
</classpath>
- <arg line="-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher"/>
- <arg line="-metadataRepository ${assembly.dir.url}"/>
- <arg line="-artifactRepository ${assembly.dir.url}"/>
- <arg line="-source ${assembly.dir}"/>
+ <arg line="-application org.eclipse.equinox.p2.publisher.UpdateSitePublisher" />
+ <arg line="-metadataRepository ${assembly.dir.url}" />
+ <arg line="-artifactRepository ${assembly.dir.url}" />
+ <arg line="-source ${assembly.dir}" />
</java>
- <zip destfile="${output.zip}" update="true"
- includes="artifacts.xml content.xml" basedir="${assembly.dir}"/>
+ <zip destfile="${output.zip}" update="true" includes="artifacts.xml content.xml" basedir="${assembly.dir}" />
</tasks>
</configuration>
<goals>
diff --git a/eclipse/pom.xml b/eclipse/pom.xml
index 5c707da..c6b13d0 100644
--- a/eclipse/pom.xml
+++ b/eclipse/pom.xml
@@ -15,7 +15,7 @@
~ limitations under the License.
-->
<!-- $Rev$ $Date$ -->
-<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>
@@ -28,7 +28,7 @@
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>geronimo-eclipse-plugin</artifactId>
- <version>3.0-beta-1-SNAPSHOT</version>
+ <version>3.0-beta-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
@@ -44,7 +44,7 @@
<configuration>
<tasks>
<property name="download_to" value="${eclipseDownload}" />
- <property name="extract_to" value="${eclipseInstall}" />
+ <property name="extract_to" value="${eclipseInstall}" />
<ant antfile="${basedir}/build.xml" />
</tasks>
</configuration>
diff --git a/features/pom.xml b/features/pom.xml
index abbf4e0..ff9b17f 100644
--- a/features/pom.xml
+++ b/features/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>geronimo-eclipse-plugin</artifactId>
- <version>3.0-beta-1-SNAPSHOT</version>
+ <version>3.0-beta-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/plugins/pom.xml b/plugins/pom.xml
index 9e21539..5cb0670 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -29,7 +29,7 @@
<parent>
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>geronimo-eclipse-plugin</artifactId>
- <version>3.0-beta-1-SNAPSHOT</version>
+ <version>3.0-beta-1</version>
<relativePath>../pom.xml</relativePath>
</parent>
diff --git a/pom.xml b/pom.xml
index 54dd3f4..7426696 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
<groupId>org.apache.geronimo.devtools</groupId>
<artifactId>geronimo-eclipse-plugin</artifactId>
- <version>3.0-beta-1-SNAPSHOT</version>
+ <version>3.0-beta-1</version>
<packaging>pom</packaging>
<name>Geronimo Eclipse Plugin</name>
@@ -66,9 +66,9 @@
</mailingLists>
<scm>
- <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/</connection>
- <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/</developerConnection>
- <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/branches/3.0-beta-1/</url>
+ <connection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1</connection>
+ <developerConnection>scm:svn:https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1</developerConnection>
+ <url>https://svn.apache.org/repos/asf/geronimo/devtools/eclipse-plugin/tags/geronimo-eclipse-plugin-3.0-beta-1</url>
</scm>
<organization>
@@ -416,7 +416,7 @@
<executions>
<execution>
<configuration>
- <attached>false</attached>>
+ <attached>false</attached>>
</configuration>
</execution>
</executions>