From 4f15565d59694e436d1d8cef1f0c2173614c3dc0 Mon Sep 17 00:00:00 2001 From: Lorenzo Bettini Date: Tue, 28 Dec 2021 14:52:14 +0100 Subject: [PATCH] 135: document groupId change Task-Url: https://github.com/LorenzoBettini/jbase/issues/135 --- README.md | 10 ++++++++++ jbase.parent/.project | 5 +++++ 2 files changed, 15 insertions(+) diff --git a/README.md b/README.md index 3dc3258..9a340dd 100644 --- a/README.md +++ b/README.md @@ -33,6 +33,16 @@ Maven Artifacts for Jbase are available from Maven Central (both releases and sn The groupId and artifactId are as follows +``` + + io.github.lorenzobettini.jbase + jbase + ... + +``` + +For versions earlier than version 1.x the groupId and artifactId are as follows + ``` net.sf.xtext-jbase diff --git a/jbase.parent/.project b/jbase.parent/.project index 4d6ddf9..0e9ebe1 100644 --- a/jbase.parent/.project +++ b/jbase.parent/.project @@ -14,5 +14,10 @@ 2 PARENT-1-PROJECT_LOC/.github + + README.md + 1 + PARENT-1-PROJECT_LOC/README.md +