moving to 5.0, as it's required at runtime for maven-artifact now anyway

git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@669226 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Brett Leslie Porter 2008-06-18 17:04:33 +00:00
parent 3bce57d8c7
commit 5be7ffdd23
1 changed files with 1 additions and 22 deletions

23
pom.xml
View File

@ -143,23 +143,19 @@ under the License.
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<!-- Maybe someday...
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
-->
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.0-beta-2</version>
<!-- Maybe someday...
<configuration>
<source>1.5</source>
<target>1.5</target>
</configuration>
-->
</plugin>
<plugin>
<artifactId>maven-release-plugin</artifactId>
@ -475,7 +471,7 @@ under the License.
<version>1.0-alpha-3</version>
<executions>
<execution>
<id>enforce-jdk-14</id>
<id>enforce-jdk-15</id>
<goals>
<goal>enforce</goal>
</goals>
@ -489,23 +485,6 @@ under the License.
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.0-beta-2</version>
<configuration>
<source>1.4</source>
<target>1.4</target>
</configuration>
</plugin>
</plugins>
</build>
</profile>