Update of /cvsroot/squirrel-sql/mavenize
In directory fdv4jf1.ch3.sourceforge.com:/tmp/cvs-serv5570
Modified Files:
fw-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: fw-pom.xml
===================================================================
RCS file: /cvsroot/squirrel-sql/mavenize/fw-pom.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** fw-pom.xml 8 Aug 2009 16:48:45 -0000 1.1
--- fw-pom.xml 21 Aug 2009 04:59:06 -0000 1.2
***************
*** 1,210 ****
! <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>fw</artifactId>
! <name>Framework Library</name>
! <version>3.1.0-SNAPSHOT</version>
! <packaging>jar</packaging>
!
! <parent>
! <groupId>net.sourceforge.squirrel_sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
! </parent>
!
! <dependencies>
! <dependency>
! <groupId>antlr</groupId>
! <artifactId>antlr</artifactId>
! <version>2.7.5</version>
! </dependency>
! <dependency>
! <groupId>asm</groupId>
! <artifactId>asm-attrs</artifactId>
! <version>1.5.3</version>
! </dependency>
! <dependency>
! <groupId>asm</groupId>
! <artifactId>asm</artifactId>
! <version>1.5.3</version>
! </dependency>
! <dependency>
! <groupId>cglib</groupId>
! <artifactId>cglib</artifactId>
! <version>2.1_3</version>
! </dependency>
! <dependency>
! <groupId>commons-cli</groupId>
! <artifactId>commons-cli</artifactId>
! <version>1.0</version>
! </dependency>
! <dependency>
! <groupId>commons-codec</groupId>
! <artifactId>commons-codec</artifactId>
! <version>1.3</version>
! </dependency>
! <dependency>
! <groupId>commons-collections</groupId>
! <artifactId>commons-collections</artifactId>
! <version>2.1.1</version>
! </dependency>
! <dependency>
! <groupId>commons-httpclient</groupId>
! <artifactId>commons-httpclient</artifactId>
! <version>3.1</version>
! </dependency>
! <dependency>
! <groupId>commons-logging</groupId>
! <artifactId>commons-logging</artifactId>
! <version>1.0.4</version>
! </dependency>
! <dependency>
! <groupId>dom4j</groupId>
! <artifactId>dom4j</artifactId>
! <version>1.6.1</version>
! </dependency>
! <dependency>
! <groupId>org.hibernate</groupId>
! <artifactId>hibernate-annotations</artifactId>
! <version>3.3.0.ga</version>
! </dependency>
! <dependency>
! <groupId>org.hibernate</groupId>
! <artifactId>hibernate-commons-annotations</artifactId>
! <version>3.3.0.ga</version>
! </dependency>
! <dependency>
! <groupId>org.hibernate</groupId>
! <artifactId>hibernate-entitymanager</artifactId>
! <version>3.3.1.ga</version>
! </dependency>
! <dependency>
! <groupId>org.hibernate</groupId>
! <artifactId>hibernate</artifactId>
! <version>3.2.4.sp1</version>
! <exclusions>
! <exclusion>
! <groupId>javax.transaction</groupId>
! <artifactId>jta</artifactId>
! </exclusion>
!
! </exclusions>
! </dependency>
! <dependency>
! <groupId>net.sourceforge.jexcelapi</groupId>
! <artifactId>jxl</artifactId>
! <version>2.6.3</version>
! </dependency>
! <dependency>
! <groupId>log4j</groupId>
! <artifactId>log4j</artifactId>
! <version>1.2.15</version>
! <exclusions>
! <exclusion>
! <groupId>javax.mail</groupId>
! <artifactId>mail</artifactId>
! </exclusion>
! <exclusion>
! <groupId>javax.jms</groupId>
! <artifactId>jms</artifactId>
! </exclusion>
! <exclusion>
! <groupId>com.sun.jdmk</groupId>
! <artifactId>jmxtools</artifactId>
! </exclusion>
! <exclusion>
! <groupId>com.sun.jmx</groupId>
! <artifactId>jmxri</artifactId>
! </exclusion>
! </exclusions>
! </dependency>
! <dependency>
! <groupId>be.cyberelf.nanoxml</groupId>
! <artifactId>nanoxml</artifactId>
! <version>2.2.3</version>
! </dependency>
! <dependency>
! <groupId>org.springframework</groupId>
! <artifactId>spring-beans</artifactId>
! <version>2.5.2</version>
! </dependency>
! <dependency>
! <groupId>org.springframework</groupId>
! <artifactId>spring-context</artifactId>
! <version>2.5.2</version>
! </dependency>
! <dependency>
! <groupId>org.springframework</groupId>
! <artifactId>spring-context-support</artifactId>
! <version>2.5.2</version>
! </dependency>
! <dependency>
! <groupId>org.springframework</groupId>
! <artifactId>spring-core</artifactId>
! <version>2.5.2</version>
! </dependency>
! <dependency>
! <groupId>org.antlr</groupId>
! <artifactId>stringtemplate</artifactId>
! <version>3.1-b1</version>
! </dependency>
! <dependency>
! <groupId>junit</groupId>
! <artifactId>junit</artifactId>
! <version>4.6</version>
! <scope>test</scope>
! </dependency>
! <dependency>
! <groupId>org.easymock</groupId>
! <artifactId>easymock</artifactId>
! <version>2.4</version>
! <scope>test</scope>
! </dependency>
! <dependency>
! <groupId>org.easymock</groupId>
! <artifactId>easymockclassextension</artifactId>
! <version>2.4</version>
! <scope>test</scope>
! </dependency>
! <dependency>
! <groupId>gsbase</groupId>
! <artifactId>gsbase</artifactId>
! <version>2.0.1</version>
! <scope>test</scope>
! </dependency>
! </dependencies>
! <build>
! <plugins>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-compiler-plugin</artifactId>
! <configuration>
! <!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
! <source>1.6</source>
! <target>1.6</target>
! </configuration>
! </plugin>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-surefire-plugin</artifactId>
! <configuration>
! <redirectTestOutputToFile>true</redirectTestOutputToFile>
! </configuration>
! </plugin>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-jar-plugin</artifactId>
! <version>2.2</version>
! <executions>
! <execution>
! <goals>
! <goal>test-jar</goal>
! </goals>
! </execution>
! </executions>
! </plugin>
! </plugins>
! </build>
!
!
</project>
--- 1,234 ----
! <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>
!
! <parent>
! <groupId>net.sf.squirrel_sql</groupId>
<artifactId>squirrel-root-pom</artifactId>
<version>3.1.0-SNAPSHOT</version>
! </parent>
!
! <groupId>net.sf.squirrel_sql</groupId>
! <artifactId>fw</artifactId>
! <version>3.1.0-SNAPSHOT</version>
! <packaging>jar</packaging>
!
! <name>Framework Library</name>
! <description>
! The framework library contains utility classes that are generic and useful for building applications
! that introspect a database via JDBC. These are not intended to be SQuirreLSQL-specific and could be
! used by other projects JDBC front-end applications. This project is guaranteed to have no code
! dependencies on other SQuirreLSQL projects and could therefore be used when building a different
! 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>
! </license>
! </licenses>
! <url>http://www.squirrelsql.org/</url>
! <scm>
! <url>http://squirrel-sql.cvs.sourceforge.net/viewvc/squirrel-sql/sql12/</url>
! </scm>
!
!
!
! <dependencies>
! <dependency>
! <groupId>antlr</groupId>
! <artifactId>antlr</artifactId>
! <version>2.7.5</version>
! </dependency>
! <dependency>
! <groupId>asm</groupId>
! <artifactId>asm-attrs</artifactId>
! <version>1.5.3</version>
! </dependency>
! <dependency>
! <groupId>asm</groupId>
! <artifactId>asm</artifactId>
! <version>1.5.3</version>
! </dependency>
! <dependency>
! <groupId>cglib</groupId>
! <artifactId>cglib</artifactId>
! <version>2.1_3</version>
! </dependency>
! <dependency>
! <groupId>commons-cli</groupId>
! <artifactId>commons-cli</artifactId>
! <version>1.0</version>
! </dependency>
! <dependency>
! <groupId>commons-codec</groupId>
! <artifactId>commons-codec</artifactId>
! <version>1.3</version>
! </dependency>
! <dependency>
! <groupId>commons-collections</groupId>
! <artifactId>commons-collections</artifactId>
! <version>2.1.1</version>
! </dependency>
! <dependency>
! <groupId>commons-httpclient</groupId>
! <artifactId>commons-httpclient</artifactId>
! <version>3.1</version>
! </dependency>
! <dependency>
! <groupId>commons-logging</groupId>
! <artifactId>commons-logging</artifactId>
! <version>1.0.4</version>
! </dependency>
! <dependency>
! <groupId>dom4j</groupId>
! <artifactId>dom4j</artifactId>
! <version>1.6.1</version>
! </dependency>
! <dependency>
! <groupId>org.hibernate</groupId>
! <artifactId>hibernate-annotations</artifactId>
! <version>3.3.0.ga</version>
! </dependency>
! <dependency>
! <groupId>org.hibernate</groupId>
! <artifactId>hibernate-commons-annotations</artifactId>
! <version>3.3.0.ga</version>
! </dependency>
! <dependency>
! <groupId>org.hibernate</groupId>
! <artifactId>hibernate-entitymanager</artifactId>
! <version>3.3.1.ga</version>
! </dependency>
! <dependency>
! <groupId>org.hibernate</groupId>
! <artifactId>hibernate</artifactId>
! <version>3.2.4.sp1</version>
! <exclusions>
! <exclusion>
! <groupId>javax.transaction</groupId>
! <artifactId>jta</artifactId>
! </exclusion>
!
! </exclusions>
! </dependency>
! <dependency>
! <groupId>net.sourceforge.jexcelapi</groupId>
! <artifactId>jxl</artifactId>
! <version>2.6.3</version>
! </dependency>
! <dependency>
! <groupId>log4j</groupId>
! <artifactId>log4j</artifactId>
! <version>1.2.15</version>
! <exclusions>
! <exclusion>
! <groupId>javax.mail</groupId>
! <artifactId>mail</artifactId>
! </exclusion>
! <exclusion>
! <groupId>javax.jms</groupId>
! <artifactId>jms</artifactId>
! </exclusion>
! <exclusion>
! <groupId>com.sun.jdmk</groupId>
! <artifactId>jmxtools</artifactId>
! </exclusion>
! <exclusion>
! <groupId>com.sun.jmx</groupId>
! <artifactId>jmxri</artifactId>
! </exclusion>
! </exclusions>
! </dependency>
! <dependency>
! <groupId>be.cyberelf.nanoxml</groupId>
! <artifactId>nanoxml</artifactId>
! <version>2.2.3</version>
! </dependency>
! <dependency>
! <groupId>org.springframework</groupId>
! <artifactId>spring-beans</artifactId>
! <version>2.5.2</version>
! </dependency>
! <dependency>
! <groupId>org.springframework</groupId>
! <artifactId>spring-context</artifactId>
! <version>2.5.2</version>
! </dependency>
! <dependency>
! <groupId>org.springframework</groupId>
! <artifactId>spring-context-support</artifactId>
! <version>2.5.2</version>
! </dependency>
! <dependency>
! <groupId>org.springframework</groupId>
! <artifactId>spring-core</artifactId>
! <version>2.5.2</version>
! </dependency>
! <dependency>
! <groupId>org.antlr</groupId>
! <artifactId>stringtemplate</artifactId>
! <version>3.1-b1</version>
! </dependency>
! <dependency>
! <groupId>junit</groupId>
! <artifactId>junit</artifactId>
! <version>4.6</version>
! <scope>test</scope>
! </dependency>
! <dependency>
! <groupId>org.easymock</groupId>
! <artifactId>easymock</artifactId>
! <version>2.4</version>
! <scope>test</scope>
! </dependency>
! <dependency>
! <groupId>org.easymock</groupId>
! <artifactId>easymockclassextension</artifactId>
! <version>2.4</version>
! <scope>test</scope>
! </dependency>
! <dependency>
! <groupId>gsbase</groupId>
! <artifactId>gsbase</artifactId>
! <version>2.0.1</version>
! <scope>test</scope>
! </dependency>
! </dependencies>
! <build>
! <plugins>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-compiler-plugin</artifactId>
! <configuration>
! <!-- http://maven.apache.org/plugins/maven-compiler-plugin/ -->
! <source>1.6</source>
! <target>1.6</target>
! </configuration>
! </plugin>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-surefire-plugin</artifactId>
! <configuration>
! <redirectTestOutputToFile>true</redirectTestOutputToFile>
! </configuration>
! </plugin>
! <plugin>
! <groupId>org.apache.maven.plugins</groupId>
! <artifactId>maven-jar-plugin</artifactId>
! <version>2.2</version>
! <executions>
! <execution>
! <goals>
! <goal>test-jar</goal>
! </goals>
! </execution>
! </executions>
! </plugin>
! </plugins>
! </build>
!
!
</project>
|