From 8a05b950bcb65e3efffca46d8784f6dc9858c7a7 Mon Sep 17 00:00:00 2001
From: Kai Brassel <mail@khbrassel.de>
Date: Mon, 4 Apr 2022 17:10:54 +0200
Subject: [PATCH] Update README and repo directory name

---
 .gitlab-ci.yml | 2 +-
 README.md      | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 56c27da..4b31c4b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,5 @@
 variables:
-  RELEASE_DIR: "public/p2repo"
+  RELEASE_DIR: "public/repository"
 
 pages:
   stage: deploy
diff --git a/README.md b/README.md
index 4b3dba8..db4eca9 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
 # Indriya P2
 
-Provide version 2.1.1 of Indriya reference implementation of units of measurement (JSR-385) with dependencies as an Eclipse P2 repository.
+Provide version 2.1.3 of Indriya reference implementation of units of measurement (JSR-385) with dependencies as an Eclipse P2 repository.
 
-To add OSGi bundles published in this P2 repository add site [https://transfer.hft-stuttgart.de/pages/neqmodplus/indriya-p2/release_target_211/]() to a running Eclipse instance via `Eclipse -> Preferences -> Install/Update -> Available Software Sites -> Add...` or to a target platform definition via `Eclipse -> Preferences -> Plug-in Development -> Target Platform -> Edit...`.
+This repository is referenced from project [CityUnits](https://transfer.hft-stuttgart.de/gitlab/neqmodplus/de.hft-stuttgart.cityunits), so that the OSGi bundles published here will be added automatically to an Eclipse application that installs _CityUnits_.
+
+To manually install bundles add site [https://transfer.hft-stuttgart.de/pages/neqmodplus/indriya-p2/repository/]() to a running Eclipse instance via `Eclipse -> Preferences -> Install/Update -> Available Software Sites -> Add...` or to a target platform definition via `Eclipse -> Preferences -> Plug-in Development -> Target Platform -> Edit...`.
-- 
GitLab