[maven-release-plugin]  copy for tag org.apache.felix.ipojo.annotations-1.6.2

git-svn-id: https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.annotations-1.6.2@944849 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 82a90be..c203e21 100644
--- a/pom.xml
+++ b/pom.xml
@@ -26,7 +26,7 @@
   <modelVersion>4.0.0</modelVersion>
   <artifactId>org.apache.felix.ipojo.annotations</artifactId>
   <groupId>org.apache.felix</groupId>
-  <version>1.7.0-SNAPSHOT</version>
+  <version>1.6.2</version>
   <packaging>bundle</packaging>
   <name>Apache Felix iPOJO Annotations</name>
   
@@ -99,4 +99,10 @@
       </plugin>
     </plugins>
   </build>
+
+  <scm>
+    <connection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.annotations-1.6.2</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.annotations-1.6.2</developerConnection>
+    <url>scm:svn:https://svn.apache.org/repos/asf/felix/releases/org.apache.felix.ipojo.annotations-1.6.2</url>
+  </scm>
 </project>
diff --git a/src/main/java/org/apache/felix/ipojo/annotations/PostRegistration.java b/src/main/java/org/apache/felix/ipojo/annotations/PostRegistration.java
index f3f537d..2e6bac8 100644
--- a/src/main/java/org/apache/felix/ipojo/annotations/PostRegistration.java
+++ b/src/main/java/org/apache/felix/ipojo/annotations/PostRegistration.java
@@ -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.
+ */
 package org.apache.felix.ipojo.annotations;
 
 import java.lang.annotation.ElementType;
diff --git a/src/main/java/org/apache/felix/ipojo/annotations/PostUnregistration.java b/src/main/java/org/apache/felix/ipojo/annotations/PostUnregistration.java
index 704d753..428dff5 100644
--- a/src/main/java/org/apache/felix/ipojo/annotations/PostUnregistration.java
+++ b/src/main/java/org/apache/felix/ipojo/annotations/PostUnregistration.java
@@ -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.
+ */
 package org.apache.felix.ipojo.annotations;
 
 import java.lang.annotation.ElementType;