Skip to content

Commit 2813752

Browse files
[maven-release-plugin] prepare release defectdojo-client-2.0.2.-alpha1
1 parent b3cb94c commit 2813752

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

pom.xml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
43
<modelVersion>4.0.0</modelVersion>
54

65

76
<groupId>io.securecodebox</groupId>
87
<artifactId>defectdojo-client</artifactId>
9-
<version>2.0.2-SNAPSHOT</version>
8+
<version>2.0.2.-alpha1</version>
109
<packaging>jar</packaging>
1110
<name>DefectDojo Client Java</name>
1211
<description>
@@ -67,7 +66,7 @@
6766
<connection>scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git</connection>
6867
<developerConnection>scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git</developerConnection>
6968
<url>https://github.com/secureCodeBox/defectdojo-client-java.git</url>
70-
<tag>defectdojo-client-2.0.0</tag>
69+
<tag>defectdojo-client-2.0.2.-alpha1</tag>
7170
</scm>
7271

7372
<properties>
@@ -301,8 +300,8 @@
301300

302301
<configuration>
303302
<rules>
304-
<dependencyConvergence/>
305-
<requirePluginVersions/>
303+
<dependencyConvergence />
304+
<requirePluginVersions />
306305
<requireJavaVersion>
307306
<version>${project.build.version.target}</version>
308307
</requireJavaVersion>

0 commit comments

Comments
 (0)