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
ohtake committed Oct 10, 2014
1 parent 24364eb commit f3e9b90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Expand Up @@ -15,7 +15,7 @@
</licenses>

<artifactId>github-api</artifactId>
<version>1.59</version>
<version>1.60-SNAPSHOT</version>
<packaging>hpi</packaging>
<name>GitHub API Plugin</name>
<url>https://wiki.jenkins-ci.org/display/JENKINS/GitHub+API+Plugin</url>
Expand Down Expand Up @@ -46,7 +46,7 @@
<scm>
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
<tag>github-api-1.59</tag>
<tag>HEAD</tag>

This comment has been minimized.

Copy link
@kronn

kronn Mar 11, 2015

I understand that starting a new iteration changes this to HEAD. In commit 80ef3d5, you only change the version to 1.63 (line 18 of this file).

It the tag supposed to stay at HEAD?

This comment has been minimized.

Copy link
@ohtake

ohtake Mar 12, 2015

Author Member

Thank you for pointing it out.
I added a comment at 80ef3d5#commitcomment-10156457

This comment has been minimized.

Copy link
@KostyaSha

KostyaSha Mar 12, 2015

Member

Are you just asking or you know where this tag is really used?

This comment has been minimized.

Copy link
@kronn

kronn Mar 12, 2015

This time, the question is just a question out of curiosity, not a task-assignment in disguise. :-)

I just reviewed the changes before updating the plugin (which I already did). But this is mostly curiosity, I'm not a Java-Programmer at all.

This comment has been minimized.

Copy link
@KostyaSha

KostyaSha Mar 12, 2015

Member

What plugin?

This comment has been minimized.

Copy link
@kronn

kronn Mar 16, 2015

this one. :-)

</scm>
<build>
<pluginManagement>
Expand Down

0 comments on commit f3e9b90

Please sign in to comment.