Skip to content

Commit b162f98

Browse files
committed
[maven-release-plugin] prepare release gitlab-branch-source-1.1.0
1 parent e0f31f2 commit b162f98

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
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">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>org.jenkins-ci.plugins</groupId>
86
<artifactId>plugin</artifactId>
97
<version>3.48</version>
10-
<relativePath/>
8+
<relativePath />
119
</parent>
1210
<groupId>io.jenkins.plugins</groupId>
1311
<artifactId>gitlab-branch-source</artifactId>
14-
<version>${revision}${changelist}</version>
12+
<version>1.1.0</version>
1513
<packaging>hpi</packaging>
1614
<properties>
1715
<revision>1.0.1</revision>
@@ -253,7 +251,7 @@
253251
<developerConnection>scm:git:[email protected]:jenkinsci/${project.artifactId}-plugin.git
254252
</developerConnection>
255253
<url>https://github.com/jenkinsci/${project.artifactId}-plugin</url>
256-
<tag>${scmTag}</tag>
254+
<tag>gitlab-branch-source-1.1.0</tag>
257255
</scm>
258256

259257
<build>

0 commit comments

Comments
 (0)