Update api repo
[policy/api.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index f264889..4d1895e 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -2,7 +2,7 @@
   ============LICENSE_START=======================================================
   ONAP Policy Engine - Drools PDP
   ================================================================================
-  Copyright (C) 2017 AT&T Intellectual Property. All rights reserved.
+  Copyright (C) 2017-2018 AT&T Intellectual Property. All rights reserved.
   ================================================================================
   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
        <parent>
                <groupId>org.onap.oparent</groupId>
                <artifactId>oparent</artifactId>
-               <version>1.0.0-SNAPSHOT</version>
+               <version>1.1.0</version>
                <relativePath/>
        </parent>
 
        <groupId>org.onap.policy.api</groupId>
        <artifactId>api</artifactId>
-       <version>1.1.0-SNAPSHOT</version>
+       <version>2.0.0-SNAPSHOT</version>
 
        <packaging>pom</packaging>
 
-       <name>Policy - API</name>
+       <name>policy-api</name>
        <description>Code that define our external API.</description>
 
        <properties>
@@ -61,7 +61,6 @@
                        <plugin>
                                <groupId>org.sonatype.plugins</groupId>
                                <artifactId>nexus-staging-maven-plugin</artifactId>
-                               <version>1.6.7</version>
                                <extensions>true</extensions>
                                <configuration>
                                        <nexusUrl>${nexusproxy}</nexusUrl>
@@ -72,7 +71,6 @@
                        <plugin>
                                <groupId>org.apache.maven.plugins</groupId>
                                <artifactId>maven-deploy-plugin</artifactId>
-                               <version>2.8</version> <!-- This version supports the "deployAtEnd" parameter -->
                                <configuration>
                                        <skip />
                                </configuration>
@@ -80,7 +78,6 @@
                        <plugin>
                          <groupId>org.apache.maven.plugins</groupId>
                          <artifactId>maven-site-plugin</artifactId>
-                         <version>3.6</version>
                          <dependencies>
                            <dependency>
                              <groupId>org.apache.maven.wagon</groupId>