[richfaces-svn-commits] JBoss Rich Faces SVN: r16000 - in branches/community/3.3.X: framework/jsf-test and 3 other directories.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Wed Nov 25 12:21:34 EST 2009


Author: nbelaevski
Date: 2009-11-25 12:21:34 -0500 (Wed, 25 Nov 2009)
New Revision: 16000

Modified:
   branches/community/3.3.X/framework/impl/pom.xml
   branches/community/3.3.X/framework/jsf-test/pom.xml
   branches/community/3.3.X/samples/pom.xml
   branches/community/3.3.X/samples/richfaces-demo/pom.xml
   branches/community/3.3.X/ui/pom.xml
Log:
Downgraded NekoHTML to 1.9.6

Modified: branches/community/3.3.X/framework/impl/pom.xml
===================================================================
--- branches/community/3.3.X/framework/impl/pom.xml	2009-11-25 16:41:55 UTC (rev 15999)
+++ branches/community/3.3.X/framework/impl/pom.xml	2009-11-25 17:21:34 UTC (rev 16000)
@@ -211,9 +211,9 @@
 			<optional>true</optional>
 		</dependency>
 		<dependency>
-			<groupId>net.sourceforge.nekohtml</groupId>
+			<groupId>nekohtml</groupId>
 			<artifactId>nekohtml</artifactId>
-			<version>1.9.13</version>
+			<version>1.9.6</version>
 			<exclusions>
 				<exclusion>
 					<groupId>xerces</groupId>

Modified: branches/community/3.3.X/framework/jsf-test/pom.xml
===================================================================
--- branches/community/3.3.X/framework/jsf-test/pom.xml	2009-11-25 16:41:55 UTC (rev 15999)
+++ branches/community/3.3.X/framework/jsf-test/pom.xml	2009-11-25 17:21:34 UTC (rev 16000)
@@ -69,9 +69,9 @@
 			<version>3.2.1</version>
 		</dependency>
 		<dependency>
-			<groupId>net.sourceforge.nekohtml</groupId>
+			<groupId>nekohtml</groupId>
 			<artifactId>nekohtml</artifactId>
-			<version>1.9.11</version>
+			<version>1.9.6</version>
 			<exclusions>
 				<exclusion>
 					<groupId>xml-apis</groupId>

Modified: branches/community/3.3.X/samples/pom.xml
===================================================================
--- branches/community/3.3.X/samples/pom.xml	2009-11-25 16:41:55 UTC (rev 15999)
+++ branches/community/3.3.X/samples/pom.xml	2009-11-25 17:21:34 UTC (rev 16000)
@@ -121,9 +121,9 @@
 			<scope>runtime</scope>
 		</dependency>
 		<dependency>
-			<groupId>net.sourceforge.nekohtml</groupId>
+			<groupId>nekohtml</groupId>
 			<artifactId>nekohtml</artifactId>
-			<version>1.9.13</version>
+			<version>1.9.6</version>
 			<exclusions>
 				<exclusion>
 					<groupId>xerces</groupId>

Modified: branches/community/3.3.X/samples/richfaces-demo/pom.xml
===================================================================
--- branches/community/3.3.X/samples/richfaces-demo/pom.xml	2009-11-25 16:41:55 UTC (rev 15999)
+++ branches/community/3.3.X/samples/richfaces-demo/pom.xml	2009-11-25 17:21:34 UTC (rev 16000)
@@ -286,9 +286,9 @@
       <scope>runtime</scope>
     </dependency>
 		<dependency>
-			<groupId>net.sourceforge.nekohtml</groupId>
+			<groupId>nekohtml</groupId>
 			<artifactId>nekohtml</artifactId>
-			<version>1.9.13</version>
+			<version>1.9.6</version>
 			<exclusions>
 				<exclusion>
 					<groupId>xerces</groupId>

Modified: branches/community/3.3.X/ui/pom.xml
===================================================================
--- branches/community/3.3.X/ui/pom.xml	2009-11-25 16:41:55 UTC (rev 15999)
+++ branches/community/3.3.X/ui/pom.xml	2009-11-25 17:21:34 UTC (rev 16000)
@@ -212,9 +212,9 @@
 			<optional>true</optional>
 		</dependency>
 		<dependency>
-			<groupId>net.sourceforge.nekohtml</groupId>
+			<groupId>nekohtml</groupId>
 			<artifactId>nekohtml</artifactId>
-			<version>1.9.13</version>
+			<version>1.9.6</version>
 			<exclusions>
 				<exclusion>
 					<groupId>xerces</groupId>



More information about the richfaces-svn-commits mailing list