changeset 191:fe8170e2b549 v2.27

Corrected the hg URL to the new location: monetdb-java Updated the version number
author Martin van Dinther <martin.van.dinther@monetdbsolutions.com>
date Thu, 19 Oct 2017 18:37:48 +0200 (2017-10-19)
parents d348d476153a
children 9585e024f352
files pom.xml
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
 
 	<groupId>monetdb</groupId>
 	<artifactId>monetdb-jdbc</artifactId>
-	<version>2.26</version>
+	<version>2.27</version>
 	<name>${project.groupId}:${project.artifactId}</name>
 	<description>MonetDB JDBC driver</description>
 	<url>https://www.monetdb.org</url>
@@ -45,9 +45,9 @@
 	</distributionManagement>
 
 	<scm>
-		<connection>scm:hg:https://dev.monetdb.org/hg/MonetDB/</connection>
-		<developerConnection>scm:hg:ssh://hg@dev.monetdb.org/MonetDB/</developerConnection>
-		<url>https://dev.monetdb.org/hg/MonetDB/</url>
+		<connection>scm:hg:https://dev.monetdb.org/hg/monetdb-java/</connection>
+		<developerConnection>scm:hg:ssh://hg@dev.monetdb.org/monetdb-java/</developerConnection>
+		<url>https://dev.monetdb.org/hg/monetdb-java/</url>
 	</scm>
 
 	<properties>