Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-assembly-descriptor
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv22015/squirrelsql-plugins-assembly-descriptor
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-plugins-assembly-descriptor/pom.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** pom.xml 19 Sep 2009 20:45:06 -0000 1.6
--- pom.xml 20 Sep 2009 00:13:29 -0000 1.7
***************
*** 6,9 ****
--- 6,10 ----
<artifactId>squirrelsql-plugins-assembly-descriptor</artifactId>
<version>3.1.0-SNAPSHOT</version>
+ <packaging>jar</packaging>
<name>SQuirreL-SQL Plugin Assembly Descriptor</name>
|