From bd58bbc5aee8eb495adbc3275dc876462cb984c6 Mon Sep 17 00:00:00 2001 From: Michael Reece Date: Wed, 17 Oct 2018 16:32:33 +0100 Subject: [PATCH] Update champ version to 1.3.1-SNAPSHOT Update the patch_version in the version.properties file Issue-ID: AAI-1741 Change-Id: I974c6a429346cce82426378687688e00b2ec027e Signed-off-by: Michael Reece --- champ-lib/champ-core/pom.xml | 2 +- champ-lib/champ-janus/pom.xml | 2 +- champ-lib/champ-titan/pom.xml | 2 +- champ-lib/pom.xml | 2 +- champ-service-deps-janus/pom.xml | 2 +- champ-service-deps-titan/pom.xml | 2 +- champ-service/pom.xml | 2 +- pom.xml | 2 +- version.properties | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index d8a2e34..4682def 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/champ-janus/pom.xml b/champ-lib/champ-janus/pom.xml index f17de33..f34e94e 100644 --- a/champ-lib/champ-janus/pom.xml +++ b/champ-lib/champ-janus/pom.xml @@ -27,7 +27,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 8235159..ba7d712 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai.champ champ-lib - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.aai.champ.champ-lib diff --git a/champ-lib/pom.xml b/champ-lib/pom.xml index 56e1f17..624b155 100644 --- a/champ-lib/pom.xml +++ b/champ-lib/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index d936a1b..25e8e3c 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.aai.champ diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 8a1de89..5192049 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.aai champ - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.aai.champ diff --git a/champ-service/pom.xml b/champ-service/pom.xml index cbd54f6..cb8c6fe 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -26,7 +26,7 @@ limitations under the License. org.onap.aai champ - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT org.onap.aai.champ diff --git a/pom.xml b/pom.xml index 7732ecc..45c5154 100755 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ limitations under the License. champ aai-champ pom - 1.3.0-SNAPSHOT + 1.3.1-SNAPSHOT https://nexus.onap.org diff --git a/version.properties b/version.properties index 51e1781..e8911fb 100644 --- a/version.properties +++ b/version.properties @@ -5,7 +5,7 @@ major_version=1 minor_version=3 -patch_version=0 +patch_version=1 base_version=${major_version}.${minor_version}.${patch_version} -- 2.16.6