Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e22b4aa

Browse files
committedApr 25, 2023
[maven-release-plugin] prepare release 5.0.0
1 parent d32a45c commit e22b4aa

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed
 

‎pom.xml‎

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,15 +11,13 @@ available at https://spdx.org/licenses/LGPL-2.0-or-later.html
1111
SPDX-License-Identifier: LGPL-2.0-or-later
1212
-->
1313

14-
<project xmlns="http://maven.apache.org/POM/4.0.0"
15-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
16-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
14+
<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">
1715

1816
<modelVersion>4.0.0</modelVersion>
1917

2018
<groupId>com.github.com-github-javabdd</groupId>
2119
<artifactId>com.github.javabdd</artifactId>
22-
<version>4.0.1-SNAPSHOT</version>
20+
<version>5.0.0</version>
2321
<packaging>jar</packaging>
2422

2523
<name>JavaBDD</name>
@@ -225,7 +223,7 @@ SPDX-License-Identifier: LGPL-2.0-or-later
225223
<connection>scm:git:git://github.com/dexecutor/dependent-tasks-executor.git</connection>
226224
<developerConnection>scm:git:git@github.com:dexecutor/dexecutor.git</developerConnection>
227225
<url>https://github.com/com-github-javabdd/com.github.javabdd</url>
228-
<tag>HEAD</tag>
226+
<tag>5.0.0</tag>
229227
</scm>
230228

231229
<profiles>

0 commit comments

Comments
 (0)
Please sign in to comment.