Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-other-installer
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv25193/squirrelsql-other-installer
Modified Files:
pom.xml
Log Message:
Include developers section as required by sonatype for free OSS repository hosting (http://oss.sonatype.org)
Index: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/squirrelsql-other-installer/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pom.xml 21 Aug 2009 05:01:14 -0000 1.3
--- pom.xml 30 Aug 2009 20:27:38 -0000 1.4
***************
*** 6,10 ****
<version>3.1.0-SNAPSHOT</version>
<name>SQuirreLSQL Generic Installer</name>
!
<licenses>
<license>
--- 6,27 ----
<version>3.1.0-SNAPSHOT</version>
<name>SQuirreLSQL Generic Installer</name>
! <description>This project is used to build the generic installer</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>
***************
*** 14,17 ****
--- 31,46 ----
</license>
</licenses>
+ <url>http://www.squirrelsql.org/</url>
+ <scm>
+ <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/plugins</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>
|