From 208b24fb8df657fd194f36045e07ffad47f5a4d9 Mon Sep 17 00:00:00 2001 From: danielhanrahan Date: Thu, 10 Mar 2022 10:00:07 +0000 Subject: Move version properties to policy/gui root pom Version properties must be in root pom for release scripts to work. Issue-ID: POLICY-3638 Signed-off-by: danielhanrahan Change-Id: Ia2067c7716d21f6a4905ff95263ad6690e8f4739 --- gui-editors/gui-editor-apex/pom.xml | 3 --- pom.xml | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/gui-editors/gui-editor-apex/pom.xml b/gui-editors/gui-editor-apex/pom.xml index 6e9920d..52d8b96 100644 --- a/gui-editors/gui-editor-apex/pom.xml +++ b/gui-editors/gui-editor-apex/pom.xml @@ -34,9 +34,6 @@ Web client for editing Apex policies - 2.4.0 - 1.10.1-SNAPSHOT - 2.6.1-SNAPSHOT ${project.basedir}/src/main/webapp ${webapp.dir}/node/node ${project.basedir}/src/main/java,${webapp.dir}/js diff --git a/pom.xml b/pom.xml index a1a43dc..ed9c8e8 100644 --- a/pom.xml +++ b/pom.xml @@ -40,6 +40,9 @@ Code for all the Policy GUI's. + 2.4.0 + 1.10.1-SNAPSHOT + 2.6.1-SNAPSHOT ${project.basedir}/../../target/code-coverage/jacoco-ut.exec ${project.basedir}/target/code-coverage/lcov.info -- cgit 1.2.3-korg