Use proper user given values for deploy-site.xml
[controller.git] / opendaylight / archetypes / opendaylight-startup / src / main / resources / archetype-resources / deploy-site.xml
index 619c6afed13545cf56dbc5e220228f3bbd1ec623..e2ca41ca08770908e8d25c0dc8eed954c98e3ea5 100644 (file)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!-- vi: set et smarttab sw=2 tabstop=2: -->
 <!--
-    Copyright (c) 2015 The Linux Foundation and others.  All rights reserved.
+    Copyright (c) ${copyrightYear} ${copyright} and others.  All rights reserved.
 
     This program and the accompanying materials are made available under the
     terms of the Eclipse Public License v1.0 which accompanies this distribution,
@@ -10,9 +10,9 @@
 <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.opendaylight.PROJECT</groupId>
+  <groupId>${groupId}</groupId>
   <artifactId>deploy-site</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>${version}</version>
   <packaging>pom</packaging>
 
   <properties>