From 26e5afa5d3bff543599ea14a501adb20191f2f3d Mon Sep 17 00:00:00 2001 From: "Erik C. Thauvin" Date: Wed, 29 Jun 2016 12:39:31 -0700 Subject: [PATCH] Updated to testng 6.9.12. --- .idea/modules/httpstatus.iml | 12 ++ .idea/modules/httpstatus_main.iml | 15 ++ .idea/modules/httpstatus_test.iml | 17 ++ HttpStatus.iml | 228 -------------------------- HttpStatus.ipr | 260 ++---------------------------- LICENSE.TXT => LICENSE.txt | 0 build.gradle | 5 +- 7 files changed, 57 insertions(+), 480 deletions(-) create mode 100644 .idea/modules/httpstatus.iml create mode 100644 .idea/modules/httpstatus_main.iml create mode 100644 .idea/modules/httpstatus_test.iml delete mode 100644 HttpStatus.iml rename LICENSE.TXT => LICENSE.txt (100%) diff --git a/.idea/modules/httpstatus.iml b/.idea/modules/httpstatus.iml new file mode 100644 index 0000000..9f8f9bf --- /dev/null +++ b/.idea/modules/httpstatus.iml @@ -0,0 +1,12 @@ + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/httpstatus_main.iml b/.idea/modules/httpstatus_main.iml new file mode 100644 index 0000000..c0ec849 --- /dev/null +++ b/.idea/modules/httpstatus_main.iml @@ -0,0 +1,15 @@ + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/.idea/modules/httpstatus_test.iml b/.idea/modules/httpstatus_test.iml new file mode 100644 index 0000000..1025658 --- /dev/null +++ b/.idea/modules/httpstatus_test.iml @@ -0,0 +1,17 @@ + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/HttpStatus.iml b/HttpStatus.iml deleted file mode 100644 index 4cb3823..0000000 --- a/HttpStatus.iml +++ /dev/null @@ -1,228 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/HttpStatus.ipr b/HttpStatus.ipr index cb10fd6..2293c05 100644 --- a/HttpStatus.ipr +++ b/HttpStatus.ipr @@ -57,6 +57,10 @@ + + + + @@ -94,11 +98,6 @@ @@ -170,25 +169,18 @@ - + + + - + - - - - - - - - - @@ -207,244 +199,12 @@ - + - + - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/LICENSE.TXT b/LICENSE.txt similarity index 100% rename from LICENSE.TXT rename to LICENSE.txt diff --git a/build.gradle b/build.gradle index 309ee9f..0637eae 100644 --- a/build.gradle +++ b/build.gradle @@ -64,7 +64,7 @@ dependencies { compile 'javax.servlet:javax.servlet-api:3.1.0' compile 'javax.servlet.jsp:jsp-api:2.2' - testCompile 'org.testng:testng:6.9.10' + testCompile 'org.testng:testng:6.9.12' } bintray { @@ -166,6 +166,7 @@ javadoc { options.addStringOption('Xdoclint:none', '-quiet') } } + compileJava { doFirst { project.version = getVersion(isRelease) @@ -229,4 +230,4 @@ task pandoc(type: Exec) { ext.output = { return standardOutput.toString() } -} +} \ No newline at end of file