Merge of recent changes to analytics manager. 55/2455/1
authorSuchi Raman <suchi.raman@plexxi.com>
Wed, 6 Nov 2013 17:59:02 +0000 (12:59 -0500)
committerSuchi Raman <suchi.raman@plexxi.com>
Wed, 6 Nov 2013 17:59:35 +0000 (12:59 -0500)
Signed-off-by: Suchi Raman <suchi.raman@plexxi.com>
affinity/integrationtest/pom.xml

index 54e1fc8f06d2c06ca444d78b3c69c7b3dff7b8c7..a7d543e6dfc9dab357d9c8d701e484c0f0453c31 100644 (file)
   <build>
     <pluginManagement>
       <plugins>
+        <plugin>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>1.7</source>
+            <target>1.7</target>
+          </configuration>
+        </plugin>        
         <plugin>
           <groupId>org.jacoco</groupId>
           <artifactId>jacoco-maven-plugin</artifactId>