Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pipeline-maven-3.0.3-beta-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Cyrille Le Clerc committed Nov 6, 2017
1 parent c7d85c5 commit ecf2dca
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions jenkins-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-maven</artifactId>
<packaging>hpi</packaging>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3-beta-1</version>

<name>Pipeline Maven Integration Plugin</name>
<description>
Expand All @@ -56,7 +56,7 @@
<connection>scm:git:git://github.com/jenkinsci/pipeline-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-maven-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-maven-plugin</url>
<tag>HEAD</tag>
<tag>pipeline-maven-3.0.3-beta-1</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions maven-spy/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<parent>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-maven-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3-beta-1</version>
<relativePath>../pom.xml</relativePath>
</parent>

Expand All @@ -53,7 +53,7 @@
<connection>scm:git:git://github.com/jenkinsci/pipeline-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-maven-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-maven-plugin</url>
<tag>HEAD</tag>
<tag>pipeline-maven-3.0.3-beta-1</tag>
</scm>

<developers>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jenkins-ci.plugins</groupId>
<artifactId>pipeline-maven-parent</artifactId>
<version>3.0.3-SNAPSHOT</version>
<version>3.0.3-beta-1</version>
<packaging>pom</packaging>

<name>Pipeline Maven Integration Plugin Parent</name>
Expand Down Expand Up @@ -61,7 +61,7 @@
<connection>scm:git:git://github.com/jenkinsci/pipeline-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-maven-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-maven-plugin</url>
<tag>HEAD</tag>
<tag>pipeline-maven-3.0.3-beta-1</tag>
</scm>
<modules>
<module>maven-spy</module>
Expand Down

0 comments on commit ecf2dca

Please sign in to comment.