Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 0.57.0
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Apr 3, 2023
1 parent 2e7b6d9 commit 0f16211
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>com.autentia.tnt</groupId>
<artifactId>tntconcept-parent</artifactId>
<version>0.57.0-SNAPSHOT</version>
<version>0.57.0</version>
<packaging>pom</packaging>

<name>tntconcept-parent</name>
Expand Down Expand Up @@ -85,7 +85,7 @@
<connection>scm:git:https://github.com/autentia/TNTConcept</connection>
<developerConnection>scm:git:https://github.com/autentia/TNTConcept</developerConnection>
<url>https://github.com/autentia/TNTConcept</url>
<tag>tntconcept-parent-0.27.5</tag>
<tag>0.57.0</tag>
</scm>

<profiles>
Expand Down
2 changes: 1 addition & 1 deletion tntconcept-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.autentia.tnt</groupId>
<artifactId>tntconcept-parent</artifactId>
<version>0.57.0-SNAPSHOT</version>
<version>0.57.0</version>
</parent>

<artifactId>tntconcept-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tntconcept-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<artifactId>tntconcept-parent</artifactId>
<groupId>com.autentia.tnt</groupId>
<version>0.57.0-SNAPSHOT</version>
<version>0.57.0</version>
</parent>

<artifactId>tntconcept-test</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion tntconcept-web/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.autentia.tnt</groupId>
<artifactId>tntconcept-parent</artifactId>
<version>0.57.0-SNAPSHOT</version>
<version>0.57.0</version>
</parent>

<artifactId>tntconcept-web</artifactId>
Expand Down

0 comments on commit 0f16211

Please sign in to comment.