[maven-release-plugin] prepare release release5_2

This commit is contained in:
Oliver Burn 2010-09-25 04:23:09 +00:00
parent d1821e3343
commit 610bc48938
1 changed files with 5 additions and 6 deletions

11
pom.xml
View File

@ -1,7 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" 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">
<!-- Used for making releases. -->
<parent>
@ -13,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>5.2-SNAPSHOT</version>
<version>5.2</version>
<packaging>jar</packaging>
<name>checkstyle</name>
<url>http://checkstyle.sourceforge.net/</url>
@ -33,9 +32,9 @@
</licenses>
<scm>
<connection>scm:svn:https://checkstyle.svn.sourceforge.net/svnroot/checkstyle/trunk/checkstyle</connection>
<developerConnection>scm:svn:https://checkstyle.svn.sourceforge.net/svnroot/checkstyle/trunk/checkstyle</developerConnection>
<url>http://checkstyle.svn.sourceforge.net/viewvc/checkstyle/</url>
<connection>scm:svn:https://checkstyle.svn.sourceforge.net/svnroot/checkstyle/tags/release5_2</connection>
<developerConnection>scm:svn:https://checkstyle.svn.sourceforge.net/svnroot/checkstyle/tags/release5_2</developerConnection>
<url>http://checkstyle.svn.sourceforge.net/viewvc/checkstyle/tags/release5_2</url>
</scm>
<distributionManagement>