Release appc
[appc.git] / appc-directed-graph / dg-loader / pom.xml
index 6565929..cd0f78c 100644 (file)
   See the License for the specific language governing permissions and
   limitations under the License.
 
-  ECOMP is a trademark and service mark of AT&T Intellectual Property.
   ============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/maven-v4_0_0.xsd">
 
     <parent>
-        <groupId>org.openecomp.appc</groupId>
+        <groupId>org.onap.appc</groupId>
         <artifactId>appc-directed-graph</artifactId>
-        <version>1.3.0-SNAPSHOT</version>
+        <version>1.6.2</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
 
-    <groupId>org.openecomp.appc.plugins</groupId>
+    <groupId>org.onap.appc.plugins</groupId>
     <artifactId>dg-loader</artifactId>
-    <version>1.3.0-SNAPSHOT</version>
+    <version>1.6.2</version>
     <packaging>pom</packaging>
 
     <name>Directed Graph Loader Node</name>
@@ -45,8 +44,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <java.version.source>1.8</java.version.source>
         <java.version.target>1.8</java.version.target>
-        <logback.version>1.1.1</logback.version>
-        <common.collections.version>3.2.1</common.collections.version>
+        <commons.collections.version>3.2.2</commons.collections.version>
         <common.io.version>2.5</common.io.version>
         <jettison.version>1.3.7</jettison.version>
         <licenseDir>${project.parent.parent.basedir}</licenseDir>