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/02/02 21:23:37 UTC

[clerezza] branch master updated: CLEREZZA-1056: Use API and parent release version in api-implementation and ontologies

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 8a6f593  CLEREZZA-1056: Use API and parent release version in api-implementation and ontologies
8a6f593 is described below

commit 8a6f5937f204f1a7141916f653e9b3fdbe80e1d6
Author: Hasan <ha...@apache.org>
AuthorDate: Sun Feb 2 22:22:29 2020 +0100

    CLEREZZA-1056: Use API and parent release version in api-implementation and ontologies
---
 api-implementation/pom.xml | 4 ++--
 ontologies/pom.xml         | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/api-implementation/pom.xml b/api-implementation/pom.xml
index a5ba960..f735910 100644
--- a/api-implementation/pom.xml
+++ b/api-implementation/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>
 
@@ -39,7 +39,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
         <dependency>
             <groupId>junit</groupId>
diff --git a/ontologies/pom.xml b/ontologies/pom.xml
index 7f98e7c..a740024 100644
--- a/ontologies/pom.xml
+++ b/ontologies/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,7 +37,7 @@
         <dependency>
             <groupId>org.apache.clerezza</groupId>
             <artifactId>api</artifactId>
-            <version>2.0.0-SNAPSHOT</version>
+            <version>2.0.0</version>
         </dependency>
     </dependencies>