Skip to content

Commit

Permalink
[maven-release-plugin] prepare release defectdojo-client-3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
secureCodeBoxBot committed Jul 29, 2024
1 parent c2daf60 commit ffb9520
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<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">
<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">
<modelVersion>4.0.0</modelVersion>

<groupId>io.securecodebox</groupId>
<artifactId>defectdojo-client</artifactId>
<version>3.0.0-SNAPSHOT</version>
<version>3.0.0</version>
<packaging>jar</packaging>
<name>DefectDojo Client Java</name>
<description>
Expand Down Expand Up @@ -33,7 +32,7 @@
<connection>scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git</connection>
<developerConnection>scm:git:https://github.com/secureCodeBox/defectdojo-client-java.git</developerConnection>
<url>https://github.com/secureCodeBox/defectdojo-client-java.git</url>
<tag>HEAD</tag>
<tag>defectdojo-client-3.0.0</tag>
</scm>

<developers>
Expand Down Expand Up @@ -281,8 +280,8 @@

<configuration>
<rules>
<dependencyConvergence/>
<requirePluginVersions/>
<dependencyConvergence />
<requirePluginVersions />
<requireJavaVersion>
<version>${project.build.version.target}</version>
</requireJavaVersion>
Expand Down

0 comments on commit ffb9520

Please sign in to comment.