blob: 15ef2e8faa95a626618b4f4b1e3114b2616f3f13 [file] [log] [blame]
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.integrationtests</groupId>
<artifactId>lifecycleMojoVersionInPluginMgmt</artifactId>
<packaging>pom</packaging>
<version>1</version>
<name>lifecycleMojoVersionInPluginMgmt</name>
<build>
<pluginManagement>
<plugins>
<plugin>
<artifactId>maven-site-plugin</artifactId>
<version>2.0-beta-5</version>
</plugin>
</plugins>
</pluginManagement>
</build>
</project>