aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanielhanrahan <daniel.hanrahan@est.tech>2022-03-10 10:00:07 +0000
committerDaniel Hanrahan <daniel.hanrahan@est.tech>2022-03-10 10:18:13 +0000
commit208b24fb8df657fd194f36045e07ffad47f5a4d9 (patch)
treebd299697f08bc985f4a3292ac5d7385715a1d8db
parent360b7a3b57b7f26f023f979465de7f9d47cc15cb (diff)
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 <daniel.hanrahan@est.tech> Change-Id: Ia2067c7716d21f6a4905ff95263ad6690e8f4739
-rw-r--r--gui-editors/gui-editor-apex/pom.xml3
-rw-r--r--pom.xml3
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 @@
<description>Web client for editing Apex policies</description>
<properties>
- <policy.apex-pdp.version>2.4.0</policy.apex-pdp.version>
- <policy.common.version>1.10.1-SNAPSHOT</policy.common.version>
- <policy.models.version>2.6.1-SNAPSHOT</policy.models.version>
<webapp.dir>${project.basedir}/src/main/webapp</webapp.dir>
<sonar.nodejs.executable>${webapp.dir}/node/node</sonar.nodejs.executable>
<sonar.sources>${project.basedir}/src/main/java,${webapp.dir}/js</sonar.sources>
diff --git a/pom.xml b/pom.xml
index a1a43dc..ed9c8e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -40,6 +40,9 @@
<description>Code for all the Policy GUI's.</description>
<properties>
+ <policy.apex-pdp.version>2.4.0</policy.apex-pdp.version>
+ <policy.common.version>1.10.1-SNAPSHOT</policy.common.version>
+ <policy.models.version>2.6.1-SNAPSHOT</policy.models.version>
<jacoco.dataFile>${project.basedir}/../../target/code-coverage/jacoco-ut.exec</jacoco.dataFile>
<sonar.javascript.lcov.reportPaths>${project.basedir}/target/code-coverage/lcov.info</sonar.javascript.lcov.reportPaths>
</properties>