Skip to content

Commit 5e5f2e8

Browse files
committed
[maven-release-plugin] prepare release v1.12.1-1
1 parent a70439e commit 5e5f2e8

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
1+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
@@ -13,7 +12,7 @@
1312
<groupId>io.jenkins.plugins</groupId>
1413
<packaging>hpi</packaging>
1514
<name>DataTables.net API Plugin</name>
16-
<version>${revision}${changelist}</version>
15+
<version>1.12.1-1</version>
1716

1817
<description>Provides jQuery DataTables for Jenkins plugins.</description>
1918
<url>https://github.com/jenkinsci/data-tables-api-plugin</url>
@@ -274,7 +273,7 @@
274273
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
275274
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
276275
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
277-
<tag>${scmTag}</tag>
276+
<tag>v1.12.1-1</tag>
278277
</scm>
279278

280279
<repositories>

0 commit comments

Comments
 (0)