Skip to content

Commit f2b05b8

Browse files
committed
prepare for 2.3.0 release
1 parent 908efcb commit f2b05b8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ Add the Sundial library as a dependency to your pom.xml file:
224224
<dependency>
225225
<groupId>org.knowm</groupId>
226226
<artifactId>sundial</artifactId>
227-
<version>2.2.4</version>
227+
<version>2.3.0</version>
228228
</dependency>
229229
```
230230

@@ -240,7 +240,7 @@ For snapshots, add the following to your pom.xml file:
240240
<dependency>
241241
<groupId>org.knowm</groupId>
242242
<artifactId>sundial</artifactId>
243-
<version>2.2.5-SNAPSHOT</version>
243+
<version>2.3.1-SNAPSHOT</version>
244244
</dependency>
245245
```
246246

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<name>Sundial</name>
55
<groupId>org.knowm</groupId>
66
<artifactId>sundial</artifactId>
7-
<version>2.2.4-SNAPSHOT</version>
7+
<version>2.3.0-SNAPSHOT</version>
88
<packaging>bundle</packaging>
99
<description>A Lightweight Job Scheduling Framework forked from Quartz</description>
1010
<url>http://knowm.org/open-source/sundial</url>

0 commit comments

Comments
 (0)