Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5049
Modified Files:
root-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: root-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/root-pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** root-pom.xml 16 Aug 2009 21:58:08 -0000 1.2
--- root-pom.xml 21 Aug 2009 04:56:56 -0000 1.3
***************
*** 2,8 ****
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>squirrel-root-pom</artifactId>
<packaging>pom</packaging>
<name>SQuirreL Root POM</name>
<description>
--- 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.sf.squirrel_sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
+ <version>3.1.0-SNAPSHOT</version>
<packaging>pom</packaging>
+
<name>SQuirreL Root POM</name>
<description>
***************
*** 10,14 ****
the build will also include building projects that produce the installer and the installer itself.
</description>
! <version>3.1.0-SNAPSHOT</version>
<properties>
--- 13,28 ----
the build will also include building projects that produce the installer and the installer itself.
</description>
!
! <licenses>
! <license>
! <name>GNU Lesser General Public License</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/</url>
! </scm>
<properties>
***************
*** 34,37 ****
--- 48,53 ----
<module>plugins</module>
<module>squirrelsql-translations</module>
+ <module>doc</module>
+ <module>web-site</module>
<module>installer</module>
</modules>
|