We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dfd012 commit 5f6ce00Copy full SHA for 5f6ce00
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.securecodebox</groupId>
6
<artifactId>defectdojo-client</artifactId>
7
- <version>2.0.0-beta</version>
+ <version>2.0.0-SNAPSHOT</version>
8
<packaging>jar</packaging>
9
<name>DefectDojo Client Java</name>
10
<description>
@@ -32,7 +32,7 @@
32
<connection>scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git</connection>
33
<developerConnection>scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git</developerConnection>
34
<url>https://github.com/secureCodeBox/defectdojo-client-java.git</url>
35
- <tag>defectdojo-client-2.0.0-beta</tag>
+ <tag>HEAD</tag>
36
</scm>
37
38
<developers>
0 commit comments