Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-java-version-checker
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv6323/squirrelsql-java-version-checker
Modified Files:
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: pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/squirrelsql-java-version-checker/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pom.xml 16 Aug 2009 21:46:08 -0000 1.2
--- pom.xml 21 Aug 2009 05:02:25 -0000 1.3
***************
*** 2,6 ****
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>squirrelsql-java-version-checker</artifactId>
<packaging>jar</packaging>
--- 2,6 ----
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-java-version-checker</artifactId>
<packaging>jar</packaging>
***************
*** 13,16 ****
--- 13,28 ----
</description>
+ <licenses>
+ <license>
+ <name>GNU Lesser</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/installer/squirrelsql-java-version-checker</url>
+ </scm>
+
<!-- This is blatant copy/paste from squirrelsql-launcher pom.xml -->
<build>
|