Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit b1d3f48

Browse files
committed
Don't use snaphsot for helloworld example
1 parent 12be7af commit b1d3f48

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/java-helloworld/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@
3636
<dependency>
3737
<groupId>info.cukes</groupId>
3838
<artifactId>cucumber-java</artifactId>
39-
<version>1.1.1-SNAPSHOT</version>
39+
<version>1.1.1</version>
4040
<scope>test</scope>
4141
</dependency>
4242
<dependency>
4343
<groupId>info.cukes</groupId>
4444
<artifactId>cucumber-junit</artifactId>
45-
<version>1.1.1-SNAPSHOT</version>
45+
<version>1.1.1</version>
4646
<scope>test</scope>
4747
</dependency>
4848
<dependency>

0 commit comments

Comments
 (0)