<?xml version="1.0" encoding="UTF-8"?>
<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 https://maven.apache.org/xsd/maven-4.0.0.xsd">
  <modelVersion>4.0.0</modelVersion>
  <parent>
    <groupId>org.apache.maven</groupId>
    <artifactId>maven-parent</artifactId>
    <version>44</version>
  </parent>
  <groupId>org.apache.maven.plugin-testing</groupId>
  <artifactId>maven-plugin-testing</artifactId>
  <version>4.0.0-beta-4</version>
  <packaging>pom</packaging>
  <name>Maven Plugin Testing</name>
  <description>The Maven Plugin Testing contains the necessary modules to be able to test Maven Plugins.</description>
  <url>https://maven.apache.org/plugin-testing/</url>
  <inceptionYear>2008</inceptionYear>
  <scm>
    <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</connection>
    <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-plugin-testing.git</developerConnection>
    <tag>v4.0.0-beta-4</tag>
    <url>https://github.com/apache/maven-plugin-testing/tree/${project.scm.tag}</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/apache/maven-plugin-testing/issues</url>
  </issueManagement>
  <ciManagement>
    <system>Jenkins</system>
    <url>https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-plugin-testing/</url>
  </ciManagement>
  <distributionManagement>
    <site>
      <id>apache.website</id>
      <url>scm:svn:https://svn.apache.org/repos/asf/maven/website/components/${maven.site.path}</url>
    </site>
  </distributionManagement>
  <properties>
    <surefire.version>3.5.1</surefire.version>
    <mavenVersion>4.0.0-rc-3</mavenVersion>
    <maven.site.path>plugin-testing-archives/LATEST</maven.site.path>
    <javaVersion>17</javaVersion>
    <project.build.outputTimestamp>2025-03-26T09:53:19Z</project.build.outputTimestamp>
    <version.maven-site-plugin>4.0.0-M16</version.maven-site-plugin>
    <version.maven-fluido-skin>2.0.0-M10</version.maven-fluido-skin>
  </properties>
</project>