Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jenkins committed Feb 13, 2025
1 parent 95bfad1 commit ef6ff44
Show file tree
Hide file tree
Showing 10 changed files with 11 additions and 11 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
<packaging>pom</packaging>
<name>registry</name>

Expand Down Expand Up @@ -201,7 +201,7 @@
<connection>scm:git:ssh://git@github.com/madgeek-arc/registry.git</connection>
<developerConnection>scm:git:ssh://git@github.com/madgeek-arc/registry.git</developerConnection>
<url>https://github.com/madgeek-arc/registry</url>
<tag>HEAD</tag>
<tag>v4.0.0</tag>
</scm>

<distributionManagement>
Expand Down
2 changes: 1 addition & 1 deletion registry-core-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-core-api</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion registry-core-helper/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-core-helper</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion registry-core-resource-sync/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-core-resource-sync</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion registry-core-rest/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-core-rest</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion registry-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-service</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion registry-starter-client/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-starter-client</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion registry-starter-elasticsearch/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-starter-elasticsearch</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion registry-starter-jms/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-starter-jms</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion registry-starter-service/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>gr.uoa.di.madgik</groupId>
<artifactId>registry</artifactId>
<version>4.0.0-SNAPSHOT</version>
<version>4.0.0</version>
</parent>
<artifactId>registry-starter-service</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit ef6ff44

Please sign in to comment.