Skip to content

Commit f6eeafb

Browse files
[maven-release-plugin] prepare release cucumber-jutils-9.28
1 parent 07112bb commit f6eeafb

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,11 +1,10 @@
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/xsd/maven-4.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/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65
<groupId>io.github.fslev</groupId>
76
<artifactId>cucumber-jutils</artifactId>
8-
<version>9.28-SNAPSHOT</version>
7+
<version>9.28</version>
98

109
<name>Cucumber JUtils</name>
1110
<description>A little helper for Cucumber Java</description>
@@ -341,7 +340,7 @@
341340
<connection>scm:git:ssh://git@github.com/fslev/cucumber-jutils.git</connection>
342341
<developerConnection>scm:git:ssh://git@github.com/fslev/cucumber-jutils.git</developerConnection>
343342
<url>https://github.com/fslev/cucumber-jutils/tree/master</url>
344-
<tag>HEAD</tag>
343+
<tag>cucumber-jutils-9.28</tag>
345344
</scm>
346345

347346
<licenses>

0 commit comments

Comments
 (0)