summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliamfallon <liam.fallon@est.tech>2021-10-12 14:45:53 +0100
committerliamfallon <liam.fallon@est.tech>2021-10-12 14:47:04 +0100
commit34367583a1e62a10fb39ae0488f8df3aef5caf6b (patch)
tree6ff479f41431ed0a7a7b46ee30fe2cc4c3da7404
parent40f09542ef0fcbb652a96ac8bd3f691c5a72cc83 (diff)
Update parent resources version for next release
This is the first step in releasing images, it updates the release version for resources for policy parent. Issue-ID: POLICY-3696 Change-Id: I5080a6ecb3ec5c3357b4a5c39767b72bac295307 Signed-off-by: liamfallon <liam.fallon@est.tech>
-rw-r--r--integration/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/integration/pom.xml b/integration/pom.xml
index 39f31122..3953be0f 100644
--- a/integration/pom.xml
+++ b/integration/pom.xml
@@ -37,7 +37,7 @@
<properties>
<java.version>11</java.version>
<!-- NOTE: For RELEASE/SNAPSHOT always set to the project version -->
- <version.parent.resources>3.4.2</version.parent.resources>
+ <version.parent.resources>3.4.3</version.parent.resources>
<version.logback>1.2.3</version.logback>
<version.dmaap>1.1.12</version.dmaap>
<version.powermock>2.0.9</version.powermock>