Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
Shanmugapriya03 committed Nov 28, 2021
1 parent b12a568 commit 5fd7498
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,15 @@
# quartz-scheduler-helper
![release](https://github.com/Shanmugapriya03/quartz-scheduler-helper/actions/workflows/release.yml/badge.svg)
# Quartz Scheduler Helper

This Java library contains helpful methods inorder to implement [Quartz Schedulers](http://www.quartz-scheduler.org/)

### Usage

Include this dependency into your project:
```
<dependency>
<groupId>io.github.shanmugapriya03</groupId>
<artifactId>quartz-scheduler-helper</artifactId>
<version>1.0.1</version>
</dependency>
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>io.github.shanmugapriya03</groupId>
<artifactId>quartz-scheduler-helper</artifactId>
<version>1.0.0</version>
<version>1.0.1</version>

<name>quartz-scheduler-helper</name>
<description>Quartz Scheduler Helper Project contains classes full of helpful methods required to implement Quartz Schedulers</description>
Expand Down

0 comments on commit 5fd7498

Please sign in to comment.