We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7968a9e commit b1307d4Copy full SHA for b1307d4
1 file changed
pom.xml
@@ -2,7 +2,7 @@
2
<modelVersion>4.0.0</modelVersion>
3
<groupId>com.github.dexecutor</groupId>
4
<artifactId>dexecutor-core</artifactId>
5
- <version>2.1.4</version>
+ <version>2.1.5-SNAPSHOT</version>
6
7
<name>Dependent Tasks Executor Core</name>
8
<description>Executing dependent/Independent tasks in a reliable way, is made so easy that even your grandma can do it.</description>
@@ -35,7 +35,7 @@
35
<connection>scm:git:git://github.com/dexecutor/dexecutor-core.git</connection>
36
<developerConnection>scm:git:git@github.com:dexecutor/dexecutor-core.git</developerConnection>
37
<url>https://github.com/dexecutor/dexecutor-core</url>
38
- <tag>dexecutor-core-2.1.4</tag>
+ <tag>HEAD</tag>
39
</scm>
40
41
<distributionManagement>
0 commit comments