We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b69abe1 commit 2dfcf2cCopy full SHA for 2dfcf2c
pom.xml
@@ -8,7 +8,7 @@
8
</parent>
9
10
<artifactId>exec-maven-plugin</artifactId>
11
- <version>1.6.0</version>
+ <version>1.6.1-SNAPSHOT</version>
12
<packaging>maven-plugin</packaging>
13
14
<name>Exec Maven Plugin</name>
@@ -103,7 +103,7 @@
103
<connection>scm:git:https://github.com/mojohaus/exec-maven-plugin.git</connection>
104
<developerConnection>scm:git:ssh://[email protected]/mojohaus/exec-maven-plugin.git</developerConnection>
105
<url>https://github.com/mojohaus/exec-maven-plugin</url>
106
- <tag>exec-maven-plugin-1.6.0</tag>
+ <tag>HEAD</tag>
107
</scm>
108
109
<dependencies>
0 commit comments