Revision: 5603
http://squirrel-sql.svn.sourceforge.net/squirrel-sql/?rev=5603&view=rev
Author: manningr
Date: 2010-04-30 01:25:13 +0000 (Fri, 30 Apr 2010)
Log Message:
-----------
Fixed dependencies so that we use the new artifact bundles that are promoted for us by Sonatype, and which have proper maven coordinates.
Modified Paths:
--------------
trunk/mavenize/laf-plugin/pom.xml
Modified: trunk/mavenize/laf-plugin/pom.xml
===================================================================
--- trunk/mavenize/laf-plugin/pom.xml 2010-04-27 17:19:16 UTC (rev 5602)
+++ trunk/mavenize/laf-plugin/pom.xml 2010-04-30 01:25:13 UTC (rev 5603)
@@ -87,8 +87,8 @@
<version>1.6.1</version>
</dependency>
<dependency>
- <groupId>com.incors.plaf</groupId>
- <artifactId>kunststoff</artifactId>
+ <groupId>com.incors</groupId>
+ <artifactId>kunststoff-laf</artifactId>
<version>2.0.2</version>
</dependency>
<dependency>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|