You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wayang.apache.org by zk...@apache.org on 2022/06/08 11:18:19 UTC

[incubator-wayang-website] branch main updated: corrected maven version

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

zkaoudi pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-wayang-website.git


The following commit(s) were added to refs/heads/main by this push:
     new 2af7e86  corrected maven version
     new 5a8bbf1  Merge branch 'main' of https://github.com/apache/incubator-wayang-website into main
2af7e86 is described below

commit 2af7e86198417aaf685dbccf1e3c97c1e74079b9
Author: zoi <zk...@yahoo.gr>
AuthorDate: Wed Jun 8 13:18:04 2022 +0200

    corrected maven version
---
 documentation.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/documentation.md b/documentation.md
index 4837446..d0b7c40 100644
--- a/documentation.md
+++ b/documentation.md
@@ -42,7 +42,7 @@ Apache Wayang is available via Maven Central. To use it with Maven, for instance
 <dependency>
     <groupId>org.apache.wayang</groupId>
     <artifactId>wayang-***</artifactId>
-    <version>0.3.0</version>
+    <version>0.6.0</version>
 </dependency>
 ```