Skip to content

Commit 2f189a4

Browse files
committed
[maven-release-plugin] prepare release 0.0.3
1 parent b1d4a0f commit 2f189a4

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pom.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
2+
<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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>org.jenkins-ci.plugins</groupId>
76
<artifactId>plugin</artifactId>
87
<version>4.2</version>
9-
<relativePath/>
8+
<relativePath />
109
</parent>
1110
<groupId>io.jenkins.plugins</groupId>
1211
<artifactId>dark-theme</artifactId>
13-
<version>${revision}${changelist}</version>
12+
<version>0.0.3</version>
1413
<packaging>hpi</packaging>
1514
<properties>
1615
<revision>0.0.3</revision>
@@ -71,7 +70,7 @@
7170
<connection>scm:git:git://github.com/jenkinsci/${project.artifactId}-plugin.git</connection>
7271
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git</developerConnection>
7372
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
74-
<tag>${scmTag}</tag>
73+
<tag>0.0.3</tag>
7574
</scm>
7675

7776
<repositories>

0 commit comments

Comments
 (0)