diff options
author | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-07-11 08:47:49 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2019-08-15 16:36:48 +0000 |
commit | c74f6af8d7b72eeeee7ceedbf82fc8cecef1ae3d (patch) | |
tree | c734478dca6678c317f0b793a11b048874835cf5 /sdnr/wt/readthedocs | |
parent | a68f2b849f86ab0a146648385785d40595388a52 (diff) |
Update to Neon
Apply code updates to port to Neon.
Change-Id: I159309494ec64209d9fa23fc515643f1e31fe146
Issue-ID: CCSDK-1389
Signed-off-by: Timoney, Dan (dt5972) <dtimoney@att.com>
Diffstat (limited to 'sdnr/wt/readthedocs')
-rw-r--r-- | sdnr/wt/readthedocs/pom.xml | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/sdnr/wt/readthedocs/pom.xml b/sdnr/wt/readthedocs/pom.xml index 9450cd800..856b58628 100644 --- a/sdnr/wt/readthedocs/pom.xml +++ b/sdnr/wt/readthedocs/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<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"> +<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> <groupId>org.onap.ccsdk.features.sdnr.wt</groupId> @@ -12,8 +11,8 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.2</version> - <relativePath /> + <version>1.4.0-SNAPSHOT</version> + <relativePath/> </parent> <properties> |