From: <fg...@us...> - 2010-11-01 10:05:54
|
Revision: 1141 http://jtidy.svn.sourceforge.net/jtidy/?rev=1141&view=rev Author: fgiust Date: 2010-11-01 10:05:48 +0000 (Mon, 01 Nov 2010) Log Message: ----------- pom updates (tickets 3077955, 3080800, 3080816) Modified Paths: -------------- branches/CodeUpdateAndJava5/pom.xml trunk/jtidy/pom.xml Modified: branches/CodeUpdateAndJava5/pom.xml =================================================================== --- branches/CodeUpdateAndJava5/pom.xml 2010-11-01 09:49:40 UTC (rev 1140) +++ branches/CodeUpdateAndJava5/pom.xml 2010-11-01 10:05:48 UTC (rev 1141) @@ -2,10 +2,10 @@ <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>jtidy</groupId> + <groupId>net.sf.jtidy</groupId> <artifactId>jtidy</artifactId> <name>JTidy</name> - <version>8.0-SNAPSHOT</version> + <version>9.0-SNAPSHOT</version> <description> JTidy is a Java port of HTML Tidy, a HTML syntax checker and pretty printer. Like its non-Java cousin, JTidy can be used as a tool for cleaning up malformed and faulty HTML. In addition, JTidy provides a DOM interface to the document that is being processed, which effectively makes you able to use JTidy as a DOM parser for real-world HTML. </description> @@ -99,9 +99,9 @@ <license /> </licenses> <scm> - <connection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</connection> - <developerConnection>scm:svn:https://svn.sourceforge.net/svnroot/jtidy/trunk/jtidy/</developerConnection> - <url>http://svn.sourceforge.net/viewcvs.cgi/jtidy/trunk/jtidy/</url> + <connection>scm:svn:https://jtidy.svn.sourceforge.net/svnroot/jtidy/branches/CodeUpdateAndJava5/</connection> + <developerConnection>scm:svn:https://jtidy.svn.sourceforge.net/svnroot/jtidy/branches/CodeUpdateAndJava5/</developerConnection> + <url>http://svn.sourceforge.net/viewcvs.cgi/jtidy/branches/CodeUpdateAndJava5/</url> </scm> <organization> <name>sourceforge</name> @@ -179,11 +179,6 @@ </build> <dependencies> <dependency> - <groupId>xerces</groupId> - <artifactId>dom3-xml-apis</artifactId> - <version>1.0</version> - </dependency> - <dependency> <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> <version>1.7.0</version> @@ -192,19 +187,19 @@ <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.0.1</version> + <version>1.6.1</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.13</version> + <version>1.2.15</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> Modified: trunk/jtidy/pom.xml =================================================================== --- trunk/jtidy/pom.xml 2010-11-01 09:49:40 UTC (rev 1140) +++ trunk/jtidy/pom.xml 2010-11-01 10:05:48 UTC (rev 1141) @@ -181,32 +181,27 @@ </build> <dependencies> <dependency> - <groupId>xerces</groupId> - <artifactId>dom3-xml-apis</artifactId> - <version>1.0</version> - </dependency> - <dependency> - <groupId>ant</groupId> + <groupId>org.apache.ant</groupId> <artifactId>ant</artifactId> - <version>1.6.5</version> + <version>1.7.0</version> <optional>true</optional> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-log4j12</artifactId> - <version>1.0.1</version> + <version>1.6.1</version> <scope>test</scope> </dependency> <dependency> <groupId>log4j</groupId> <artifactId>log4j</artifactId> - <version>1.2.13</version> + <version>1.2.15</version> <scope>test</scope> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> - <version>3.8.1</version> + <version>4.8.2</version> <scope>test</scope> </dependency> </dependencies> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |