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