From: Mathieu Baudier Date: Sat, 13 Nov 2021 08:26:30 +0000 (+0100) Subject: Centralise version context switch in Maven. X-Git-Tag: argeo-commons-2.3.2~12 X-Git-Url: https://git.argeo.org/?p=lgpl%2Fargeo-commons.git;a=commitdiff_plain;h=8e1f200627feaa558c6fbf0504b5587b97d364e1 Centralise version context switch in Maven. --- diff --git a/dep/pom.xml b/dep/pom.xml index 334d19603..98547404f 100644 --- a/dep/pom.xml +++ b/dep/pom.xml @@ -27,7 +27,7 @@ true - ../../cnf/unstable.bnd + ../../cnf/${version.context}.bnd diff --git a/dist/pom.xml b/dist/pom.xml index a6bb20848..388b1bcdc 100644 --- a/dist/pom.xml +++ b/dist/pom.xml @@ -26,7 +26,7 @@ true - ../../cnf/unstable.bnd + ../../cnf/${version.context}.bnd diff --git a/pom.xml b/pom.xml index 3afc78f3f..cea1b52df 100644 --- a/pom.xml +++ b/pom.xml @@ -13,6 +13,7 @@ pom http://www.argeo.org/ + unstable 2.1.27 code.argeo.org