Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-launcher
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22172/squirrelsql-launcher
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/squirrelsql-launcher/pom.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pom.xml 19 Sep 2009 12:58:28 -0000 1.6
--- pom.xml 20 Sep 2009 00:14:17 -0000 1.7
***************
*** 6,9 ****
--- 6,11 ----
<artifactId>squirrelsql-launcher</artifactId>
<version>3.1.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
+
<name>SQuirrel-SQL Launcher Scripts</name>
<description>This project contains the launcher scripts that are used to start SQuirreL</description>
|