Skip to content

Commit 9b70a27

Browse files
author
rmpestano
committed
[maven-release-plugin] prepare release 1.0.0
1 parent d86d179 commit 9b70a27

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>2.3</version>
10-
<relativePath/>
9+
<relativePath />
1110
</parent>
1211
<artifactId>cucumber-living-documentation</artifactId>
13-
<version>1.0.0-SNAPSHOT</version>
12+
<version>1.0.0</version>
1413
<packaging>hpi</packaging>
1514

1615
<properties>
@@ -52,7 +51,8 @@
5251
<connection>scm:git:ssh://github.com/jenkinsci/cucumber-living-documentation-plugin.git</connection>
5352
<developerConnection>scm:git:ssh://git@github.com/jenkinsci/cucumber-living-documentation-plugin.git</developerConnection>
5453
<url>https://github.com/jenkinsci/cucumber-living-documentation-plugin</url>
55-
</scm>
54+
<tag>1.0.0</tag>
55+
</scm>
5656

5757
<dependencies>
5858
<dependency>

0 commit comments

Comments
 (0)