Bugfix: fixed typo in pit-cli.

This commit is contained in:
Jonathan Bernard 2011-10-26 15:03:31 -05:00
parent 5effdea201
commit 538c341823
8 changed files with 9 additions and 9 deletions

View File

@ -1,11 +1,11 @@
#Fri, 21 Oct 2011 16:18:33 -0500
#Wed, 26 Oct 2011 14:24:41 -0500
#Sat Apr 24 17:08:00 CDT 2010
build.dir=build
src.dir=src
lib.shared.dir=../shared-libs
test.dir=test
build.number=11
expected.application.version=2.6.0
build.number=1
expected.application.version=2.6.1
lib.dir=lib
release.dir=release
release.jar=pit-${application.version}.jar

Binary file not shown.

Binary file not shown.

Binary file not shown.

BIN
pit-cli/lib/pit-2.6.1.jar Normal file

Binary file not shown.

View File

@ -1,9 +1,9 @@
#Tue, 25 Oct 2011 11:32:31 -0500
#Wed, 26 Oct 2011 15:01:22 -0500
build.dir=build
src.dir=src
build.jar=pit-cli-${application.version}.${build.number}.jar
build.number=13
expected.application.version=2.6.0
build.number=1
expected.application.version=2.6.1
lib.dir=lib
release.dir=release
release.jar=pit-cli-${application.version}.jar

View File

@ -41,7 +41,7 @@ cli.d(longOpt: 'dir', argName: 'dir', args: 1, required: false,
cli._(longOpt: 'version', 'Display PIT version information.')
// -------- parse CLI options -------- //
def VERSION = "2.6.0"
def VERSION = "2.6.1"
def opts = cli.parse(args)
def issuedb = [:]
def workingDir = new File('.')
@ -199,7 +199,7 @@ else if (opts.n) {
if (opts.C) { cat = assignOpts.category }
else while(true) {
try {
print "Category (bug, feature, task, closed): "
print "Category (bug, feature, task): "
cat = Category.toCategory(sin.readLine())
break }
catch (e) {

View File

@ -1 +1 @@
application.version=2.6.0
application.version=2.6.1