Upversion for global jjb transition 04/90204/1
authorJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 22:33:41 +0000 (18:33 -0400)
committerJimmy Forsyth <jf2512@att.com>
Wed, 19 Jun 2019 22:33:44 +0000 (18:33 -0400)
Issue-ID: AAI-2501
Change-Id: I84f3fde66da363d556055a34cdfe4f89e85deb52
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 6822fc0..6f96d99 100644 (file)
--- 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.4.1-SNAPSHOT</version>
+       <version>1.5.0-SNAPSHOT</version>
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
@@ -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.0.5</version.aai.aai-schema>
+        <version.aai.aai-schema>1.5.0</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>
index eff345c..99af342 100644 (file)
@@ -3,8 +3,8 @@
 # because they are used in Jenkins, whose plug-in doesn't support
 
 major=1
-minor=4
-patch=1
+minor=5
+patch=0
 
 base_version=${major}.${minor}.${patch}