Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24571
Modified Files:
root-pom.xml
Log Message:
Include developers section as required by sonatype for free OSS repository hosting (http://oss.sonatype.org)
Index: root-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/root-pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** root-pom.xml 21 Aug 2009 04:56:56 -0000 1.3
--- root-pom.xml 30 Aug 2009 20:23:28 -0000 1.4
***************
*** 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>
--- 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>
***************
*** 13,17 ****
the build will also include building projects that produce the installer and the installer itself.
</description>
!
<licenses>
<license>
--- 13,33 ----
the build will also include building projects that produce the installer and the installer itself.
</description>
! <inceptionYear>2001</inceptionYear>
! <developers>
! <developer>
! <name>Gerd Wagner</name>
! <roles>
! <role>Administrator</role>
! <role>Developer</role>
! </roles>
! </developer>
! <developer>
! <name>Rob Manning</name>
! <roles>
! <role>Developer</role>
! <role>Release Manager</role>
! </roles>
! </developer>
! </developers>
<licenses>
<license>
***************
*** 23,29 ****
<url>http://www.squirrelsql.org/</url>
<scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/</url>
! </scm>
!
<properties>
<javac-source-version>1.6</javac-source-version>
--- 39,54 ----
<url>http://www.squirrelsql.org/</url>
<scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/</url>
! </scm>
! <issueManagement>
! <system>SourceForge Tracker</system>
! <url>http://sourceforge.net/tracker/?group_id=28383%26atid=393414</url>
! </issueManagement>
! <ciManagement>
! <system>Hudson</system>
! <url>https://www.squirrel-sql.org/hudson/</url>
! </ciManagement>
!
!
<properties>
<javac-source-version>1.6</javac-source-version>
|