diff options
Diffstat (limited to 'ms/neng')
-rw-r--r-- | ms/neng/pom.xml | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/ms/neng/pom.xml b/ms/neng/pom.xml index e7d8cf31..bab6fe67 100644 --- a/ms/neng/pom.xml +++ b/ms/neng/pom.xml @@ -18,12 +18,13 @@ * limitations under the License. * ============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> <groupId>org.onap.ccsdk.apps</groupId> <artifactId>ccsdk-apps-ms-neng</artifactId> - <version>0.7.0-SNAPSHOT</version> + <version>1.0.0-SNAPSHOT</version> <name>Naming Generation</name> <properties> @@ -232,7 +233,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>spring-boot-starter-parent</artifactId> - <version>1.5.2</version> + <version>2.0.0-SNAPSHOT</version> <relativePath/> </parent> |