Skip to content

Commit cadaade

Browse files
committed
[maven-release-plugin] prepare release 4.0.0
1 parent daf9574 commit cadaade

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

plume-file-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-file-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-file-core</artifactId>

plume-file-metadata-database/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-file-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-file-metadata-database</artifactId>

plume-file-storage-database/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-file-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-file-storage-database</artifactId>

plume-file-storage-system/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-file-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-file-storage-system</artifactId>

plume-file-web-download-jersey/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-file-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-file-web-download-jersey</artifactId>

plume-file-web-upload-jersey/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.coreoz</groupId>
77
<artifactId>plume-file-parent</artifactId>
8-
<version>4.0.0-SNAPSHOT</version>
8+
<version>4.0.0</version>
99
</parent>
1010

1111
<artifactId>plume-file-web-upload-jersey</artifactId>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.coreoz</groupId>
66
<artifactId>plume-file-parent</artifactId>
7-
<version>4.0.0-SNAPSHOT</version>
7+
<version>4.0.0</version>
88
<packaging>pom</packaging>
99

1010
<name>Plume File Parent</name>
@@ -43,7 +43,7 @@
4343
<developerConnection>scm:git:git@github.com:Coreoz/Plume-file.git</developerConnection>
4444
<connection>scm:git:git@github.com:Coreoz/Plume-file.git</connection>
4545
<url>https://github.com/Coreoz/Plume-file</url>
46-
<tag>HEAD</tag>
46+
<tag>4.0.0</tag>
4747
</scm>
4848

4949
<distributionManagement>

0 commit comments

Comments
 (0)