Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 1.0-beta-32
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-nenashev committed Nov 12, 2023
1 parent fd0d0a7 commit a4f4e7c
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
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.0-beta-32</version>
</parent>

<artifactId>jenkinsfile-runner</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.0-beta-32</version>
</parent>

<artifactId>bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging-parent-pom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.0-beta-32</version>
</parent>

<artifactId>packaging-parent-pom</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging-parent-resources/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.0-beta-32</version>
</parent>

<artifactId>packaging-parent-pom-resources</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion packaging-slim-parent-pom/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.0-beta-32</version>
</parent>

<artifactId>packaging-parent-pom-slim</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion payload-dependencies/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.0-beta-32</version>
</parent>

<!-- TODO: Consider switching to a Plugin Parent POM -->
Expand Down
2 changes: 1 addition & 1 deletion payload/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.0-beta-32</version>
</parent>

<artifactId>payload</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
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-32</version>
<packaging>pom</packaging>

<name>Jenkinsfile Runner</name>
Expand Down Expand Up @@ -178,7 +178,7 @@ THE SOFTWARE.
<connection>scm:git:git://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<url>https://github.com/${gitHubRepo}</url>
<tag>${scmTag}</tag>
<tag>1.0-beta-32</tag>
</scm>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion setup/pom.xml
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>io.jenkins.jenkinsfile-runner</groupId>
<artifactId>parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.0-beta-32</version>
</parent>

<artifactId>setup</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion vanilla-package/pom.xml
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-32</version>
<relativePath>../packaging-parent-pom</relativePath>
</parent>

Expand Down

0 comments on commit a4f4e7c

Please sign in to comment.