[maven-release-plugin]  copy for tag geronimo-jcdi_1.1_spec-1.0-alpha-1

git-svn-id: https://svn.apache.org/repos/asf/geronimo/specs/tags/geronimo-jcdi_1.1_spec-1.0-alpha-1@1625764 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 1f7fdc6..1be2a71 100644
--- a/pom.xml
+++ b/pom.xml
@@ -20,8 +20,8 @@
 
     <parent>
         <groupId>org.apache.geronimo.genesis</groupId>
-        <artifactId>genesis-java5-flava</artifactId>
-        <version>2.0</version>
+        <artifactId>genesis-java6-flava</artifactId>
+        <version>2.2</version>
     </parent>
 
     <groupId>org.apache.geronimo.specs</groupId>
diff --git a/src/main/java/javax/enterprise/inject/spi/AfterTypeDiscovery.java b/src/main/java/javax/enterprise/inject/spi/AfterTypeDiscovery.java
index 11e32da..8869462 100644
--- a/src/main/java/javax/enterprise/inject/spi/AfterTypeDiscovery.java
+++ b/src/main/java/javax/enterprise/inject/spi/AfterTypeDiscovery.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 javax.enterprise.inject.spi;
 
 import java.util.List;
diff --git a/src/main/java/javax/enterprise/inject/spi/CDI.java b/src/main/java/javax/enterprise/inject/spi/CDI.java
index 2503bc0..35653b2 100644
--- a/src/main/java/javax/enterprise/inject/spi/CDI.java
+++ b/src/main/java/javax/enterprise/inject/spi/CDI.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 javax.enterprise.inject.spi;
 
 import javax.enterprise.inject.Instance;
diff --git a/src/main/java/javax/enterprise/inject/spi/CDIProvider.java b/src/main/java/javax/enterprise/inject/spi/CDIProvider.java
index 1b63a41..5104d5b 100644
--- a/src/main/java/javax/enterprise/inject/spi/CDIProvider.java
+++ b/src/main/java/javax/enterprise/inject/spi/CDIProvider.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 javax.enterprise.inject.spi;
 
 /**
diff --git a/src/main/java/javax/enterprise/inject/spi/ProcessInjectionPoint.java b/src/main/java/javax/enterprise/inject/spi/ProcessInjectionPoint.java
index fab5f79..c4272c4 100644
--- a/src/main/java/javax/enterprise/inject/spi/ProcessInjectionPoint.java
+++ b/src/main/java/javax/enterprise/inject/spi/ProcessInjectionPoint.java
@@ -21,8 +21,8 @@
 /**
  * Gets fired for each InjectionPoint.
  *
- * @param <T> observed event type
- * @param <X> bean class
+ * @param <T> managed bean class
+ * @param <X> declared type of the injection point
  */
 public interface ProcessInjectionPoint<T, X>
 {
diff --git a/src/main/java/javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.java b/src/main/java/javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.java
index f203e48..78be497 100644
--- a/src/main/java/javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.java
+++ b/src/main/java/javax/enterprise/inject/spi/ProcessSyntheticAnnotatedType.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 javax.enterprise.inject.spi;
 
 /**