summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJimmy Forsyth <jf2512@att.com>2019-08-14 16:21:21 -0400
committerJimmy Forsyth <jf2512@att.com>2019-08-14 16:21:22 -0400
commitb518f0f73e9844809ccf4747a88693a4899963b2 (patch)
tree830443886bd75cb57e029edebd996827c338dfc4
parent5eceaf43aae44797f1818895c0b656ebda6677c3 (diff)
Upversion validation in elalto5.1.0-ONAP5.0.1-ONAPelalto
Issue-ID: AAI-2579 Signed-off-by: Jimmy Forsyth <jf2512@att.com> Change-Id: I5a9e2aba33f93b496d5785582c50a7234fcac18d
-rw-r--r--pom.xml6
-rw-r--r--version.properties2
2 files changed, 4 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index 0f0c0da..d9caece 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
<groupId>org.onap.aai.validation</groupId>
<artifactId>validation</artifactId>
<name>aai-validation</name>
- <version>1.5.0-SNAPSHOT</version>
+ <version>1.5.1-SNAPSHOT</version>
<parent>
<groupId>org.onap.oparent</groupId>
<artifactId>oparent</artifactId>
@@ -49,7 +49,7 @@
</dependencyManagement>
<properties>
- <spring-boot.version>1.5.20.RELEASE</spring-boot.version>
+ <spring-boot.version>1.5.21.RELEASE</spring-boot.version>
<start-class>org.onap.aai.validation.ValidationServiceApplication</start-class>
<serverPort>9500</serverPort>
<sslport>9501</sslport>
@@ -67,7 +67,7 @@
<version.org.eclipse.persistence.moxy>2.6.2</version.org.eclipse.persistence.moxy>
<version.org.hamcrest.hamcrest-library>1.3</version.org.hamcrest.hamcrest-library>
<version.org.json.json>20160212</version.org.json.json>
- <version.aai.aai-schema>1.5.0</version.aai.aai-schema>
+ <version.aai.aai-schema>1.5.1</version.aai.aai-schema>
<version.aai.aai-schema-ingest>1.4.1</version.aai.aai-schema-ingest>
<aai.oxm.target.folder>${project.build.directory}/bundleconfig/etc/oxm/</aai.oxm.target.folder>
<version.org.glassfish.jersey.core.jersey-client>2.23</version.org.glassfish.jersey.core.jersey-client>
diff --git a/version.properties b/version.properties
index 99af342..f78f30b 100644
--- a/version.properties
+++ b/version.properties
@@ -4,7 +4,7 @@
major=1
minor=5
-patch=0
+patch=1
base_version=${major}.${minor}.${patch}