We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd08cc commit 84a1b8fCopy full SHA for 84a1b8f
pom.xml
@@ -8,7 +8,7 @@
8
9
<groupId>net.praqma</groupId>
10
<artifactId>logging</artifactId>
11
- <version>1.0.0</version>
+ <version>1.0.1-SNAPSHOT</version>
12
<name>Logging Plugin</name>
13
<description>Advanced logging for Jenkins</description>
14
<url>https://wiki.jenkins-ci.org/display/JENKINS/Logging+Plugin</url>
@@ -61,7 +61,7 @@
61
<connection>scm:git:ssh://github.com/Praqma/logging-plugin.git</connection>
62
<developerConnection>scm:git:ssh://[email protected]/Praqma/logging-plugin.git</developerConnection>
63
<url>https://github.com/Praqma/logging-plugin.git</url>
64
- <tag>logging-1.0.0</tag>
+ <tag>HEAD</tag>
65
</scm>
66
67
<dependencies>
0 commit comments