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/11/19 07:12:36 UTC

[clerezza] branch master updated: CLEREZZA-1055: Use parent version 8

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 37a357a  CLEREZZA-1055: Use parent version 8
37a357a is described below

commit 37a357a1adadc8a3f1c914ed54f8eef013578b0c
Author: Hasan <ha...@apache.org>
AuthorDate: Tue Nov 19 08:11:16 2019 +0100

    CLEREZZA-1055: Use parent version 8
---
 api/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/api/pom.xml b/api/pom.xml
index f2dc165..593655d 100644
--- a/api/pom.xml
+++ b/api/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>