Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv4612
Modified Files:
installer-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: installer-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/installer-pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** installer-pom.xml 16 Aug 2009 22:01:30 -0000 1.1
--- installer-pom.xml 21 Aug 2009 04:54:37 -0000 1.2
***************
*** 1,14 ****
! <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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>installer</artifactId>
! <packaging>pom</packaging>
! <version>0.0.1-SNAPSHOT</version>
! <name>Installer Module Pom</name>
!
! <modules>
! <module>squirrelsql-java-version-checker</module>
! <module>squirrelsql-launcher</module>
! <module>squirrelsql-other-installer</module>
! </modules>
</project>
\ No newline at end of file
--- 1,32 ----
! <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! 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>installer</artifactId>
! <packaging>pom</packaging>
! <version>0.0.1-SNAPSHOT</version>
!
! <name>Installer Module Pom</name>
! <description>
! The installer module pom lists all of the projects that participate in building the installer.
! </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>
!
! <url>http://www.squirrelsql.org/</url>
! <scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/installer</url>
! </scm>
!
! <modules>
! <module>squirrelsql-java-version-checker</module>
! <module>squirrelsql-launcher</module>
! <module>squirrelsql-other-installer</module>
! </modules>
</project>
\ No newline at end of file
|