Skip to content

Commit 7ae304f

Browse files
committed
[maven-release-plugin] prepare release 1.1.0
1 parent 3402240 commit 7ae304f

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 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

65
<parent>
76
<groupId>org.jenkins-ci.plugins</groupId>
87
<artifactId>plugin</artifactId>
98
<version>3.2</version>
10-
<relativePath/>
9+
<relativePath />
1110
</parent>
1211
<artifactId>cucumber-living-documentation</artifactId>
13-
<version>1.1.0-SNAPSHOT</version>
12+
<version>1.1.0</version>
1413
<packaging>hpi</packaging>
1514

1615
<properties>
@@ -46,7 +45,8 @@
4645
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/cucumber-living-documentation-plugin.git
4746
</developerConnection>
4847
<url>https://github.com/jenkinsci/cucumber-living-documentation-plugin</url>
49-
</scm>
48+
<tag>1.1.0</tag>
49+
</scm>
5050

5151
<dependencyManagement>
5252
<dependencies>

0 commit comments

Comments
 (0)