[maven-release-plugin] prepare for next development iteration

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

View File

@ -12,7 +12,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.puppycrawl.tools</groupId>
<artifactId>checkstyle</artifactId>
<version>5.2</version>
<version>5.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>checkstyle</name>
<url>http://checkstyle.sourceforge.net/</url>
@ -32,9 +32,9 @@
</licenses>
<scm>
<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>
<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>
</scm>
<distributionManagement>