Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
kohsuke committed Sep 21, 2013
1 parent 042e919 commit bf764a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</parent>

<artifactId>git</artifactId>
<version>2.0-beta-2</version>
<version>2.0-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>Jenkins GIT plugin</name>
<description>Integrates Jenkins with GIT SCM</description>
Expand Down Expand Up @@ -272,7 +272,7 @@
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<url>http://github.com/jenkinsci/${project.artifactId}-plugin</url>
<tag>git-2.0-beta-2</tag>
<tag>HEAD</tag>
</scm>

<pluginRepositories>
Expand Down

0 comments on commit bf764a3

Please sign in to comment.