Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-other-installer
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22074/squirrelsql-other-installer
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-other-installer/pom.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pom.xml 19 Sep 2009 20:46:44 -0000 1.7
--- pom.xml 20 Sep 2009 00:13:52 -0000 1.8
***************
*** 6,9 ****
--- 6,11 ----
<artifactId>squirrelsql-other-installer</artifactId>
<version>3.1.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
+
<name>SQuirreL-SQL Generic Installer</name>
<description>This project is used to build the generic installer</description>
|