You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2012/01/20 16:27:23 UTC

svn commit: r1233954 - /maven/shared/trunk/maven-archiver/pom.xml

Author: olamy
Date: Fri Jan 20 15:27:22 2012
New Revision: 1233954

URL: http://svn.apache.org/viewvc?rev=1233954&view=rev
Log:
[MSHARED-221] maven archiver 1.5 required.

Modified:
    maven/shared/trunk/maven-archiver/pom.xml

Modified: maven/shared/trunk/maven-archiver/pom.xml
URL: http://svn.apache.org/viewvc/maven/shared/trunk/maven-archiver/pom.xml?rev=1233954&r1=1233953&r2=1233954&view=diff
==============================================================================
--- maven/shared/trunk/maven-archiver/pom.xml (original)
+++ maven/shared/trunk/maven-archiver/pom.xml Fri Jan 20 15:27:22 2012
@@ -97,6 +97,21 @@
     </dependency>
   </dependencies>
 
+  <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-compiler-plugin</artifactId>
+          <configuration>
+            <source>1.5</source>
+            <target>1.5</target>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
+  </build>
+
   <reporting>
     <plugins>
       <plugin>