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
olamy committed Aug 24, 2023
1 parent ba2ecb4 commit 9061bf6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions declarative-pipeline-migration-assistant-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.jenkins-ci.plugins.to-declarative</groupId>
<artifactId>declarative-pipeline-migration-assistant-parent</artifactId>
<version>1.6.1</version>
<version>${revision}${changelist}</version>
</parent>
<artifactId>declarative-pipeline-migration-assistant-api</artifactId>
<version>1.6.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Declarative Pipeline Migration Assistant API</name>
<description>Declarative Pipeline Migration Assistant API (this plugin contains APIs used to convert Freestyle Jobs into Declarative Pipelines).</description>
Expand Down
4 changes: 2 additions & 2 deletions declarative-pipeline-migration-assistant/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
<parent>
<groupId>org.jenkins-ci.plugins.to-declarative</groupId>
<artifactId>declarative-pipeline-migration-assistant-parent</artifactId>
<version>1.6.1</version>
<version>${revision}${changelist}</version>
</parent>
<artifactId>declarative-pipeline-migration-assistant</artifactId>
<version>1.6.1</version>
<version>${revision}${changelist}</version>
<packaging>hpi</packaging>
<name>Declarative Pipeline Migration Assistant</name>
<description>Declarative Pipeline Migration Assistant Plugin.</description>
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@

<groupId>org.jenkins-ci.plugins.to-declarative</groupId>
<artifactId>declarative-pipeline-migration-assistant-parent</artifactId>
<version>1.6.1</version>
<version>${revision}${changelist}</version>
<packaging>pom</packaging>
<name>Declarative Pipeline Migration Assistant</name>

Expand All @@ -55,7 +55,7 @@
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
<developerConnection>scm:git:git@github.com:${gitHubRepo}.git</developerConnection>
<tag>declarative-pipeline-migration-assistant-1.6.1</tag>
<tag>${scmTag}</tag>
<url>https://github.com/${gitHubRepo}</url>
</scm>

Expand All @@ -66,7 +66,7 @@
<!-- For non-ci builds we'd like the build to still complete if jacoco metrics aren't met. -->
<jacoco.haltOnFailure>false</jacoco.haltOnFailure>
<jenkins.version>2.361.4</jenkins.version>
<revision>1.6.1</revision>
<revision>1.6.2</revision>
<spotless.check.skip>false</spotless.check.skip>
</properties>

Expand Down

0 comments on commit 9061bf6

Please sign in to comment.