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
henryju committed Apr 10, 2018
1 parent b6e2369 commit afd04e7
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 @@ -12,7 +12,7 @@
<!-- defining groupId otherwise we get a NPE by versions-maven-plugin: https://github.com/mojohaus/versions-maven-plugin/issues/51 -->
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>sonar</artifactId>
<version>2.7.1</version>
<version>2.8-SNAPSHOT</version>
<packaging>hpi</packaging>

<name>SonarQube Scanner for Jenkins</name>
Expand All @@ -35,7 +35,7 @@
<connection>scm:git:git://github.com/jenkinsci/sonarqube-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/sonarqube-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/sonarqube-plugin</url>
<tag>sonar-2.7.1</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>JIRA</system>
Expand Down

0 comments on commit afd04e7

Please sign in to comment.