Author: bchapuis
Date: Mon Feb 21 16:51:35 2011
New Revision: 1073061

URL: http://svn.apache.org/viewvc?rev=1073061&view=rev
Log:
DROIDS-118: update nekohtml dependency to 1.9.14. Reporter: Paul Rogalinski.

Modified:
    incubator/droids/trunk/droids-core/pom.xml
    incubator/droids/trunk/droids-solr/pom.xml
    incubator/droids/trunk/pom.xml

Modified: incubator/droids/trunk/droids-core/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-core/pom.xml?rev=1073061&r1=1073060&r2=1073061&view=diff
==============================================================================
--- incubator/droids/trunk/droids-core/pom.xml (original)
+++ incubator/droids/trunk/droids-core/pom.xml Mon Feb 21 16:51:35 2011
@@ -73,7 +73,7 @@
       <artifactId>httpclient</artifactId>
     </dependency>
     <dependency>
-      <groupId>nekohtml</groupId>
+      <groupId>net.sourceforge.nekohtml</groupId>
       <artifactId>nekohtml</artifactId>
     </dependency>
     

Modified: incubator/droids/trunk/droids-solr/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/droids/trunk/droids-solr/pom.xml?rev=1073061&r1=1073060&r2=1073061&view=diff
==============================================================================
--- incubator/droids/trunk/droids-solr/pom.xml (original)
+++ incubator/droids/trunk/droids-solr/pom.xml Mon Feb 21 16:51:35 2011
@@ -41,7 +41,7 @@
       <version>${pom.version}</version>
     </dependency>
     <dependency>
-        <groupId>nekohtml</groupId>
+        <groupId>net.sourceforge.nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>${nekohtml.version}</version>
         <exclusions>

Modified: incubator/droids/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/incubator/droids/trunk/pom.xml?rev=1073061&r1=1073060&r2=1073061&view=diff
==============================================================================
--- incubator/droids/trunk/pom.xml (original)
+++ incubator/droids/trunk/pom.xml Mon Feb 21 16:51:35 2011
@@ -80,7 +80,7 @@
     <commons-logging.version>1.1.1</commons-logging.version>
     <commons-io.version>1.4</commons-io.version>
     <httpclient.version>4.0.1</httpclient.version>
-    <nekohtml.version>1.9.6.2</nekohtml.version>
+    <nekohtml.version>1.9.14</nekohtml.version>
     <log4j.version>1.2.14</log4j.version>
     <spring-conf.version>2.0.0</spring-conf.version>
     <junit.version>4.5</junit.version>
@@ -104,7 +104,7 @@
         <version>${httpclient.version}</version>
       </dependency>
       <dependency>
-        <groupId>nekohtml</groupId>
+        <groupId>net.sourceforge.nekohtml</groupId>
         <artifactId>nekohtml</artifactId>
         <version>${nekohtml.version}</version>
         <exclusions>


Reply via email to