We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3aa283 commit 3602503Copy full SHA for 3602503
pom.xml
@@ -4,7 +4,7 @@
4
<name>Sundial</name>
5
<groupId>org.knowm</groupId>
6
<artifactId>sundial</artifactId>
7
- <version>2.2.4</version>
+ <version>2.2.5-SNAPSHOT</version>
8
<packaging>bundle</packaging>
9
<description>A Lightweight Job Scheduling Framework forked from Quartz</description>
10
<url>http://knowm.org/open-source/sundial</url>
@@ -39,7 +39,7 @@
39
<connection>scm:git:git@github.com:knowm/Sundial.git</connection>
40
<developerConnection>scm:git:git@github.com:knowm/Sundial.git</developerConnection>
41
<url>git@github.com:knowm/Sundial.git</url>
42
- <tag>sundial-2.2.4</tag>
+ <tag>HEAD</tag>
43
</scm>
44
45
<ciManagement>
0 commit comments