Fix FELIX-2666 Rename the temporal handler annotation to avoid collision

@Requires (for temporal dependencies) becomes deprecated, replaced by @Temporal.


git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1052475 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/handler/temporal/pom.xml b/ipojo/tests/handler/temporal/pom.xml
index d20cb9b..6f54cdd 100644
--- a/ipojo/tests/handler/temporal/pom.xml
+++ b/ipojo/tests/handler/temporal/pom.xml
@@ -82,7 +82,7 @@
 							org.apache.felix.ipojo.test*

 						</Private-Package>

 						<Test-Suite>

-				org.apache.felix.ipojo.test.scenarios.temporal.TemporalTestSuite

+						org.apache.felix.ipojo.test.scenarios.temporal.TemporalTestSuite

 						</Test-Suite>

 					</instructions>

 				</configuration>

@@ -98,9 +98,9 @@
 					</execution>

 				</executions>

 			</plugin>

-            

-            

-            <plugin>

+

+

+        <plugin>

         <groupId>org.apache.felix</groupId>

         <artifactId>maven-junit4osgi-plugin</artifactId>

         <version>1.1.0-SNAPSHOT</version>