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
oleg-nenashev committed Nov 12, 2023
1 parent a4f4e7c commit 6880969
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>1.0-beta-32</version>
<version>${revision}${changelist}</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>1.0-beta-32</version>
<version>${revision}${changelist}</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>1.0-beta-32</version>
<version>${revision}${changelist}</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>1.0-beta-32</version>
<version>${revision}${changelist}</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>1.0-beta-32</version>
<version>${revision}${changelist}</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>1.0-beta-32</version>
<version>${revision}${changelist}</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>1.0-beta-32</version>
<version>${revision}${changelist}</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>1.0-beta-32</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>

<name>Jenkinsfile Runner</name>
Expand All @@ -61,7 +61,7 @@ THE SOFTWARE.
</modules>

<properties>
<revision>1.0-beta-32</revision>
<revision>1.0-beta-33</revision>
<changelist>-SNAPSHOT</changelist>
<gitHubRepo>jenkinsci/jenkinsfile-runner</gitHubRepo>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
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>1.0-beta-32</version>
<version>${revision}${changelist}</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>1.0-beta-32</version>
<version>${revision}${changelist}</version>
<relativePath>../packaging-parent-pom</relativePath>
</parent>

Expand Down

0 comments on commit 6880969

Please sign in to comment.