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 53b582d  CLEREZZA-1056: Use release version of Apache Clerezza 
artifacts in representation, sparql and test.utils
53b582d is described below

commit 53b582d31386ed31e3dde3282cc05973e7d6a65e
Author: Hasan <[email protected]>
AuthorDate: Mon Feb 17 23:25:32 2020 +0100

    CLEREZZA-1056: Use release version of Apache Clerezza artifacts in 
representation, sparql and test.utils
---
 representation/pom.xml | 6 +++---
 sparql/pom.xml         | 6 +++---
 test.utils/pom.xml     | 6 +++---
 3 files changed, 9 insertions(+), 9 deletions(-)

diff --git a/representation/pom.xml b/representation/pom.xml
index 00d02db..410da4a 100644
--- a/representation/pom.xml
+++ b/representation/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/sparql/pom.xml b/sparql/pom.xml
index e5e404f..e6953e2 100644
--- a/sparql/pom.xml
+++ b/sparql/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -37,12 +37,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.osgi</groupId>
diff --git a/test.utils/pom.xml b/test.utils/pom.xml
index 99ba867..0d92615 100644
--- a/test.utils/pom.xml
+++ b/test.utils/pom.xml
@@ -23,7 +23,7 @@
     <parent>
         <groupId>org.apache.clerezza</groupId>
         <artifactId>clerezza</artifactId>
-        <version>8-SNAPSHOT</version>
+        <version>8</version>
         <relativePath>../parent/pom.xml</relativePath>
     </parent>
 
@@ -41,12 +41,12 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api-implementation</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>commons-lang</groupId>

Reply via email to