You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by be...@apache.org on 2010/02/22 02:00:54 UTC

svn commit: r912453 - /maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Author: bentmann
Date: Mon Feb 22 01:00:53 2010
New Revision: 912453

URL: http://svn.apache.org/viewvc?rev=912453&view=rev
Log:
[maven-release-plugin] prepare release maven-eclipse-plugin-2.8

Modified:
    maven/plugins/trunk/maven-eclipse-plugin/pom.xml

Modified: maven/plugins/trunk/maven-eclipse-plugin/pom.xml
URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/pom.xml?rev=912453&r1=912452&r2=912453&view=diff
==============================================================================
--- maven/plugins/trunk/maven-eclipse-plugin/pom.xml (original)
+++ maven/plugins/trunk/maven-eclipse-plugin/pom.xml Mon Feb 22 01:00:53 2010
@@ -19,7 +19,7 @@
 under the License.
 -->
 
-<project xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance' xsi:schemaLocation='http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd' xmlns='http://maven.apache.org/POM/4.0.0'>
+<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/xsd/maven-4.0.0.xsd">
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <artifactId>maven-plugins</artifactId>
@@ -27,7 +27,7 @@
     <version>17</version>
   </parent>
   <artifactId>maven-eclipse-plugin</artifactId>
-  <version>2.8-SNAPSHOT</version>
+  <version>2.8</version>
   <packaging>maven-plugin</packaging>
   <name>Maven Eclipse Plugin</name>
   <description>The Eclipse Plugin is used to generate Eclipse IDE files (.project, .classpath and the .settings folder) from a POM.</description>
@@ -35,9 +35,9 @@
     <maven>2.0.1</maven>
   </prerequisites>
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-eclipse-plugin/</developerConnection>
-    <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-eclipse-plugin/</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.8</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-eclipse-plugin-2.8</developerConnection>
+    <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-eclipse-plugin-2.8</url>
   </scm>
   <issueManagement>
     <system>JIRA</system>
@@ -228,8 +228,8 @@
             <phase>post-integration-test</phase>
             <configuration>
               <tasks>
-                <property name='script' location='verify-integration-tests-checks.bsh'/>
-                <script language='beanshell' src='${script}'/>
+                <property name="script" location="verify-integration-tests-checks.bsh" />
+                <script language="beanshell" src="${script}" />
               </tasks>
             </configuration>
             <goals>
@@ -327,7 +327,7 @@
                 <id>generated-helpmojo</id>
                 <configuration>
                   <extractors>
-                    <extractor/>
+                    <extractor />
                   </extractors>
                 </configuration>
               </execution>