diff options
author | danielhanrahan <daniel.hanrahan@est.tech> | 2022-03-10 10:00:07 +0000 |
---|---|---|
committer | Daniel Hanrahan <daniel.hanrahan@est.tech> | 2022-03-10 10:18:13 +0000 |
commit | 208b24fb8df657fd194f36045e07ffad47f5a4d9 (patch) | |
tree | bd299697f08bc985f4a3292ac5d7385715a1d8db /gui-editors | |
parent | 360b7a3b57b7f26f023f979465de7f9d47cc15cb (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
Diffstat (limited to 'gui-editors')
-rw-r--r-- | gui-editors/gui-editor-apex/pom.xml | 3 |
1 files changed, 0 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> |