Revision: 5653
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5653&view=rev
Author: manningr
Date: 2010-06-27 15:56:52 +0000 (Sun, 27 Jun 2010)
Log Message:
-----------
Fixed dependency plugin version to be one that actually exists!
Modified Paths:
--------------
trunk/mavenize/squirrelsql-other-installer/pom.xml
Modified: trunk/mavenize/squirrelsql-other-installer/pom.xml
===================================================================
--- trunk/mavenize/squirrelsql-other-installer/pom.xml 2010-06-27 00:05:34 UTC (rev 5652)
+++ trunk/mavenize/squirrelsql-other-installer/pom.xml 2010-06-27 15:56:52 UTC (rev 5653)
@@ -344,7 +344,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-dependency-plugin</artifactId>
- <version>2.2</version>
+ <version>2.1</version>
<executions>
<execution>
<id>application-libraries</id>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|