Skip to content

Commit

Permalink
prepare for 2.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timmolter committed Apr 18, 2024
1 parent 908efcb commit f2b05b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ Add the Sundial library as a dependency to your pom.xml file:
<dependency>
<groupId>org.knowm</groupId>
<artifactId>sundial</artifactId>
<version>2.2.4</version>
<version>2.3.0</version>
</dependency>
```

Expand All @@ -240,7 +240,7 @@ For snapshots, add the following to your pom.xml file:
<dependency>
<groupId>org.knowm</groupId>
<artifactId>sundial</artifactId>
<version>2.2.5-SNAPSHOT</version>
<version>2.3.1-SNAPSHOT</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<name>Sundial</name>
<groupId>org.knowm</groupId>
<artifactId>sundial</artifactId>
<version>2.2.4-SNAPSHOT</version>
<version>2.3.0-SNAPSHOT</version>
<packaging>bundle</packaging>
<description>A Lightweight Job Scheduling Framework forked from Quartz</description>
<url>http://knowm.org/open-source/sundial</url>
Expand Down

0 comments on commit f2b05b8

Please sign in to comment.