diff build.gradle @ 470:31bd09da0dcf

Switch to 1.1 development
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 11 Jul 2012 19:06:30 +0200
parents 3ca4ae7bdd38
children 2f33f102a8fa
line wrap: on
line diff
--- 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)
             }
         }