Skip to content

Commit

Permalink
Updated to 4.0.1-SNAPSHOT version for any future changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
loganathan-sekaran committed Jun 15, 2018
1 parent f6d5e77 commit d9716d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Project/asynchelper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.vishag</groupId>
<artifactId>async-helper</artifactId>
<version>4.0.0</version>
<version>4.0.1-SNAPSHOT</version>
<name>Async Helper</name>
<description>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.</description>
<url>https://github.com/loganathan001/AsyncHelper</url>
Expand Down

0 comments on commit d9716d5

Please sign in to comment.