You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by rm...@apache.org on 2010/10/23 14:24:23 UTC

svn commit: r1026611 - /incubator/isis/trunk/pom.xml

Author: rmatthews
Date: Sat Oct 23 12:24:23 2010
New Revision: 1026611

URL: http://svn.apache.org/viewvc?rev=1026611&view=rev
Log:
Changed version of eclipse bug to compensate for a bug that fails to create project with the correct names

Modified:
    incubator/isis/trunk/pom.xml

Modified: incubator/isis/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/isis/trunk/pom.xml?rev=1026611&r1=1026610&r2=1026611&view=diff
==============================================================================
--- incubator/isis/trunk/pom.xml (original)
+++ incubator/isis/trunk/pom.xml Sat Oct 23 12:24:23 2010
@@ -189,7 +189,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-eclipse-plugin</artifactId>
-                    <version>2.6</version> <!-- version 2.7 & 2.8 presently have a bug that prevents multiple-resources 
+                    <version>2.5.1</version> <!-- version 2.7 & 2.8 presently have a bug that prevents multiple-resources; while 2.6 fails to use projectNameTemplate properly
                         from being filtered -->
                     <configuration>
                         <downloadSources>true</downloadSources>