You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by ha...@apache.org on 2019/10/25 09:29:45 UTC

[clerezza] branch master updated: CLEREZZA-1050: Use snapshot version in all poms to be released and update version of used artifacts

This is an automated email from the ASF dual-hosted git repository.

hasan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/clerezza.git


The following commit(s) were added to refs/heads/master by this push:
     new 3d0ddcb  CLEREZZA-1050: Use snapshot version in all poms to be released and update version of used artifacts
3d0ddcb is described below

commit 3d0ddcbb89ae92e3f182b31e4ed3355318a10937
Author: Hasan <ha...@apache.org>
AuthorDate: Fri Oct 25 11:29:12 2019 +0200

    CLEREZZA-1050: Use snapshot version in all poms to be released and update version of used artifacts
---
 api-implementation/pom.xml  |  6 ++--
 api.utils/pom.xml           | 18 +++++-----
 api/pom.xml                 |  4 +--
 dataset/pom.xml             | 16 ++++-----
 jaxrs.rdf.providers/pom.xml | 12 +++----
 ontologies/pom.xml          |  6 ++--
 parent/pom.xml              | 86 ++++++++++++++++++++++-----------------------
 representation/pom.xml      | 10 +++---
 sparql/pom.xml              | 12 +++----
 test.utils/pom.xml          |  8 ++---
 10 files changed, 89 insertions(+), 89 deletions(-)

diff --git a/api-implementation/pom.xml b/api-implementation/pom.xml
index c313797..a5ba960 100644
--- a/api-implementation/pom.xml
+++ b/api-implementation/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>api-implementation</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - API Implementation</name>
     <description>
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/api.utils/pom.xml b/api.utils/pom.xml
index 837b7f8..9918543 100644
--- a/api.utils/pom.xml
+++ b/api.utils/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>api.utils</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - API Utilities</name>
     <description>Utility classes to work with Clerezza API</description>
@@ -42,32 +42,32 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>representation</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>dataset</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>ontologies</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>test.utils</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
             <scope>test</scope>
         </dependency>
         <dependency>
@@ -90,7 +90,7 @@
                 <plugin>
                     <groupId>net.alchim31.maven</groupId>
                     <artifactId>scala-maven-plugin</artifactId>
-                    <version>3.4.6</version>
+                    <version>4.2.0</version>
                 </plugin>
             </plugins>
         </pluginManagement>
diff --git a/api/pom.xml b/api/pom.xml
index 0de48ff..f2dc165 100644
--- a/api/pom.xml
+++ b/api/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>api</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - API</name>
     <description>
diff --git a/dataset/pom.xml b/dataset/pom.xml
index d1e8430..e003bc8 100644
--- a/dataset/pom.xml
+++ b/dataset/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>dataset</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - DataSet</name>
     <description>Interfaces and utilities to access RDF Graphs</description>
@@ -37,22 +37,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>sparql</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>test.utils</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -69,7 +69,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.ds-annotations</artifactId>
-            <version>1.2.8</version>
+            <version>1.2.10</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
@@ -79,7 +79,7 @@
         <dependency>
             <groupId>org.mockito</groupId>
             <artifactId>mockito-core</artifactId>
-            <version>1.9.5</version>
+            <version>3.0.0</version>
             <scope>test</scope>
         </dependency>
     </dependencies>
diff --git a/jaxrs.rdf.providers/pom.xml b/jaxrs.rdf.providers/pom.xml
index 8ac11b5..f44647a 100644
--- a/jaxrs.rdf.providers/pom.xml
+++ b/jaxrs.rdf.providers/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>jaxrs.rdf.providers</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - JAX-RS MessageBodyProviders for RDF</name>
 
@@ -36,22 +36,22 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>representation</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api.utils</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>com.googlecode.json-simple</groupId>
diff --git a/ontologies/pom.xml b/ontologies/pom.xml
index 2d60b9e..7f98e7c 100644
--- a/ontologies/pom.xml
+++ b/ontologies/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>ontologies</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Ontologies</name>
     <description>Ontology classes</description>
@@ -37,7 +37,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
     </dependencies>
 
diff --git a/parent/pom.xml b/parent/pom.xml
index f5cae6c..209cc09 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -31,7 +31,7 @@
     <packaging>pom</packaging>
     <name>Clerezza - Parent</name>
     <url>https://mvnrepository.com/artifact/org.apache.clerezza</url>
-    <version>8</version>
+    <version>8-SNAPSHOT</version>
     <description>The direct or indirect parent of all Clerezza artifacts</description>
     <properties>
         <sourceReleaseAssemblyDescriptor>multimodule-source-release</sourceReleaseAssemblyDescriptor>
@@ -50,7 +50,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-source-plugin</artifactId>
-                    <version>2.1.1</version>
+                    <version>3.1.0</version>
                     <executions>
                         <execution>
                             <phase>package</phase>
@@ -63,7 +63,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-compiler-plugin</artifactId>
-                    <version>3.2</version>
+                    <version>3.8.1</version>
                     <configuration>
                         <source>1.8</source>
                         <target>1.8</target>
@@ -74,7 +74,7 @@
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-bundle-plugin</artifactId>
                     <extensions>true</extensions>
-                    <version>2.5.3</version>
+                    <version>2.5.4</version>
                     <configuration>
                         <instructions>
                             <Import-Package>org.osgi.*; version="[1,2)",javax.ws.rs.*; version="[1,3)",
@@ -88,7 +88,7 @@
                 <plugin>
                     <groupId>org.apache.felix</groupId>
                     <artifactId>maven-scr-plugin</artifactId>
-                    <version>1.25.0</version>
+                    <version>1.26.2</version>
                     <executions>
                         <execution>
                             <id>generate-scr-scrdescriptor</id>
@@ -102,33 +102,33 @@
                         <dependency>
                             <groupId>org.slf4j</groupId>
                             <artifactId>slf4j-simple</artifactId>
-                            <version>1.7.10</version>
+                            <version>1.7.28</version>
                         </dependency>
                     </dependencies>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-deploy-plugin</artifactId>
-                    <version>2.4</version>
+                    <version>2.8.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-assembly-plugin</artifactId>
-                    <version>2.2.2</version>
+                    <version>3.1.1</version>
                 </plugin>
                 <plugin>
                     <artifactId>maven-clean-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>3.1.0</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>2.5.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-resources-plugin</artifactId>
-                    <version>2.4.1</version>
+                    <version>3.1.0</version>
                     <configuration>
                         <encoding>utf-8</encoding>
                     </configuration>
@@ -136,12 +136,12 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-site-plugin</artifactId>
-                    <version>2.2</version>
+                    <version>3.8.2</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.22.1</version>
+                    <version>2.22.2</version>
                     <configuration>
                         <useSystemClassLoader>false</useSystemClassLoader>
                     </configuration>
@@ -149,12 +149,12 @@
                 <plugin>
                     <groupId>org.codehaus.xsite</groupId>
                     <artifactId>xsite-maven-plugin</artifactId>
-                    <version>1.1.1</version>
+                    <version>1.3</version>
                     <dependencies>
                         <dependency>
                             <groupId>com.thoughtworks.xstream</groupId>
                             <artifactId>xstream</artifactId>
-                            <version>1.3.1</version>
+                            <version>1.4.11</version>
                         </dependency>
                     </dependencies>
                 </plugin>
@@ -166,7 +166,7 @@
                 <plugin>
                     <groupId>org.ops4j.pax.exam</groupId>
                     <artifactId>maven-paxexam-plugin</artifactId>
-                    <version>1.2.1</version>
+                    <version>1.2.4</version>
                     <executions>
                         <execution>
                             <id>generate-depends-file</id>
@@ -243,7 +243,7 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
-                    <version>2.3</version>
+                    <version>3.2.1</version>
                 </plugin>
             </plugins>
         </pluginManagement>
@@ -307,7 +307,7 @@
             </plugin>
             <plugin>
                 <artifactId>maven-release-plugin</artifactId>
-                <version>2.5.1</version>
+                <version>2.5.3</version>
                 <configuration>
                     <useReleaseProfile>false</useReleaseProfile>
                     <goals>deploy</goals>
@@ -355,32 +355,32 @@
             <dependency>
                 <groupId>org.scala-lang</groupId>
                 <artifactId>scala-library</artifactId>
-                <version>2.11.6</version>
+                <version>2.12.10</version>
             </dependency>
             <dependency>
                 <groupId>org.scala-lang.modules</groupId>
                 <artifactId>scala-xml_2.11</artifactId>
-                <version>1.0.3</version>
+                <version>1.2.0</version>
             </dependency>
             <dependency>
                 <groupId>org.scala-lang</groupId>
                 <artifactId>scala-compiler</artifactId>
-                <version>2.11.6</version>
+                <version>2.12.10</version>
             </dependency>
             <dependency>
                 <groupId>org.scala-lang</groupId>
                 <artifactId>scala-actors</artifactId>
-                <version>2.11.6</version>
+                <version>2.11.12</version>
             </dependency>
             <dependency>
                 <groupId>org.scala-lang</groupId>
                 <artifactId>scala-reflect</artifactId>
-                <version>2.11.6</version>
+                <version>2.12.10</version>
             </dependency>
             <dependency>
                 <groupId>org.easymock</groupId>
                 <artifactId>easymock</artifactId>
-                <version>3.3.1</version>
+                <version>4.0.2</version>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>
@@ -390,28 +390,28 @@
             <dependency>
                 <groupId>org.osgi</groupId>
                 <artifactId>org.osgi.service.component.annotations</artifactId>
-                <version>1.3.0</version>
+                <version>1.4.0</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-api</artifactId>
-                <version>1.7.10</version>
+                <version>1.7.28</version>
             </dependency>
             
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-jdk14</artifactId>
-                <version>1.7.10</version>
+                <version>1.7.28</version>
             </dependency>
             <dependency>
                 <groupId>org.slf4j</groupId>
                 <artifactId>slf4j-simple</artifactId>
-                <version>1.7.10</version>
+                <version>1.7.28</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven</groupId>
                 <artifactId>maven-plugin-api</artifactId>
-                <version>3.3.1</version>
+                <version>3.6.2</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.maven.reporting</groupId>
@@ -421,7 +421,7 @@
             <dependency>
                 <groupId>org.apache.maven.reporting</groupId>
                 <artifactId>maven-reporting-impl</artifactId>
-                <version>2.3</version>
+                <version>3.0.0</version>
             </dependency>
             <dependency>
                 <groupId>org.osgi</groupId>
@@ -431,7 +431,7 @@
             <dependency>
                 <groupId>org.apache.felix</groupId>
                 <artifactId>org.apache.felix.scr.annotations</artifactId>
-                <version>1.9.10</version>
+                <version>1.12.0</version>
             </dependency>
             <dependency>
                 <groupId>com.googlecode.json-simple</groupId>
@@ -441,7 +441,7 @@
             <dependency>
                 <groupId>org.ops4j.pax.exam</groupId>
                 <artifactId>pax-exam</artifactId>
-                <version>4.4.0</version>
+                <version>4.13.1</version>
             </dependency>
             <dependency>
                 <groupId>org.ops4j.pax.swissbox</groupId>
@@ -486,17 +486,17 @@
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore-osgi</artifactId>
-                <version>4.4</version>
+                <version>4.4.12</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.httpcomponents</groupId>
                 <artifactId>httpcore</artifactId>
-                <version>4.4</version>
+                <version>4.4.12</version>
             </dependency>
             <dependency>
                 <groupId>commons-codec</groupId>
                 <artifactId>commons-codec</artifactId>
-                <version>1.10</version>
+                <version>1.11</version>
             </dependency>
             <dependency>
                 <groupId>commons-lang</groupId>
@@ -511,17 +511,17 @@
             <dependency>
                 <groupId>org.apache.sshd</groupId>
                 <artifactId>sshd-core</artifactId>
-                <version>0.14.0</version>
+                <version>2.3.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.sshd</groupId>
                 <artifactId>sshd-pam</artifactId>
-                <version>0.8.0</version>
+                <version>0.11.0</version>
             </dependency>
             <dependency>
                 <groupId>org.jsslutils</groupId>
                 <artifactId>jsslutils</artifactId>
-                <version>1.0.7</version>
+                <version>1.0.8</version>
             </dependency>
             
             <dependency>
@@ -552,7 +552,7 @@
             <dependency>
                 <groupId>org.apache.stanbol</groupId>
                 <artifactId>org.apache.stanbol.commons.security.core</artifactId>
-                <version>1.0.0</version>
+                <version>1.0.1</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.stanbol</groupId>
@@ -607,21 +607,21 @@
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-javadoc-plugin</artifactId>
                 <!-- Version 2.6  passes invalid arguments to the wadl doclet -->
-                <version>2.4</version>
+                <version>3.1.1</version>
             </plugin>
 
             <!-- test results -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-report-plugin</artifactId>
-                <version>2.18.1</version>
+                <version>2.22.2</version>
             </plugin>
 
             <!-- pmd reports (potential bugs, suboptimal code, duplicate code) -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-pmd-plugin</artifactId>
-                <version>2.3</version>
+                <version>3.12.0</version>
                 <configuration>
                     <targetJdk>1.6</targetJdk>
                 </configuration>
@@ -634,7 +634,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-plugin-plugin</artifactId>
-                <version>2.5.1</version>
+                <version>3.6.0</version>
             </plugin>
             <plugin>
                 <groupId>org.apache.clerezza</groupId>
diff --git a/representation/pom.xml b/representation/pom.xml
index efeb2e0..00d02db 100644
--- a/representation/pom.xml
+++ b/representation/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>representation</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Representation</name>
     <description>This bundle provides for functionality to parse and serialize RDF Graphs</description>
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -59,7 +59,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.ds-annotations</artifactId>
-            <version>1.2.8</version>
+            <version>1.2.10</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>
diff --git a/sparql/pom.xml b/sparql/pom.xml
index 6eef401..e5e404f 100644
--- a/sparql/pom.xml
+++ b/sparql/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>sparql</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - SPARQL</name>
     <description>Model SPARQL query and update</description>
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
@@ -68,7 +68,7 @@
         <dependency>
             <groupId>org.apache.felix</groupId>
             <artifactId>org.apache.felix.scr.ds-annotations</artifactId>
-            <version>1.2.8</version>
+            <version>1.2.10</version>
         </dependency>
     </dependencies>
 
@@ -77,7 +77,7 @@
             <plugin>
                 <groupId>org.codehaus.mojo</groupId>
                 <artifactId>javacc-maven-plugin</artifactId>
-                <version>2.5</version>
+                <version>2.6</version>
                 <executions>
                     <execution>
                         <id>javacc</id>
diff --git a/test.utils/pom.xml b/test.utils/pom.xml
index 1e72547..99ba867 100644
--- a/test.utils/pom.xml
+++ b/test.utils/pom.xml
@@ -23,12 +23,12 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8</version>
+        <version>8-SNAPSHOT</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
     <artifactId>test.utils</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.0-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Clerezza - API Test Utilities</name>
     <description>Utilities to test Clerezza API implementations</description>
@@ -41,12 +41,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0</version>
+            <version>2.0.0-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>