Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 5.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
dhendriks committed Apr 25, 2023
1 parent d32a45c commit e22b4aa
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,13 @@ available at https://spdx.org/licenses/LGPL-2.0-or-later.html
SPDX-License-Identifier: LGPL-2.0-or-later
-->

<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>com.github.com-github-javabdd</groupId>
<artifactId>com.github.javabdd</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>5.0.0</version>
<packaging>jar</packaging>

<name>JavaBDD</name>
Expand Down Expand Up @@ -225,7 +223,7 @@ SPDX-License-Identifier: LGPL-2.0-or-later
<connection>scm:git:git://github.com/dexecutor/dependent-tasks-executor.git</connection>
<developerConnection>scm:git:[email protected]:dexecutor/dexecutor.git</developerConnection>
<url>https://github.com/com-github-javabdd/com.github.javabdd</url>
<tag>HEAD</tag>
<tag>5.0.0</tag>
</scm>

<profiles>
Expand Down

0 comments on commit e22b4aa

Please sign in to comment.