Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0-beta-30
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Aug 30, 2021
1 parent 2bf7244 commit 9708a53
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>${revision}${changelist}</version>
<version>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</version>
<packaging>pom</packaging>

<name>Jenkinsfile Runner</name>
Expand Down Expand Up @@ -175,7 +175,7 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</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>${revision}${changelist}</version>
<version>1.0-beta-30</version>
<relativePath>../packaging-parent-pom</relativePath>
</parent>

Expand Down

0 comments on commit 9708a53

Please sign in to comment.