diff options
-rw-r--r-- | pom.xml | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -18,20 +18,19 @@ limitations under the License. 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</groupId> - <artifactId>dcaegen2</artifactId> - <version>1.2.0-SNAPSHOT</version> + <groupId>org.onap.oparent</groupId> + <artifactId>oparent</artifactId> + <version>1.2.0</version> </parent> <!--- CHANGE THE FOLLOWING 3 OBJECTS for your own repo --> <groupId>org.onap.dcaegen2</groupId> <artifactId>collectors</artifactId> <name>dcaegen2-collectors</name> - + <version>1.1.0-SNAPSHOT</version> <url>http://maven.apache.org</url> <properties> |