Update of /cvsroot/squirrel-sql/mavenize/laf-plugin
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22391/laf-plugin
Modified Files:
pom.xml
Log Message:
re-added packaging element as it is required to deploy artifacts to Maven Central repo.
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/laf-plugin/pom.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pom.xml 19 Sep 2009 20:47:15 -0000 1.9
--- pom.xml 20 Sep 2009 00:15:17 -0000 1.10
***************
*** 20,25 ****
<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
--- 20,27 ----
<groupId>net.sf.squirrel-sql</groupId>
<artifactId>laf</artifactId>
<version>3.1.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
+
+ <name>Look and Feel Plugin</name>
<description>
This plugin gives SQuirreLSQL client the ability to configure alternate LaFs provided by the plugin
|