diff options
author | Tommy Carpenter <tommy@research.att.com> | 2017-10-04 12:08:53 +0000 |
---|---|---|
committer | Tommy Carpenter <tommy@research.att.com> | 2017-10-05 13:35:24 -0400 |
commit | 2c28eaa42db36901421727c57b1450c29d49fbf8 (patch) | |
tree | 19aac6f0c11e69c55125df452e7867b394fa4d53 /pom.xml | |
parent | 483289371744c88d60a887252a2634a867e023d7 (diff) |
Eliminate entry.sh using latest BEAMv4.0.03.0.1-ONAP3.0.0-ONAP2.0.0-ONAP1.0.0-ONAP1.0.0-Amsterdamcasablancabeijing2.0.0-ONAP
Issue-ID: DCAEGEN2-126
Change-Id: I45e6eec9df7aa02edc7efcbc0df0e862e3e4474d
Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,15 +21,16 @@ ECOMP is a trademark and service mark of AT&T Intellectual Property. <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.oparent</groupId> - <artifactId>oparent</artifactId> + <groupId>org.onap.dcaegen2</groupId> + <artifactId>dcaegen2</artifactId> <version>1.0.0-SNAPSHOT</version> </parent> + <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> <groupId>org.onap.dcaegen2.platform</groupId> <artifactId>cdapbroker</artifactId> <name>dcaegen2-platform-cdapbroker</name> - <version>1.0.0-SNAPSHOT</version> + <version>4.0.10</version> <url>http://maven.apache.org</url> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |