Skip to content

Commit c254c76

Browse files
committed
Using a tweaked version for this work
1 parent 79fe2b3 commit c254c76

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

pipeline-model-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jenkinsci.plugins</groupId>
2929
<artifactId>pipeline-model-parent</artifactId>
30-
<version>1.3.2-SNAPSHOT</version>
30+
<version>1.3.2-directive-extension-SNAPSHOT</version>
3131
</parent>
3232

3333
<groupId>org.jenkinsci.plugins</groupId>

pipeline-model-definition/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jenkinsci.plugins</groupId>
2929
<artifactId>pipeline-model-parent</artifactId>
30-
<version>1.3.2-SNAPSHOT</version>
30+
<version>1.3.2-directive-extension-SNAPSHOT</version>
3131
</parent>
3232

3333
<groupId>org.jenkinsci.plugins</groupId>

pipeline-model-extensions/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jenkinsci.plugins</groupId>
2929
<artifactId>pipeline-model-parent</artifactId>
30-
<version>1.3.2-SNAPSHOT</version>
30+
<version>1.3.2-directive-extension-SNAPSHOT</version>
3131
</parent>
3232

3333
<groupId>org.jenkinsci.plugins</groupId>

pipeline-model-json-shaded/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jenkinsci.plugins</groupId>
2929
<artifactId>pipeline-model-parent</artifactId>
30-
<version>1.3.2-SNAPSHOT</version>
30+
<version>1.3.2-directive-extension-SNAPSHOT</version>
3131
</parent>
3232

3333
<groupId>org.jenkins-ci.lib</groupId>

pipeline-stage-tags-metadata/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<parent>
2828
<groupId>org.jenkinsci.plugins</groupId>
2929
<artifactId>pipeline-model-parent</artifactId>
30-
<version>1.3.2-SNAPSHOT</version>
30+
<version>1.3.2-directive-extension-SNAPSHOT</version>
3131
</parent>
3232

3333
<artifactId>pipeline-stage-tags-metadata</artifactId>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<modelVersion>4.0.0</modelVersion>
3434
<groupId>org.jenkinsci.plugins</groupId>
3535
<artifactId>pipeline-model-parent</artifactId>
36-
<version>1.3.2-SNAPSHOT</version>
36+
<version>1.3.2-directive-extension-SNAPSHOT</version>
3737
<packaging>pom</packaging>
3838
<name>Pipeline: Model Parent POM</name>
3939
<description>An opinionated, declarative Pipeline</description>

0 commit comments

Comments
 (0)