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 2020/08/22 05:51:22 UTC

[clerezza] branch master updated: Increase version to the next snapshot version in pom.xml of ontologies, representation, sparql, and test.utils

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 5758838  Increase version to the next snapshot version in pom.xml of ontologies, representation, sparql, and test.utils
5758838 is described below

commit 57588387aa02eaf11a2f1ab83337359be5610342
Author: Hasan <ha...@apache.org>
AuthorDate: Sat Aug 22 07:50:59 2020 +0200

    Increase version to the next snapshot version in pom.xml of ontologies, representation, sparql, and test.utils
---
 ontologies/pom.xml     | 2 +-
 representation/pom.xml | 2 +-
 sparql/pom.xml         | 2 +-
 test.utils/pom.xml     | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ontologies/pom.xml b/ontologies/pom.xml
index aeaf74f..103c691 100644
--- a/ontologies/pom.xml
+++ b/ontologies/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>ontologies</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Ontologies</name>
     <description>Ontology classes</description>
diff --git a/representation/pom.xml b/representation/pom.xml
index 2563b5a..3cbff6a 100644
--- a/representation/pom.xml
+++ b/representation/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>representation</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - Representation</name>
     <description>This bundle provides for functionality to parse and serialize RDF Graphs</description>
diff --git a/sparql/pom.xml b/sparql/pom.xml
index fc12011..c7b9fb3 100644
--- a/sparql/pom.xml
+++ b/sparql/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>sparql</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <packaging>bundle</packaging>
     <name>Clerezza - SPARQL</name>
     <description>Model SPARQL query and update</description>
diff --git a/test.utils/pom.xml b/test.utils/pom.xml
index f37eeed..6af87a5 100644
--- a/test.utils/pom.xml
+++ b/test.utils/pom.xml
@@ -26,7 +26,7 @@
     </parent>
 
     <artifactId>test.utils</artifactId>
-    <version>2.0.0</version>
+    <version>2.0.1-SNAPSHOT</version>
     <packaging>jar</packaging>
     <name>Clerezza - API Test Utilities</name>
     <description>Utilities to test Clerezza API implementations</description>