Skip to content

Commit 8de5891

Browse files
committed
[maven-release-plugin] prepare release 4.1.0
1 parent daa6b99 commit 8de5891

File tree

8 files changed

+10
-12
lines changed

8 files changed

+10
-12
lines changed

plume-file-core/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
8+
<version>4.1.0</version>
99
</parent>
1010

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

plume-file-metadata-database/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
8+
<version>4.1.0</version>
99
</parent>
1010

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

plume-file-storage-database/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
8+
<version>4.1.0</version>
99
</parent>
1010

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

plume-file-storage-gcp/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="http://maven.apache.org/POM/4.0.0"
3-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
53
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>com.coreoz</groupId>
86
<artifactId>plume-file-parent</artifactId>
9-
<version>4.0.2-SNAPSHOT</version>
7+
<version>4.1.0</version>
108
</parent>
119

1210
<artifactId>plume-file-storage-gcp</artifactId>

plume-file-storage-system/pom.xml

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
8+
<version>4.1.0</version>
99
</parent>
1010

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

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

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
8+
<version>4.1.0</version>
99
</parent>
1010

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

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

Lines changed: 1 addition & 1 deletion
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.2-SNAPSHOT</version>
8+
<version>4.1.0</version>
99
</parent>
1010

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

pom.xml

Lines changed: 2 additions & 2 deletions
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.2-SNAPSHOT</version>
7+
<version>4.1.0</version>
88
<packaging>pom</packaging>
99

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

4949
<properties>

0 commit comments

Comments
 (0)