Author: khmarbaise Date: Mon Oct 19 07:14:00 2015 New Revision: 1709367 URL: http://svn.apache.org/viewvc?rev=1709367&view=rev Log: [maven-release-plugin] prepare release maven-clean-plugin-3.0.0
Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml Modified: maven/plugins/trunk/maven-clean-plugin/pom.xml URL: http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin/pom.xml?rev=1709367&r1=1709366&r2=1709367&view=diff ============================================================================== --- maven/plugins/trunk/maven-clean-plugin/pom.xml (original) +++ maven/plugins/trunk/maven-clean-plugin/pom.xml Mon Oct 19 07:14:00 2015 @@ -19,10 +19,7 @@ specific language governing permissions 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/xsd/maven-4.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/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -33,7 +30,7 @@ under the License. </parent> <artifactId>maven-clean-plugin</artifactId> - <version>3.0.0-SNAPSHOT</version> + <version>3.0.0</version> <packaging>maven-plugin</packaging> <name>Apache Maven Clean Plugin</name> @@ -47,9 +44,9 @@ under the License. </prerequisites> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-clean-plugin</developerConnection> - <url>http://svn.apache.org/viewvc/maven/plugins/trunk/maven-clean-plugin</url> + <connection>scm:svn:http://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-3.0.0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/plugins/tags/maven-clean-plugin-3.0.0</developerConnection> + <url>http://svn.apache.org/viewvc/maven/plugins/tags/maven-clean-plugin-3.0.0</url> </scm> <issueManagement> <system>JIRA</system>