Author: dion
Date: Sun Nov 27 04:09:31 2005
New Revision: 349219

URL: http://svn.apache.org/viewcvs?rev=349219&view=rev
Log:
Move nekohtml dep to 0.9.5

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml
    jakarta/commons/proper/jelly/trunk/jelly-tags/html/xdocs/changes.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml?rev=349219&r1=349218&r2=349219&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/html/project.xml Sun Nov 27 
04:09:31 2005
@@ -18,7 +18,7 @@
 
 <project>
   <extend>${basedir}/../tag-project.xml</extend>
-  <id>commons-jelly-tags-html</id>
+  <artifactId>commons-jelly-tags-html</artifactId>
   <name>commons-jelly-tags-html</name>
   <currentVersion>1.0.1-SNAPSHOT</currentVersion>
   <package>org.apache.commons.jelly.tags.html</package>
@@ -34,14 +34,16 @@
   <dependencies>
     <!-- html taglib -->
     <dependency>
-      <id>nekohtml</id>
-      <version>0.7.1</version>
+      <groupId>nekohtml</groupId>
+      <artifactId>nekohtml</artifactId>
+      <version>0.9.5</version>
     </dependency>
 
     <!-- START for running demos -->
 
     <dependency>
-      <id>commons-cli</id>
+      <groupId>commons-cli</groupId>
+      <artifactId>commons-cli</artifactId>
       <version>1.0</version>
     </dependency>
     <dependency>
@@ -67,6 +69,9 @@
       <artifactId>commons-jelly-tags-junit</artifactId>
       <version>1.0</version>
       <url>http://jakarta.apache.org/commons/jelly/tags/junit/</url>
+      <properties>
+        <scope>test</scope>
+      </properties>
     </dependency>
     <!-- END for testing -->
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/html/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/html/xdocs/changes.xml?rev=349219&r1=349218&r2=349219&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/html/xdocs/changes.xml 
(original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/html/xdocs/changes.xml Sun 
Nov 27 04:09:31 2005
@@ -24,6 +24,9 @@
     <author email="[EMAIL PROTECTED]">dIon Gillard</author>
   </properties>
   <body>
+    <release version="1.0.1-SNAPSHOT" date="in SVN">
+      <action dev="dion" type="update">Move nekohtml to 0.9.5</action>
+    </release>
     <release version="1.0" date="2004-09-11">
       <action dev="dion" type="add">Initial Release</action>
     </release>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to