diff build.gradle @ 468:3ca4ae7bdd38 v1.0.0

Clean experimental marks and deprecation code. Update version number to release
author Artem Tikhomirov <tikhomirov.artem@gmail.com>
date Wed, 11 Jul 2012 17:48:17 +0200
parents 3ace1fc95d0a
children 31bd09da0dcf
line wrap: on
line diff
--- a/build.gradle	Fri Jun 22 17:39:31 2012 +0200
+++ b/build.gradle	Wed Jul 11 17:48:17 2012 +0200
@@ -1,6 +1,9 @@
+/*
+ * Copyright (c) 2012 TMate Software Ltd
+ */
 def isRelease = false
 
-  version = '0.9.5-SNAPSHOT'
+  version = '1.0.0'
   description = 'Pure Java API and Toolkit for Mercurial DVCS'
   group = 'org.tmatesoft.hg4j'
   
@@ -108,7 +111,7 @@
     repositories {
         mavenDeployer {
             configuration = configurations.deployJars
-            repository(url: "http://maven.tmatesoft.com/content/repositories/snapshots/") {
+            repository(url: "http://maven.tmatesoft.com/content/repositories/releases/") {
               authentication(userName: project.ext.deploySnapshotsRepositoryUser, password: project.ext.deploySnapshotsRepositoryPassword)
             }
         }