We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb25670 commit b1e5a2eCopy full SHA for b1e5a2e
pom.xml
@@ -4,7 +4,7 @@
4
<name>Sundial</name>
5
<groupId>org.knowm</groupId>
6
<artifactId>sundial</artifactId>
7
- <version>2.3.0</version>
+ <version>2.3.1-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.3.0</tag>
+ <tag>HEAD</tag>
43
</scm>
44
45
<ciManagement>
0 commit comments