Mercurial > hg4j
comparison 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 |
comparison
equal
deleted
inserted
replaced
467:51d682cf9cdc | 468:3ca4ae7bdd38 |
---|---|
1 /* | |
2 * Copyright (c) 2012 TMate Software Ltd | |
3 */ | |
1 def isRelease = false | 4 def isRelease = false |
2 | 5 |
3 version = '0.9.5-SNAPSHOT' | 6 version = '1.0.0' |
4 description = 'Pure Java API and Toolkit for Mercurial DVCS' | 7 description = 'Pure Java API and Toolkit for Mercurial DVCS' |
5 group = 'org.tmatesoft.hg4j' | 8 group = 'org.tmatesoft.hg4j' |
6 | 9 |
7 apply plugin : 'java' | 10 apply plugin : 'java' |
8 apply plugin : 'maven' | 11 apply plugin : 'maven' |
106 uploadArchives { | 109 uploadArchives { |
107 configuration = configurations.deployJars | 110 configuration = configurations.deployJars |
108 repositories { | 111 repositories { |
109 mavenDeployer { | 112 mavenDeployer { |
110 configuration = configurations.deployJars | 113 configuration = configurations.deployJars |
111 repository(url: "http://maven.tmatesoft.com/content/repositories/snapshots/") { | 114 repository(url: "http://maven.tmatesoft.com/content/repositories/releases/") { |
112 authentication(userName: project.ext.deploySnapshotsRepositoryUser, password: project.ext.deploySnapshotsRepositoryPassword) | 115 authentication(userName: project.ext.deploySnapshotsRepositoryUser, password: project.ext.deploySnapshotsRepositoryPassword) |
113 } | 116 } |
114 } | 117 } |
115 } | 118 } |
116 } | 119 } |