diff options
author | Jimmy Forsyth <jf2512@att.com> | 2019-08-13 18:26:42 -0400 |
---|---|---|
committer | Jimmy Forsyth <jf2512@att.com> | 2019-08-13 18:26:43 -0400 |
commit | 3ce3de8298345d1992e4af224f6d32b8ef6e5331 (patch) | |
tree | f353e83ae21e0122acb5b7e1230f33ecf910fd81 /pom.xml | |
parent | fd17a3dd7aec4885609c6be72e5a3d245897891e (diff) |
Upversion data-router in elalto
Issue-ID: AAI-2579
Signed-off-by: Jimmy Forsyth <jf2512@att.com>
Change-Id: Iab8708a5ffb5ceb8ef63193f188b814e6a5a2129
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -25,12 +25,12 @@ limitations under the License. <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.19.RELEASE</version> + <version>1.5.21.RELEASE</version> <relativePath /> </parent> <groupId>org.onap.aai.data-router</groupId> <artifactId>data-router</artifactId> - <version>1.5.0-SNAPSHOT</version> + <version>1.5.1-SNAPSHOT</version> <name>aai-data-router</name> <properties> @@ -48,7 +48,7 @@ limitations under the License. <installOwnerUser>aaiadmin</installOwnerUser> <installOwnerGroup>aaiadmin</installOwnerGroup> <ownerManagementGroup>com.att.csid.lab</ownerManagementGroup> - <version.aai-schema>1.5.0</version.aai-schema> + <version.aai-schema>1.5.1</version.aai-schema> <!-- Port Selection. A value of 0 will allow for dynamic port selection. For local testing, you may choose to hardcode this value to something like |