Skip to content

Commit

Permalink
[maven-release-plugin] prepare release 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amanteaux committed Sep 16, 2022
1 parent 3e81e4d commit 11b6c53
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion plume-admin-api-log/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.coreoz</groupId>
<artifactId>plume-admin-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>plume-admin-api-log</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plume-admin-dependencies/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.coreoz</groupId>
<artifactId>plume-admin-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>plume-admin-dependencies</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plume-admin-security/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.coreoz</groupId>
<artifactId>plume-admin-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>plume-admin-security</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plume-admin-ws-system/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.coreoz</groupId>
<artifactId>plume-admin-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>plume-admin-ws-system</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plume-admin-ws/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.coreoz</groupId>
<artifactId>plume-admin-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0</version>
</parent>

<artifactId>plume-admin-ws</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>com.coreoz</groupId>
<artifactId>plume-admin-parent</artifactId>
<version>4.0.1-SNAPSHOT</version>
<version>4.1.0</version>
<packaging>pom</packaging>

<name>Plume Admin Parent</name>
Expand Down Expand Up @@ -37,7 +37,7 @@
<developerConnection>scm:git:git@github.com:Coreoz/Plume-admin.git</developerConnection>
<connection>scm:git:git@github.com:Coreoz/Plume-admin.git</connection>
<url>https://github.com/Coreoz/Plume-admin</url>
<tag>HEAD</tag>
<tag>4.1.0</tag>
</scm>

<distributionManagement>
Expand Down

0 comments on commit 11b6c53

Please sign in to comment.