[maven-release-plugin] prepare release pmd-build-0.5
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@7563 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -1,6 +1,5 @@
|
|||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?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"
|
<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/xsd/maven-4.0.0.xsd">
|
||||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
|
|
||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
|
|
||||||
<parent>
|
<parent>
|
||||||
@ -12,7 +11,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs
|
|||||||
<groupId>net.sourceforge.pmd</groupId>
|
<groupId>net.sourceforge.pmd</groupId>
|
||||||
<artifactId>pmd-build</artifactId>
|
<artifactId>pmd-build</artifactId>
|
||||||
<name>PMD Build Plugin</name>
|
<name>PMD Build Plugin</name>
|
||||||
<version>0.5-SNAPSHOT</version>
|
<version>0.5</version>
|
||||||
<packaging>maven-plugin</packaging>
|
<packaging>maven-plugin</packaging>
|
||||||
<description>
|
<description>
|
||||||
<![CDATA[
|
<![CDATA[
|
||||||
@ -39,9 +38,9 @@ only if you modify the java code.
|
|||||||
</licenses>
|
</licenses>
|
||||||
|
|
||||||
<scm>
|
<scm>
|
||||||
<connection>scm:svn:https://pmd.svn.sourceforge.net/svnroot/pmd/trunk/maven-plugin-pmd-build</connection>
|
<connection>scm:svn:https://pmd.svn.sourceforge.net/svnroot/pmd/tags/maven-plugin-pmd-build/pmd-build-0.5</connection>
|
||||||
<developerConnection>scm:svn:https://pmd.svn.sourceforge.net/svnroot/pmd/trunk/maven-plugin-pmd-build</developerConnection>
|
<developerConnection>scm:svn:https://pmd.svn.sourceforge.net/svnroot/pmd/tags/maven-plugin-pmd-build/pmd-build-0.5</developerConnection>
|
||||||
<url>http://pmd.svn.sourceforge.net/viewvc/pmd/trunk/maven-plugin-pmd-build</url>
|
<url>http://pmd.svn.sourceforge.net/viewvc/pmd/tags/maven-plugin-pmd-build/pmd-build-0.5</url>
|
||||||
</scm>
|
</scm>
|
||||||
|
|
||||||
<developers>
|
<developers>
|
||||||
|
Reference in New Issue
Block a user