-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release archUnit_maven_plugin_4.0.1
- Loading branch information
Vincent Fuchs
committed
Jan 29, 2024
1 parent
2912931
commit 02d5bf1
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
<groupId>com.societegenerale.commons</groupId> | ||
<artifactId>arch-unit-maven-plugin</artifactId> | ||
<packaging>maven-plugin</packaging> | ||
<version>4.0.1-SNAPSHOT</version> | ||
<version>4.0.1</version> | ||
<name>ArchUnit Maven plugin</name> | ||
<description>An easy way to distribute ArchUnit rules across projects</description> | ||
<url>https://github.com/societe-generale/arch-unit-maven-plugin</url> | ||
|
@@ -79,7 +79,7 @@ | |
<url>https://github.com/societe-generale/arch-unit-maven-plugin</url> | ||
<connection>scm:git:[email protected]:societe-generale/arch-unit-maven-plugin.git</connection> | ||
<developerConnection>scm:git:[email protected]:societe-generale/arch-unit-maven-plugin.git</developerConnection> | ||
<tag>archUnit_maven_plugin_4.0.0</tag> | ||
<tag>archUnit_maven_plugin_4.0.1</tag> | ||
</scm> | ||
|
||
<repositories> | ||
|