commit 909b92383448f4715afdbd54a98b94890d7ffe00
Author: Rafał Rusin <rafal@intalio.com>
Date:   Tue Jun 15 14:00:07 2010 +0200

    compile update

diff --git a/project.properties b/project.properties
index 1e62ac3..f6436a3 100644
--- a/project.properties
+++ b/project.properties
@@ -58,7 +58,7 @@ commons.codec.version=1.3
 commons.httpclient.version=3.0.1
 commons.fileupload.version=1.1.1
 commons.logging.version=1.1
-jakarta.httpcore.version=4.0-beta1
+jakarta.httpcore.version=4.0
 javamail.version=1.4
 jaxen.version=1.1-beta-10
 junit.version=3.8.2
diff --git a/project.xml b/project.xml
index 8211dd3..8c54055 100644
--- a/project.xml
+++ b/project.xml
@@ -250,7 +250,7 @@
                         </properties>
                 </dependency>   
 		<dependency>
-			<groupId>httpcomponents-httpcore</groupId>
+            <groupId>org.apache.httpcomponents</groupId>
 			<artifactId>httpcore</artifactId>
 			<version>${jakarta.httpcore.version}</version>
 			
@@ -288,7 +288,7 @@
 			</properties>
 		</dependency>
 	    <dependency>
-          <groupId>woden</groupId>
+          <groupId>org.apache.woden</groupId>
           <artifactId>woden-api</artifactId>
           <version>${woden.version}</version>
           <properties>
