Update of /cvsroot/squirrel-sql/mavenize/laf-plugin
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6288/laf-plugin
Modified Files:
pom.xml
Log Message:
Changed sourceforge to sf according to central guidance. Also added more information according to what is expected to be in poms that are hosted in central.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/laf-plugin/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pom.xml 16 Aug 2009 21:45:31 -0000 1.3
--- pom.xml 21 Aug 2009 05:02:13 -0000 1.4
***************
*** 13,26 ****
<parent>
! <groupId>net.sourceforge.squirrel_sql</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
! <groupId>net.sourceforge.squirrel_sql</groupId>
<artifactId>laf</artifactId>
! <name>Laf Plugin</name>
<version>3.1.0-SNAPSHOT</version>
! <description>Laf Plugin</description>
<properties>
--- 13,41 ----
<parent>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
</parent>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>laf</artifactId>
! <name>Look and Feel Plugin</name>
<version>3.1.0-SNAPSHOT</version>
! <description>
! This plugin gives SQuirreLSQL client the ability to configure alternate LaFs provided by the plugin
! as well as others that the user can provide.
! </description>
!
! <licenses>
! <license>
! <name>GNU Lesser</name>
! <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
! <distribution>repo</distribution>
! </license>
! </licenses>
! <url>http://www.squirrelsql.org/</url>
! <scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/plugins/laf</url>
! </scm>
<properties>
***************
*** 31,39 ****
<dependencies>
<dependency>
- <groupId>com.jgoodies</groupId>
- <artifactId>looks</artifactId>
- <version>2.2.1</version>
- </dependency>
- <dependency>
<groupId>org.jvnet.substance</groupId>
<artifactId>substance</artifactId>
--- 46,49 ----
***************
*** 56,62 ****
</dependency>
<dependency>
! <groupId>net.infonode</groupId>
<artifactId>ilf-gpl</artifactId>
! <version>1.5.0</version>
</dependency>
<dependency>
--- 66,72 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>ilf-gpl</artifactId>
! <version>1.6.1</version>
</dependency>
<dependency>
***************
*** 76,88 ****
</dependency>
<dependency>
! <groupId>org.jvnet.skinlf</groupId>
<artifactId>skinlf</artifactId>
<version>6.7</version>
</dependency>
<dependency>
! <groupId>net.sourceforge.squirrel_sql</groupId>
<artifactId>swingsetthemes</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
</dependencies>
--- 86,103 ----
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>skinlf</artifactId>
<version>6.7</version>
</dependency>
<dependency>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>swingsetthemes</artifactId>
<version>3.1.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>com.jgoodies</groupId>
+ <artifactId>looks</artifactId>
+ <version>2.2.2</version>
+ </dependency>
</dependencies>
|