Mercurial > hg4j
comparison build.gradle @ 643:a8ce405da1f5
v1.2 line of dev: update versions, use patch merge code by default
author | Artem Tikhomirov <tikhomirov.artem@gmail.com> |
---|---|
date | Wed, 19 Jun 2013 16:03:11 +0200 |
parents | 2f33f102a8fa |
children | 6e7786086f77 |
comparison
equal
deleted
inserted
replaced
642:9ef1fab9f5e3 | 643:a8ce405da1f5 |
---|---|
14 * the terms of a license other than GNU General Public License | 14 * the terms of a license other than GNU General Public License |
15 * contact TMate Software at support@hg4j.com | 15 * contact TMate Software at support@hg4j.com |
16 */ | 16 */ |
17 def isRelease = false | 17 def isRelease = false |
18 | 18 |
19 version = '1.1.0-SNAPSHOT' | 19 version = '1.2.0-SNAPSHOT' |
20 description = 'Pure Java API and Toolkit for Mercurial DVCS' | 20 description = 'Pure Java API and Toolkit for Mercurial DVCS' |
21 group = 'org.tmatesoft.hg4j' | 21 group = 'org.tmatesoft.hg4j' |
22 | 22 |
23 apply plugin : 'java' | 23 apply plugin : 'java' |
24 apply plugin : 'maven' | 24 apply plugin : 'maven' |