Commit the new iPOJO version (0.7.6).

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@642265 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/annotations/pom.xml b/ipojo/annotations/pom.xml
index 9a62990..e2b5446 100644
--- a/ipojo/annotations/pom.xml
+++ b/ipojo/annotations/pom.xml
@@ -19,16 +19,15 @@
 <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">

   <parent>

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

-    <artifactId>felix</artifactId>

-    <version>1.0.2</version>
-    <relativePath>../../pom/pom.xml</relativePath>

+    <artifactId>iPOJO</artifactId>

+    <groupId>org.apache.felix</groupId>
+    <version>0.7.6-SNAPSHOT</version>

+    <relativePath>../pom.xml</relativePath>
   </parent>

   <modelVersion>4.0.0</modelVersion>

   <artifactId>org.apache.felix.ipojo.annotations</artifactId>

   <packaging>bundle</packaging>

-  <version>0.7.5-SNAPSHOT</version>

-  <name>iPOJO Annotations</name>

+  <name>Apache Felix iPOJO Annotations</name>

   <build>

   <plugins>

   <plugin>

@@ -38,9 +37,9 @@
 		<source>1.5</source>

 		<target>1.5</target>

 		</configuration>

-	  </plugin>

+	</plugin>

   	<plugin>

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

+    	<groupId>org.apache.felix</groupId>
     	<artifactId>maven-bundle-plugin</artifactId>

         <version>1.4.0</version>
     	<extensions>true</extensions>

@@ -55,4 +54,15 @@
   	</plugin>

   </plugins>

   </build>

+  <reporting>

+    <plugins>

+      <plugin>

+        <groupId>org.apache.maven.plugins</groupId>

+        <artifactId>maven-checkstyle-plugin</artifactId>

+        <configuration>

+          <configLocation>http://people.apache.org/~clement/styles/checkstyle_ipojo.xml</configLocation>

+        </configuration>

+      </plugin>

+    </plugins>

+  </reporting>

 </project>
\ No newline at end of file