Author: tmill
Date: Wed Nov  5 21:38:16 2014
New Revision: 1636969

URL: http://svn.apache.org/r1636969
Log:
Made version a versionRange so that it doesn't create errors in eclipse.

Modified:
    ctakes/trunk/pom.xml

Modified: ctakes/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/ctakes/trunk/pom.xml?rev=1636969&r1=1636968&r2=1636969&view=diff
==============================================================================
--- ctakes/trunk/pom.xml (original)
+++ ctakes/trunk/pom.xml Wed Nov  5 21:38:16 2014
@@ -827,7 +827,7 @@
                                                                        
<pluginExecutionFilter>
                                                                                
<groupId>org.apache.maven.plugins</groupId>
                                                                                
<artifactId>maven-dependency-plugin</artifactId>
-                                                                               
<version>2.8</version>
+                                                                               
<versionRange>2.8</versionRange>
                                                                                
<goals>
                                                                                
        <goal>unpack-dependencies</goal>
                                                                                
</goals>


Reply via email to