Skip to content

Commit

Permalink
[maven-release-plugin] prepare release pipeline-model-definition-1.8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bitwiseman committed Feb 12, 2021
1 parent cea7cf3 commit 9f88c2e
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions pipeline-model-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>pipeline-model-parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.8.4</version>
</parent>

<groupId>org.jenkinsci.plugins</groupId>
Expand All @@ -41,7 +41,7 @@
<connection>scm:git:https://github.com/jenkinsci/pipeline-model-definition-plugin</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-model-definition-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-model-definition-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-model-definition-1.8.4</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pipeline-model-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>pipeline-model-parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.8.4</version>
</parent>

<groupId>org.jenkinsci.plugins</groupId>
Expand Down Expand Up @@ -89,7 +89,7 @@
<connection>scm:git:https://github.com/jenkinsci/pipeline-model-definition-plugin</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-model-definition-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-model-definition-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-model-definition-1.8.4</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pipeline-model-extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>pipeline-model-parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.8.4</version>
</parent>

<groupId>org.jenkinsci.plugins</groupId>
Expand All @@ -54,7 +54,7 @@
<connection>scm:git:https://github.com/jenkinsci/pipeline-model-definition-plugin</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-model-definition-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-model-definition-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-model-definition-1.8.4</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pipeline-stage-tags-metadata/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<parent>
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>pipeline-model-parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.8.4</version>
</parent>

<artifactId>pipeline-stage-tags-metadata</artifactId>
Expand All @@ -40,7 +40,7 @@
<connection>scm:git:https://github.com/jenkinsci/pipeline-model-definition-plugin</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-model-definition-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-model-definition-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-model-definition-1.8.4</tag>
</scm>

<dependencies>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jenkinsci.plugins</groupId>
<artifactId>pipeline-model-parent</artifactId>
<version>${revision}${changelist}</version>
<version>1.8.4</version>
<packaging>pom</packaging>
<name>Pipeline: Model Parent POM</name>
<description>An opinionated, declarative Pipeline</description>
Expand All @@ -58,7 +58,7 @@
<connection>scm:git:https://github.com/jenkinsci/pipeline-model-definition-plugin</connection>
<developerConnection>scm:git:git@github.com:jenkinsci/pipeline-model-definition-plugin.git</developerConnection>
<url>https://github.com/jenkinsci/pipeline-model-definition-plugin</url>
<tag>${scmTag}</tag>
<tag>pipeline-model-definition-1.8.4</tag>
</scm>


Expand Down

0 comments on commit 9f88c2e

Please sign in to comment.