From a731df5883aebc9fe34797737e00ea8f236019ee Mon Sep 17 00:00:00 2001 From: Sean Hassan Date: Tue, 27 Oct 2020 12:02:12 -0500 Subject: Prepare for release 2.1.19 Issue-ID: AAF-1210 Change-Id: I47b98f70327b3c786ac4fd9f39fae64b0b18d2ab Signed-off-by: Sean Hassan --- pom.xml | 4 ++-- shiro-osgi-bundle/pom.xml | 2 +- shiro/pom.xml | 2 +- sidecar/fproxy/pom.xml | 2 +- sidecar/pom.xml | 2 +- sidecar/rproxy/pom.xml | 2 +- sidecar/tproxy-config/pom.xml | 2 +- version.properties | 2 +- 8 files changed, 9 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 8b0096f..fe9e68b 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ 4.0.0 org.onap.aaf.cadi parent - 2.1.18-SNAPSHOT + 2.1.19-SNAPSHOT CADI Plugins Parent pom @@ -34,7 +34,7 @@ - 2.7.2 + 2.7.4 UTF-8 diff --git a/shiro-osgi-bundle/pom.xml b/shiro-osgi-bundle/pom.xml index 531ee90..228ae37 100644 --- a/shiro-osgi-bundle/pom.xml +++ b/shiro-osgi-bundle/pom.xml @@ -22,7 +22,7 @@ org.onap.aaf.cadi parent - 2.1.18-SNAPSHOT + 2.1.19-SNAPSHOT .. diff --git a/shiro/pom.xml b/shiro/pom.xml index fada340..e7044ab 100644 --- a/shiro/pom.xml +++ b/shiro/pom.xml @@ -22,7 +22,7 @@ org.onap.aaf.cadi parent - 2.1.18-SNAPSHOT + 2.1.19-SNAPSHOT .. diff --git a/sidecar/fproxy/pom.xml b/sidecar/fproxy/pom.xml index eb680ba..fce139d 100644 --- a/sidecar/fproxy/pom.xml +++ b/sidecar/fproxy/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.18-SNAPSHOT + 2.1.19-SNAPSHOT diff --git a/sidecar/pom.xml b/sidecar/pom.xml index bba5587..7634616 100644 --- a/sidecar/pom.xml +++ b/sidecar/pom.xml @@ -20,7 +20,7 @@ org.onap.aaf.cadi parent - 2.1.18-SNAPSHOT + 2.1.19-SNAPSHOT .. 4.0.0 diff --git a/sidecar/rproxy/pom.xml b/sidecar/rproxy/pom.xml index 368c833..088ac27 100644 --- a/sidecar/rproxy/pom.xml +++ b/sidecar/rproxy/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.18-SNAPSHOT + 2.1.19-SNAPSHOT diff --git a/sidecar/tproxy-config/pom.xml b/sidecar/tproxy-config/pom.xml index e1de788..e849c58 100644 --- a/sidecar/tproxy-config/pom.xml +++ b/sidecar/tproxy-config/pom.xml @@ -24,7 +24,7 @@ org.onap.aaf.cadi.sidecar sidecar - 2.1.18-SNAPSHOT + 2.1.19-SNAPSHOT tproxy-config diff --git a/version.properties b/version.properties index c276227..4f38cbc 100644 --- a/version.properties +++ b/version.properties @@ -28,7 +28,7 @@ # This TAG 2.1.13 is here to help remember to change this file. Keep it up to date with the following "real" entries: major=2 minor=1 -patch=18 +patch=19 base_version=${major}.${minor}.${patch} -- cgit 1.2.3-korg