File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -224,7 +224,7 @@ Add the Sundial library as a dependency to your pom.xml file:
224
224
<dependency >
225
225
<groupId >org.knowm</groupId >
226
226
<artifactId >sundial</artifactId >
227
- <version >2.2.4 </version >
227
+ <version >2.3.0 </version >
228
228
</dependency >
229
229
```
230
230
@@ -240,7 +240,7 @@ For snapshots, add the following to your pom.xml file:
240
240
<dependency >
241
241
<groupId >org.knowm</groupId >
242
242
<artifactId >sundial</artifactId >
243
- <version >2.2.5 -SNAPSHOT</version >
243
+ <version >2.3.1 -SNAPSHOT</version >
244
244
</dependency >
245
245
```
246
246
Original file line number Diff line number Diff line change 4
4
<name >Sundial</name >
5
5
<groupId >org.knowm</groupId >
6
6
<artifactId >sundial</artifactId >
7
- <version >2.2.4 -SNAPSHOT</version >
7
+ <version >2.3.0 -SNAPSHOT</version >
8
8
<packaging >bundle</packaging >
9
9
<description >A Lightweight Job Scheduling Framework forked from Quartz</description >
10
10
<url >http://knowm.org/open-source/sundial</url >
You can’t perform that action at this time.
0 commit comments