Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv24697
Modified Files:
plugin-module-pom.xml installer-pom.xml app-pom.xml
doc-pom.xml fw-pom.xml
Log Message:
Include developers section as required by sonatype for free OSS repository hosting (http://oss.sonatype.org)
Index: plugin-module-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/plugin-module-pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** plugin-module-pom.xml 21 Aug 2009 04:55:10 -0000 1.1
--- plugin-module-pom.xml 30 Aug 2009 20:24:19 -0000 1.2
***************
*** 9,16 ****
<name>Plugin Modules POM file</name>
!
<licenses>
<license>
! <name>GNU Lesser</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
--- 9,33 ----
<name>Plugin Modules POM file</name>
! <description>This POM lists all of the plugin modules</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>
***************
*** 22,25 ****
--- 39,51 ----
<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>
+
<modules>
Index: doc-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/doc-pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** doc-pom.xml 21 Aug 2009 04:59:24 -0000 1.2
--- doc-pom.xml 30 Aug 2009 20:24:19 -0000 1.3
***************
*** 12,19 ****
Project that contains documentation for SQuirreLSQL that gets distributed in 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>
--- 12,35 ----
Project that contains documentation for SQuirreLSQL that gets distributed in the 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>
! <name>GNU Lesser General Public License</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
***************
*** 24,27 ****
--- 40,51 ----
<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>
<build>
Index: installer-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/installer-pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** installer-pom.xml 21 Aug 2009 04:54:37 -0000 1.2
--- installer-pom.xml 30 Aug 2009 20:24:19 -0000 1.3
***************
*** 6,18 ****
<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>
--- 6,34 ----
<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>
! <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>
***************
*** 22,27 ****
<url>http://www.squirrelsql.org/</url>
<scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/installer</url>
! </scm>
<modules>
--- 38,51 ----
<url>http://www.squirrelsql.org/</url>
<scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/installer</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>
<modules>
Index: app-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/app-pom.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** app-pom.xml 21 Aug 2009 04:59:39 -0000 1.3
--- app-pom.xml 30 Aug 2009 20:24:19 -0000 1.4
***************
*** 2,5 ****
--- 2,12 ----
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>squirrel-sql</artifactId>
***************
*** 10,17 ****
This is the jar that contains the main application classes which are very specific to SQuirreLSQL.
</description>
!
<licenses>
<license>
! <name>GNU Lesser</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
--- 17,40 ----
This is the jar that contains the main application classes which are very specific to SQuirreLSQL.
</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>
***************
*** 22,32 ****
<url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/</url>
</scm>
!
! <parent>
! <groupId>net.sourceforge.squirrel_sql</groupId>
! <artifactId>squirrel-root-pom</artifactId>
! <version>3.1.0-SNAPSHOT</version>
! </parent>
!
<dependencies>
<dependency>
--- 45,57 ----
<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>
!
<dependencies>
<dependency>
Index: fw-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/fw-pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** fw-pom.xml 21 Aug 2009 04:59:06 -0000 1.2
--- fw-pom.xml 30 Aug 2009 20:24:19 -0000 1.3
***************
*** 13,17 ****
<version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
!
<name>Framework Library</name>
<description>
--- 13,17 ----
<version>3.1.0-SNAPSHOT</version>
<packaging>jar</packaging>
!
<name>Framework Library</name>
<description>
***************
*** 22,29 ****
JDBC front-end application.
</description>
!
<licenses>
<license>
! <name>GNU Lesser</name>
<url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
<distribution>repo</distribution>
--- 22,45 ----
JDBC front-end application.
</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>
***************
*** 32,39 ****
<url>http://www.squirrelsql.org/</url>
<scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/</url>
! </scm>
!
!
<dependencies>
--- 48,61 ----
<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>
<dependencies>
***************
*** 230,234 ****
--- 252,278 ----
</plugins>
</build>
+ <profiles>
+ <profile>
+ <id>sign-jar</id>
+ <build>
+ <plugins>
+ <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>
+ </plugins>
+ </build>
+ </profile>
+ </profiles>
</project>
|