Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0-beta-29
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Jun 11, 2021
1 parent 813502d commit f4d1b49
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
</parent>

<artifactId>jenkinsfile-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
</parent>

<artifactId>bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging-parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
</parent>

<artifactId>packaging-parent-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging-parent-resources/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
</parent>

<artifactId>packaging-parent-pom-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging-slim-parent-pom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
</parent>

<artifactId>packaging-parent-pom-slim</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion payload-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
</parent>

<!-- TODO: Consider switching to a Plugin Parent POM -->
Expand Down
2 changes: 1 addition & 1 deletion payload/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
</parent>

<artifactId>payload</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ THE SOFTWARE.

<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
<packaging>pom</packaging>

<name>Jenkinsfile Runner</name>
Expand Down Expand Up @@ -172,7 +172,7 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/jenkinsci/jenkinsfile-runner.git</connection>
<developerConnection>scm:git:[email protected]:jenkinsci/jenkinsfile-runner.git</developerConnection>
<url>https://github.com/jenkinsci/jenkinsfile-runner</url>
<tag>HEAD</tag>
<tag>1.0-beta-29</tag>
</scm>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion setup/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
</parent>

<artifactId>setup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vanilla-package/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>packaging-parent-pom</artifactId>
<version>1.0-beta-29-SNAPSHOT</version>
<version>1.0-beta-29</version>
<relativePath>../packaging-parent-pom</relativePath>
</parent>

Expand Down

0 comments on commit f4d1b49

Please sign in to comment.