-
Notifications
You must be signed in to change notification settings - Fork 3
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 jchess-1.2.0
- Loading branch information
Cédric Tabin
committed
Jul 23, 2023
1 parent
e0ab55c
commit cc78919
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>ch.astorm</groupId> | ||
<artifactId>jchess</artifactId> | ||
<packaging>jar</packaging> | ||
<version>1.1.1-SNAPSHOT</version> | ||
<version>1.2.0</version> | ||
<name>${project.groupId}:${project.artifactId}</name> | ||
<description>Chess API to handle a chess game</description> | ||
<url>https://github.com/ctabin/jchess</url> | ||
|
@@ -26,7 +26,7 @@ | |
<connection>scm:git:git://github.com/ctabin/jchess.git</connection> | ||
<developerConnection>scm:git:[email protected]:ctabin/jchess.git</developerConnection> | ||
<url>http://github.com/ctabin/jchess/tree/master</url> | ||
<tag>HEAD</tag> | ||
<tag>jchess-1.2.0</tag> | ||
</scm> | ||
<distributionManagement> | ||
<snapshotRepository> | ||
|