diff options
author | Dan Timoney <dtimoney@att.com> | 2021-05-04 13:52:45 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2021-05-04 16:38:59 -0400 |
commit | 24383fb1217bcd444f5c59e5415ee31dc4d93547 (patch) | |
tree | e5a130622926db784def3fba48ff9e1f3396e499 /sdnr/wt/helpserver/feature/pom.xml | |
parent | 3ee092ad47f0108e4092d386273c5205f1befba1 (diff) |
Update versions for Aluminum SR3
Update versions for Aluminum SR3
Issue-ID: CCSDK-3285
Signed-off-by: Dan Timoney <dtimoney@att.com>
Change-Id: I0efc97104b792a5a0c90a06efcf9edecc46fdbf6
Diffstat (limited to 'sdnr/wt/helpserver/feature/pom.xml')
-rw-r--r-- | sdnr/wt/helpserver/feature/pom.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sdnr/wt/helpserver/feature/pom.xml b/sdnr/wt/helpserver/feature/pom.xml index b55ecdb06..bb8e68e16 100644 --- a/sdnr/wt/helpserver/feature/pom.xml +++ b/sdnr/wt/helpserver/feature/pom.xml @@ -22,14 +22,13 @@ ~ ============LICENSE_END======================================================= ~ --> - <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>2.1.3</version> + <version>2.1.4</version> <relativePath/> </parent> |