[maven-release-plugin]  copy for tag maven-ipojo-plugin-1.8.0

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.8.0@1059793 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/DEPENDENCIES b/DEPENDENCIES
index 1d209d3..d3d5c69 100644
--- a/DEPENDENCIES
+++ b/DEPENDENCIES
@@ -4,4 +4,3 @@
 This product includes software developed at
 The Apache Software Foundation (http://www.apache.org/).
 Licensed under the Apache License 2.0.
-
diff --git a/pom.xml b/pom.xml
index 021a369..870d495 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-ipojo-plugin</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.8.0</version>
   <name>Apache Felix iPOJO Maven Plugin</name>
   <packaging>maven-plugin</packaging>
   
@@ -72,7 +72,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo.manipulator</artifactId>
-      <version>${project.version}</version>
+      <version>1.8.0</version>
     </dependency>
   </dependencies>
   <build>
@@ -120,4 +120,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.8.0</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.8.0</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/maven-ipojo-plugin-1.8.0</url>
+  </scm>
 </project>
diff --git a/src/main/resources/META-INF/maven/archetype-metadata.xml b/src/main/resources/META-INF/maven/archetype-metadata.xml
index 30e84a2..f98380b 100644
--- a/src/main/resources/META-INF/maven/archetype-metadata.xml
+++ b/src/main/resources/META-INF/maven/archetype-metadata.xml
@@ -1,3 +1,21 @@
+<!--
+  Licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements.  See the NOTICE file
+  distributed with this work for additional information
+  regarding copyright ownership.  The ASF licenses this file
+  to you under the Apache License, Version 2.0 (the
+  "License"); you may not use this file except in compliance
+  with the License.  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied.  See the License for the
+  specific language governing permissions and limitations
+  under the License.
+-->
 <archetype>
 	<id>maven-ipojo-plugin</id>
 	<fileSets>