We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20fe074 commit d03b532Copy full SHA for d03b532
pom.xml
@@ -3,7 +3,7 @@
3
4
<groupId>com.parasoft</groupId>
5
<artifactId>soatest-cucumber</artifactId>
6
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.1</version>
7
8
<name>soatest-cucumber</name>
9
<url>https://github.com/parasoft/soatest-cucumber</url>
@@ -24,7 +24,7 @@
24
<connection>scm:git:https://github.com/parasoft/soatest-cucumber.git</connection>
25
<developerConnection>scm:git:https://github.com/parasoft/soatest-cucumber.git</developerConnection>
26
<url>https://github.com/parasoft/soatest-cucumber/tree/${project.scm.tag}</url>
27
- <tag>master</tag>
+ <tag>v0.0.1</tag>
28
</scm>
29
30
<properties>
0 commit comments