Skip to content

Commit 4f76d48

Browse files
committed
[maven-release-plugin] prepare for next development iteration
1 parent e78700d commit 4f76d48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
<artifactId>scm-sync-configuration</artifactId>
1010
<name>SCM Sync Configuration Plugin</name>
11-
<version>0.0.10</version>
11+
<version>0.0.11-SNAPSHOT</version>
1212
<packaging>hpi</packaging>
1313
<url>http://wiki.jenkins-ci.org/display/JENKINS/SCM+Sync+configuration+plugin</url>
1414
<description>SCM Sync Configuration Jenkins plugin is aimed at 2 main features : First, keep sync'ed your config.xml (and other ressources) jenkins files with a SCM repository (backup), Secondly, track changes (and author) made on every file with commit messages.</description>
@@ -287,6 +287,6 @@
287287
<connection>scm:git:https://github.com/jenkinsci/scm-sync-configuration-plugin.git</connection>
288288
<developerConnection>scm:git:https://github.com/jenkinsci/scm-sync-configuration-plugin.git</developerConnection>
289289
<url>https://github.com/jenkinsci/scm-sync-configuration-plugin</url>
290-
<tag>scm-sync-configuration-0.0.10</tag>
290+
<tag>HEAD</tag>
291291
</scm>
292292
</project>

0 commit comments

Comments
 (0)