diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 56c27da11221ea3825a72da10fa48db95a315fd7..4b31c4bff65cd3a95dd2a724381f137c14a80552 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 4b3dba8be60a702b215101f0dccf7e78d8fbcb5f..db4eca9025b0b30eb04cdb4f534a4b3fbe3e0fe4 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...`.