diff --git a/README.md b/README.md
new file mode 100644
index 0000000..0437774
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+# TestNG Ant Integration
+
+This repository houses the code related to TestNG Ant integration so as to help run TestNG tests via an Ant build file.
+
+## Pre-requisites
+
+* JDK11 (or) Higher
+* TestNG `v.7.10.2` or higher on the CLASSPATH.
+
+## Jar location
+
+The TestNG Ant jar can be downloaded from [here](https://repo1.maven.org/maven2/org/testng/testng-ant/1.0.0/)
+
+This jar contains ONLY the TestNG Ant integration code alone. It is NOT a fat/uber jar that includes TestNG within it.
+TestNG jar needs to be explicitly provided in the CLASSPATH for the integration to work fine.
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 765200a..67b83da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,7 +5,7 @@
org.testng
testng-ant
- 1.0.0
+ 1.0.1-SNAPSHOT
testng-ant
TestNG task for Ant