Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-plugins-parent-pom
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24844/squirrelsql-plugins-parent-pom
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-plugins-parent-pom/pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** pom.xml 21 Aug 2009 05:00:31 -0000 1.3
--- pom.xml 30 Aug 2009 20:25:15 -0000 1.4
***************
*** 2,23 ****
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-parent-pom</artifactId>
<packaging>pom</packaging>
<version>3.1.0-SNAPSHOT</version>
!
<name>SQuirreLSQL Plugins Parent POM</name>
<description>POM file to consolidate common POM specifications</description>
! <parent>
! <groupId>net.sourceforge.squirrel_sql</groupId>
! <artifactId>squirrel-root-pom</artifactId>
! <version>3.1.0-SNAPSHOT</version>
! </parent>
<licenses>
<license>
! <name>GNU Lesser</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
--- 2,41 ----
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
!
! <parent>
! <groupId>net.sourceforge.squirrel_sql</groupId>
! <artifactId>squirrel-root-pom</artifactId>
! <version>3.1.0-SNAPSHOT</version>
! </parent>
!
<groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrelsql-plugins-parent-pom</artifactId>
<packaging>pom</packaging>
<version>3.1.0-SNAPSHOT</version>
!
<name>SQuirreLSQL Plugins Parent POM</name>
<description>POM file to consolidate common POM specifications</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>
! <name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
***************
*** 27,32 ****
<url>http://www.squirrelsql.org/</url>
<scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/plugins</url>
! </scm>
<dependencies>
--- 45,58 ----
<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>
<dependencies>
***************
*** 177,182 ****
</executions>
</plugin>
!
!
<plugin>
<groupId>org.codehaus.mojo</groupId>
--- 203,219 ----
</executions>
</plugin>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-gpg-plugin</artifactId>
! <executions>
! <execution>
! <id>sign-artifacts</id>
! <phase>verify</phase>
! <goals>
! <goal>sign</goal>
! </goals>
! </execution>
! </executions>
! </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
|