Mercurial > hg > monetdb-java
diff pom.xml @ 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 | c43c293f3d58 |
children | 89c285fc0a49 6423fb0bf9eb |
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>