Skip to content

Commit

Permalink
[maven-release-plugin] prepare release chess-engine-tester-0.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dykstrom committed Jun 29, 2024
1 parent 4d5596e commit 6bd3346
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion cli/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.dykstrom.cet</groupId>
<artifactId>chess-engine-tester</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>cli</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion engine/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.dykstrom.cet</groupId>
<artifactId>chess-engine-tester</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>engine</artifactId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>se.dykstrom.cet</groupId>
<artifactId>chess-engine-tester</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>pom</packaging>

<properties>
Expand All @@ -16,7 +16,7 @@

<scm>
<developerConnection>scm:git:https://github.com/dykstrom/chess-engine-tester.git</developerConnection>
<tag>HEAD</tag>
<tag>chess-engine-tester-0.2.1</tag>
</scm>

<modules>
Expand Down
2 changes: 1 addition & 1 deletion services/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>se.dykstrom.cet</groupId>
<artifactId>chess-engine-tester</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
</parent>

<artifactId>services</artifactId>
Expand Down

0 comments on commit 6bd3346

Please sign in to comment.