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