You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stanbol.apache.org by re...@apache.org on 2013/06/06 16:45:37 UTC

svn commit: r1490305 - in /stanbol/branches/commons-ng/commons/web: rdfviewable-writer/pom.xml viewable-writer/pom.xml

Author: reto
Date: Thu Jun  6 14:45:37 2013
New Revision: 1490305

URL: http://svn.apache.org/r1490305
Log:
STANBOL-1097: fixed jaxrs-version

Modified:
    stanbol/branches/commons-ng/commons/web/rdfviewable-writer/pom.xml
    stanbol/branches/commons-ng/commons/web/viewable-writer/pom.xml

Modified: stanbol/branches/commons-ng/commons/web/rdfviewable-writer/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/rdfviewable-writer/pom.xml?rev=1490305&r1=1490304&r2=1490305&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/rdfviewable-writer/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/rdfviewable-writer/pom.xml Thu Jun  6 14:45:37 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
@@ -84,7 +84,7 @@
     </dependency>
     <dependency>
       <groupId>javax.ws.rs</groupId>
-      <artifactId>jsr311-api</artifactId>
+      <artifactId>javax.ws.rs-api</artifactId>
     </dependency>
    	<dependency>
       <groupId>org.apache.clerezza</groupId>

Modified: stanbol/branches/commons-ng/commons/web/viewable-writer/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/viewable-writer/pom.xml?rev=1490305&r1=1490304&r2=1490305&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/viewable-writer/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/viewable-writer/pom.xml Thu Jun  6 14:45:37 2013
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.stanbol</groupId>
     <artifactId>stanbol-parent</artifactId>
-    <version>4-SNAPSHOT</version>
+    <version>5-SNAPSHOT</version>
     <relativePath>../../../parent</relativePath>
   </parent>
 
@@ -31,7 +31,10 @@
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Web Template Viewable Writer</name>
-  <description>A bundle providing MessageBodyWriters for Viewable</description>
+  <description>A bundle providing MessageBodyWriters for Viewable. This bundle 
+      is here to facilitate usage of modules that predate RDFVieable. New
+      modules should no longer need this.
+  </description>
   <scm>
     <connection>
       scm:svn:http://svn.apache.org/repos/asf/stanbol/trunk/commons/web/viewable-writer
@@ -77,11 +80,12 @@
     </dependency> 
     <dependency>
       <groupId>javax.ws.rs</groupId>
-      <artifactId>jsr311-api</artifactId>
+      <artifactId>javax.ws.rs-api</artifactId>
     </dependency>
     <dependency>
       <groupId>org.freemarker</groupId>
       <artifactId>freemarker</artifactId>
+      <version>2.3.19</version>
     </dependency>
     <dependency>
       <groupId>org.apache.stanbol</groupId>