We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a12b40a commit e22851bCopy full SHA for e22851b
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.github.fslev</groupId>
6
<artifactId>cucumber-jutils</artifactId>
7
- <version>9.29</version>
+ <version>9.30-SNAPSHOT</version>
8
9
<name>Cucumber JUtils</name>
10
<description>A little helper for Cucumber Java</description>
@@ -340,7 +340,7 @@
340
<connection>scm:git:ssh://git@github.com/fslev/cucumber-jutils.git</connection>
341
<developerConnection>scm:git:ssh://git@github.com/fslev/cucumber-jutils.git</developerConnection>
342
<url>https://github.com/fslev/cucumber-jutils/tree/master</url>
343
- <tag>cucumber-jutils-9.29</tag>
+ <tag>HEAD</tag>
344
</scm>
345
346
<licenses>
0 commit comments