Update of /cvsroot/squirrel-sql/mavenize/laf-plugin
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv31148/laf-plugin
Modified Files:
pom.xml
Log Message:
use only dependencies found in maven central.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/laf-plugin/pom.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** pom.xml 27 Sep 2009 07:51:38 -0000 1.13
--- pom.xml 1 Nov 2009 22:17:32 -0000 1.14
***************
*** 88,92 ****
</dependency>
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>kunststoff</artifactId>
<version>2.0.2</version>
--- 88,92 ----
</dependency>
<dependency>
! <groupId>com.incors.plaf</groupId>
<artifactId>kunststoff</artifactId>
<version>2.0.2</version>
***************
*** 108,119 ****
-->
<dependency>
! <groupId>net.sourceforge.napkinlaf</groupId>
<artifactId>napkinlaf</artifactId>
! <version>1.3-SNAPSHOT</version>
</dependency>
<!--
! I wrote a pom that builds the nimrodlaf jar from source and contributed it to the author - waiting to
! see if he is interested in deploying to maven central. He contacted me and rightly asked, how to do
! this without a repository to rsync from. So I am looking into that now
-->
<dependency>
--- 108,120 ----
-->
<dependency>
! <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>napkinlaf</artifactId>
! <version>1.2</version>
</dependency>
<!--
! I wrote a pom that builds the nimrodlaf jar from source and contributed it to the author. He
! contacted me and rightly asked, how to do this without a repository to rsync from. I told him about
! Sonatype. I deployed using our thirdparty group, and am waiting to see if he starts releasing on
! his own.
-->
<dependency>
***************
*** 141,150 ****
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>swingsetthemes</artifactId>
! <version>b72-17_sep_2009</version>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>tinylaf</artifactId>
! <version>1.3.8</version>
</dependency>
<dependency>
--- 142,151 ----
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>swingsetthemes</artifactId>
! <version>20040726</version>
</dependency>
<dependency>
<groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
<artifactId>tinylaf</artifactId>
! <version>1.4.0</version>
</dependency>
<dependency>
|