We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a95f0f7 commit 19b8fbdCopy full SHA for 19b8fbd
java/pom.xml
@@ -8,7 +8,7 @@
8
<version>2.1.2</version>
9
</parent>
10
<artifactId>messages</artifactId>
11
- <version>17.1.0</version>
+ <version>17.1.1-SNAPSHOT</version>
12
<packaging>jar</packaging>
13
<name>Cucumber Messages</name>
14
<description>JSON schema-based messages for Cucumber's inter-process communication</description>
perl/.gitignore
@@ -1,3 +1,8 @@
1
+.build/
2
+.built
3
+acceptance/
4
+Cucumber-Messages-*
5
perl5/
-.*
-*~
6
+.cpanfile_dependencies
7
+cpanfile.snapshot
+CHANGELOG.md
0 commit comments