Author: olamy
Date: Sat Jun 11 07:47:52 2011
New Revision: 1134540
URL: http://svn.apache.org/viewvc?rev=1134540&view=rev
Log:
mavenreporting-impl is now 1.5
Modified:
maven/shared/trunk/maven-reporting-impl/pom.xml
Modified: maven/shared/trunk/maven-reporting-impl/pom.xml
URL:
http://svn.apache.org/viewvc/maven/shared/trunk/maven-reporting-impl/pom.xml?rev=1134540&r1=1134539&r2=1134540&view=diff
==============================================================================
--- maven/shared/trunk/maven-reporting-impl/pom.xml (original)
+++ maven/shared/trunk/maven-reporting-impl/pom.xml Sat Jun 11 07:47:52 2011
@@ -124,6 +124,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>
+
<profiles>
<profile>
<id>reporting</id>