Correct version number and fix scm URLs
Project: http://git-wip-us.apache.org/repos/asf/roller/repo Commit: http://git-wip-us.apache.org/repos/asf/roller/commit/440119aa Tree: http://git-wip-us.apache.org/repos/asf/roller/tree/440119aa Diff: http://git-wip-us.apache.org/repos/asf/roller/diff/440119aa Branch: refs/heads/bootstrap-ui Commit: 440119aa9c6ccce93846cd96547baa365cb7c0ee Parents: 825b52a Author: Dave Johnson <[email protected]> Authored: Mon Aug 28 20:55:12 2017 -0400 Committer: Dave Johnson <[email protected]> Committed: Mon Aug 28 20:55:12 2017 -0400 ---------------------------------------------------------------------- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/roller/blob/440119aa/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 1f64534..408d530 100644 --- a/pom.xml +++ b/pom.xml @@ -38,16 +38,16 @@ limitations under the License. <inceptionYear>2002</inceptionYear> <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/roller/trunk</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/roller/trunk</developerConnection> - <url>http://svn.apache.org/viewvc/roller/trunk</url> + <url>https://github.com/apache/roller</url> + <connection>scm:git:git://github.com/apache/roller.git</connection> + <developerConnection>scm:git:[email protected]:apache/roller.git</developerConnection> </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <derby.version>10.11.1.1</derby.version> - <roller.version>5.2.0-SNAPSHOT</roller.version> + <roller.version>5.2.0</roller.version> </properties> <modules>
