Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-assembly-descriptor
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5937/squirrelsql-plugins-assembly-descriptor
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/squirrelsql-plugins-assembly-descriptor/pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pom.xml 8 Aug 2009 16:48:45 -0000 1.1
--- pom.xml 21 Aug 2009 05:00:47 -0000 1.2
***************
*** 2,11 ****
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
! <groupId>net.sourceforge.squirrel_sql</groupId>
<artifactId>squirrelsql-plugins-assembly-descriptor</artifactId>
<name>SQuirreLSQL Plugin Assembly Descriptor</name>
<version>3.1.0-SNAPSHOT</version>
! <description>This project simply contains the assembly descriptor that is
! shared by all of the plugins, which produces an assembly zip archive containing
! the packaged plugin</description>
</project>
--- 2,22 ----
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrelsql-plugins-assembly-descriptor</artifactId>
<name>SQuirreLSQL Plugin Assembly Descriptor</name>
<version>3.1.0-SNAPSHOT</version>
! <description>
! This project simply contains the assembly descriptor that is
! shared by all of the plugins, which produces an assembly zip archive containing
! the packaged plugin
! </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>
!
</project>
|