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 21:12:08 UTC

svn commit: r1490399 - in /stanbol/branches/commons-ng/commons: freemarker/pom.xml ldpathtemplate/pom.xml owl/pom.xml solr/web/pom.xml web/home/pom.xml web/rdfviewable-writer/pom.xml web/resources/pom.xml web/viewable-writer/pom.xml

Author: reto
Date: Thu Jun  6 19:12:07 2013
New Revision: 1490399

URL: http://svn.apache.org/r1490399
Log:
STANBOL-1094: update version numbers (modified bundles have version 1.0.0-SNAPSHOT)

Modified:
    stanbol/branches/commons-ng/commons/freemarker/pom.xml
    stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml
    stanbol/branches/commons-ng/commons/owl/pom.xml
    stanbol/branches/commons-ng/commons/solr/web/pom.xml
    stanbol/branches/commons-ng/commons/web/home/pom.xml
    stanbol/branches/commons-ng/commons/web/rdfviewable-writer/pom.xml
    stanbol/branches/commons-ng/commons/web/resources/pom.xml
    stanbol/branches/commons-ng/commons/web/viewable-writer/pom.xml

Modified: stanbol/branches/commons-ng/commons/freemarker/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/freemarker/pom.xml?rev=1490399&r1=1490398&r2=1490399&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/freemarker/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/freemarker/pom.xml Thu Jun  6 19:12:07 2013
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.freemarker</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Freemarker Utilities</name>

Modified: stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml?rev=1490399&r1=1490398&r2=1490399&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/ldpathtemplate/pom.xml Thu Jun  6 19:12:07 2013
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.ldpathtemplate</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons LDPath Template Rendering</name>

Modified: stanbol/branches/commons-ng/commons/owl/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/owl/pom.xml?rev=1490399&r1=1490398&r2=1490399&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/owl/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/owl/pom.xml Thu Jun  6 19:12:07 2013
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.owl</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons OWL Bundle</name>

Modified: stanbol/branches/commons-ng/commons/solr/web/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/solr/web/pom.xml?rev=1490399&r1=1490398&r2=1490399&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/solr/web/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/solr/web/pom.xml Thu Jun  6 19:12:07 2013
@@ -28,7 +28,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.solr.web</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Solr Web</name>

Modified: stanbol/branches/commons-ng/commons/web/home/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/home/pom.xml?rev=1490399&r1=1490398&r2=1490399&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/home/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/home/pom.xml Thu Jun  6 19:12:07 2013
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.web.home</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Web Home Page</name>

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=1490399&r1=1490398&r2=1490399&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 19:12:07 2013
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.web.rdfviewable.writer</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Web Message Body Writers for RDFViewable</name>

Modified: stanbol/branches/commons-ng/commons/web/resources/pom.xml
URL: http://svn.apache.org/viewvc/stanbol/branches/commons-ng/commons/web/resources/pom.xml?rev=1490399&r1=1490398&r2=1490399&view=diff
==============================================================================
--- stanbol/branches/commons-ng/commons/web/resources/pom.xml (original)
+++ stanbol/branches/commons-ng/commons/web/resources/pom.xml Thu Jun  6 19:12:07 2013
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.web.resources</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Web Resources</name>

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=1490399&r1=1490398&r2=1490399&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 19:12:07 2013
@@ -27,7 +27,7 @@
 
   <groupId>org.apache.stanbol</groupId>
   <artifactId>org.apache.stanbol.commons.web.viewable.writer</artifactId>
-  <version>0.12.0-SNAPSHOT</version>
+  <version>1.0.0-SNAPSHOT</version>
   <packaging>bundle</packaging>
 
   <name>Apache Stanbol Commons Web Template Viewable Writer</name>