We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffb9520 commit 7209601Copy full SHA for 7209601
pom.xml
@@ -4,7 +4,7 @@
4
5
<groupId>io.securecodebox</groupId>
6
<artifactId>defectdojo-client</artifactId>
7
- <version>3.0.0</version>
+ <version>3.0.1-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-3.0.0</tag>
+ <tag>HEAD</tag>
36
</scm>
37
38
<developers>
0 commit comments