Skip to content

Commit

Permalink
[maven-release-plugin] prepare release depgraph-maven-plugin-4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ferstl committed Mar 5, 2022
1 parent 56f8930 commit 7183196
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
<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/maven-v4_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/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>

<prerequisites>
Expand All @@ -8,7 +7,7 @@

<groupId>com.github.ferstl</groupId>
<artifactId>depgraph-maven-plugin</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>maven-plugin</packaging>

<name>Depgraph Maven Plugin</name>
Expand Down Expand Up @@ -52,7 +51,7 @@
<connection>scm:git:https://github.com/ferstl/depgraph-maven-plugin.git</connection>
<developerConnection>scm:git:git@github.com:ferstl/depgraph-maven-plugin.git</developerConnection>
<url>${project.url}</url>
<tag>HEAD</tag>
<tag>depgraph-maven-plugin-4.0.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 7183196

Please sign in to comment.