Skip to content
Snippets Groups Projects
Commit b31a0d0e authored by Dennis Lundberg's avatar Dennis Lundberg
Browse files

[maven-scm] copy for tag maven-changes-plugin-2.0-beta-2

parent 6c5cebd1
No related merge requests found
......@@ -14,18 +14,17 @@
~ limitations under the License.
-->
<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">
<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">
<parent>
<artifactId>maven-plugins</artifactId>
<groupId>org.apache.maven.plugins</groupId>
<version>2-SNAPSHOT</version>
<version>3</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>maven-changes-plugin</artifactId>
<packaging>maven-plugin</packaging>
<name>Maven Changes Report Plugin</name>
<version>2.0-beta-2-SNAPSHOT</version>
<version>2.0-beta-2</version>
<prerequisites>
<maven>2.0</maven>
</prerequisites>
......@@ -159,7 +158,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-changes-plugin</artifactId>
<version>2.0-beta-2-SNAPSHOT</version>
<version>2.0-beta-2</version>
<configuration>
<xmlPath>${basedir}/src/site/changes/sample-changes.xml</xmlPath>
</configuration>
......@@ -174,4 +173,10 @@
</plugin>
</plugins>
</reporting>
<scm>
<connection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</connection>
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</developerConnection>
<url>https://svn.apache.org/repos/asf/maven/plugins/tags/maven-changes-plugin-2.0-beta-2</url>
</scm>
</project>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment