# HG changeset patch # User Artem Tikhomirov # Date 1342026390 -7200 # Node ID 31bd09da0dcfe48e1fc662143f91ff402238aa84 # Parent e04e7ecc48826fb0e61143abc0c9da98ddcf52f6 Switch to 1.1 development diff -r e04e7ecc4882 -r 31bd09da0dcf build.gradle --- a/build.gradle Wed Jul 11 17:59:17 2012 +0200 +++ b/build.gradle Wed Jul 11 19:06:30 2012 +0200 @@ -3,7 +3,7 @@ */ def isRelease = false - version = '1.0.0' + version = '1.1.0-SNAPSHOT' description = 'Pure Java API and Toolkit for Mercurial DVCS' group = 'org.tmatesoft.hg4j' @@ -111,7 +111,7 @@ repositories { mavenDeployer { configuration = configurations.deployJars - repository(url: "http://maven.tmatesoft.com/content/repositories/releases/") { + repository(url: "http://maven.tmatesoft.com/content/repositories/snapshots/") { authentication(userName: project.ext.deploySnapshotsRepositoryUser, password: project.ext.deploySnapshotsRepositoryPassword) } } diff -r e04e7ecc4882 -r 31bd09da0dcf build.xml --- a/build.xml Wed Jul 11 17:59:17 2012 +0200 +++ b/build.xml Wed Jul 11 19:06:30 2012 +0200 @@ -1,6 +1,6 @@