Author: hughesj
Date: Wed Apr 1 14:26:36 2015
New Revision: 1670660
URL: http://svn.apache.org/r1670660
Log:
Build using the default Java 6
Modified:
aries/trunk/esa-ant-task/pom.xml
Modified: aries/trunk/esa-ant-task/pom.xml
URL:
http://svn.apache.org/viewvc/aries/trunk/esa-ant-task/pom.xml?rev=1670660&r1=1670659&r2=1670660&view=diff
==============================================================================
--- aries/trunk/esa-ant-task/pom.xml (original)
+++ aries/trunk/esa-ant-task/pom.xml Wed Apr 1 14:26:36 2015
@@ -30,18 +30,4 @@
<scope>test</scope>
</dependency>
</dependencies>
- <build>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-compiler-plugin</artifactId>
- <version>3.1</version>
- <configuration>
- <!--
http://maven.apache.org/plugins/maven-compiler-plugin/ -->
- <source>1.7</source>
- <target>1.7</target>
- </configuration>
- </plugin>
- </plugins>
- </build>
</project>