changeset 470:31bd09da0dcf

Switch to 1.1 development
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 11 Jul 2012 19:06:30 +0200
parents e04e7ecc4882
children 7bcfbc255f48
files build.gradle build.xml
diffstat 2 files changed, 4 insertions(+), 4 deletions(-) [+]
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)
             }
         }
--- 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 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!--
- Copyright (c) 2010-2011 TMate Software Ltd
+ Copyright (c) 2010-2012 TMate Software Ltd
   
  This program is free software; you can redistribute it and/or modify
  it under the terms of the GNU General Public License as published by
@@ -27,7 +27,7 @@
 
 	<property name="junit.jar" value="lib/junit-4.8.2.jar" />
 	<property name="ver.qualifier" value="" />
-	<property name="version.lib" value="1.0.0" />
+	<property name="version.lib" value="1.1.0" />
 	<property name="version.jar" value="${version.lib}${ver.qualifier}" />
 	<property name="compile-with-debug" value="yes"/>