Skip to content

Commit c73dc89

Browse files
committed
[maven-release-plugin] prepare release job-dsl-1.92
1 parent 464169c commit c73dc89

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

job-dsl-ast/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>job-dsl-parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>1.92</version>
88
</parent>
99
<artifactId>job-dsl-ast</artifactId>
10-
<version>${revision}${changelist}</version>
10+
<version>1.92</version>
1111
<name>Job DSL Abstract Syntax Tree (AST)</name>
1212
<build>
1313
<plugins>

job-dsl-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>job-dsl-parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>1.92</version>
88
</parent>
99
<artifactId>job-dsl-core</artifactId>
10-
<version>${revision}${changelist}</version>
10+
<version>1.92</version>
1111
<name>Job DSL Core</name>
1212
<dependencies>
1313
<dependency>

job-dsl-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
<parent>
55
<groupId>org.jenkins-ci.plugins</groupId>
66
<artifactId>job-dsl-parent</artifactId>
7-
<version>${revision}${changelist}</version>
7+
<version>1.92</version>
88
</parent>
99
<artifactId>job-dsl</artifactId>
10-
<version>${revision}${changelist}</version>
10+
<version>1.92</version>
1111
<packaging>hpi</packaging>
1212
<name>Job DSL</name>
1313
<url>https://github.com/jenkinsci/job-dsl-plugin</url>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<relativePath />
99
</parent>
1010
<artifactId>job-dsl-parent</artifactId>
11-
<version>${revision}${changelist}</version>
11+
<version>1.92</version>
1212
<packaging>pom</packaging>
1313
<name>Job DSL Parent</name>
1414
<url>https://github.com/jenkinsci/job-dsl-plugin</url>
@@ -26,7 +26,7 @@
2626
<scm child.scm.connection.inherit.append.path="false" child.scm.developerConnection.inherit.append.path="false" child.scm.url.inherit.append.path="false">
2727
<connection>scm:git:https://github.com/${gitHubRepo}.git</connection>
2828
<developerConnection>scm:git:[email protected]:${gitHubRepo}.git</developerConnection>
29-
<tag>${scmTag}</tag>
29+
<tag>job-dsl-1.92</tag>
3030
<url>https://github.com/${gitHubRepo}</url>
3131
</scm>
3232
<properties>

0 commit comments

Comments
 (0)