Update of /cvsroot/squirrel-sql/mavenize/squirrelsql-translations
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5701/squirrelsql-translations
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-translations/pom.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** pom.xml 16 Aug 2009 21:48:42 -0000 1.2
--- pom.xml 21 Aug 2009 04:59:57 -0000 1.3
***************
*** 1,11 ****
! <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 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-translations</artifactId>
! <packaging>jar</packaging>
! <version>3.1.0-SNAPSHOT</version>
! <name>SQuirreL-SQL Translations</name>
!
! <!-- This is blatant copy/paste from squirrelsql-launcher pom.xml -->
<build>
<resources>
--- 1,22 ----
! <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
! 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-translations</artifactId>
! <version>3.1.0-SNAPSHOT</version>
! <packaging>jar</packaging>
!
! <name>SQuirreL-SQL Translations</name>
!
! <licenses>
! <license>
! <name>GNU Lesser</name>
! <url>http://www.gnu.org/licenses/old-licenses/lgpl-2.1.txt</url>
! <distribution>repo</distribution>
! </license>
! </licenses>
!
! <!-- This is blatant copy/paste from squirrelsql-launcher pom.xml -->
<build>
<resources>
***************
*** 26,30 ****
</plugins>
</build>
!
!
</project>
\ No newline at end of file
--- 37,41 ----
</plugins>
</build>
!
!
</project>
\ No newline at end of file
|