You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by fc...@apache.org on 2011/03/24 13:38:48 UTC

svn commit: r1084934 - in /incubator/stanbol/branches/http-endpoint-refactoring/commons: pom.xml web/pom.xml

Author: fchrist
Date: Thu Mar 24 12:38:47 2011
New Revision: 1084934

URL: http://svn.apache.org/viewvc?rev=1084934&view=rev
Log:
STANBOL-120 Updated POM and added to commons reactor build

Modified:
    incubator/stanbol/branches/http-endpoint-refactoring/commons/pom.xml
    incubator/stanbol/branches/http-endpoint-refactoring/commons/web/pom.xml

Modified: incubator/stanbol/branches/http-endpoint-refactoring/commons/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/http-endpoint-refactoring/commons/pom.xml?rev=1084934&r1=1084933&r2=1084934&view=diff
==============================================================================
--- incubator/stanbol/branches/http-endpoint-refactoring/commons/pom.xml (original)
+++ incubator/stanbol/branches/http-endpoint-refactoring/commons/pom.xml Thu Mar 24 12:38:47 2011
@@ -19,6 +19,7 @@
     </scm>
 
     <modules>
+        <module>web</module>
         <module>testing/jarexec</module>
         <module>testing/http</module>
         <module>testing/stanbol</module>

Modified: incubator/stanbol/branches/http-endpoint-refactoring/commons/web/pom.xml
URL: http://svn.apache.org/viewvc/incubator/stanbol/branches/http-endpoint-refactoring/commons/web/pom.xml?rev=1084934&r1=1084933&r2=1084934&view=diff
==============================================================================
--- incubator/stanbol/branches/http-endpoint-refactoring/commons/web/pom.xml (original)
+++ incubator/stanbol/branches/http-endpoint-refactoring/commons/web/pom.xml Thu Mar 24 12:38:47 2011
@@ -5,24 +5,24 @@
 
 	<parent>
 		<groupId>org.apache.stanbol</groupId>
-		<artifactId>org.apache.stanbol.enhancer.parent</artifactId>
+		<artifactId>stanbol-parent</artifactId>
 		<version>0.9-SNAPSHOT</version>
-		<relativePath>../parent/pom.xml</relativePath>
+		<relativePath>../../parent/pom.xml</relativePath>
 	</parent>
 
 	<groupId>org.apache.stanbol</groupId>
-	<artifactId>org.apache.stanbol.enhancer.jersey</artifactId>
+	<artifactId>org.apache.stanbol.commons.web</artifactId>
 	<version>${stanbol-version}</version>
 	<packaging>bundle</packaging>
 
-	<name>Apache Stanbol Enhancer Jersey JAX-RS API and front-end</name>
-	<description>To be refactored to org.apache.stanbol.web!</description>
+	<name>Apache Stanbol HTTP Jersey Endpoint</name>
+	<description>This is the Stanbol HTTP endpoint bundle.</description>
     <scm>
         <connection>
-            scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/jersey/
+            scm:svn:http://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/web
         </connection>
         <developerConnection>
-            scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/enhancer/jersey/
+            scm:svn:https://svn.apache.org/repos/asf/incubator/stanbol/trunk/commons/web
         </developerConnection>
         <url>http://incubator.apache.org/stanbol/</url>
     </scm>