diff --git a/Project/asynchelper/pom.xml b/Project/asynchelper/pom.xml
index 8520fe5..575f3e2 100644
--- a/Project/asynchelper/pom.xml
+++ b/Project/asynchelper/pom.xml
@@ -2,7 +2,7 @@
4.0.0
org.vishag
async-helper
- 4.0.0
+ 4.0.1-SNAPSHOT
Async Helper
Async-Helper is a Java utility (also an OSGi bundle) to invoke/schedule Tasks/data fetch operation asynchronously using tags/flags in a functional way. This 4.0.0 release is with breaking changes where all static methods are made as instance methods, and the helper classes are provided option to pass an executor service/async context or to use default executor/async context.
https://github.com/loganathan001/AsyncHelper