Skip to content

Commit 5e83e21

Browse files
[maven-release-plugin] prepare release 3.8.2
1 parent f42ff5b commit 5e83e21

File tree

12 files changed

+19
-25
lines changed

12 files changed

+19
-25
lines changed

docs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.minio</groupId>
66
<artifactId>quarkus-minio-parent</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.quarkiverse.minio</groupId>
77
<artifactId>quarkus-minio-parent</artifactId>
8-
<version>3.8.2-SNAPSHOT</version>
8+
<version>3.8.2</version>
99
<relativePath>../pom.xml</relativePath>
1010
</parent>
1111

minio-admin/deployment/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>io.quarkiverse.minio</groupId>
86
<artifactId>quarkus-minio-admin-parent</artifactId>
9-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210

minio-admin/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
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>io.quarkiverse.minio</groupId>
86
<artifactId>quarkus-minio-parent</artifactId>
9-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
108
</parent>
119

1210
<artifactId>quarkus-minio-admin-parent</artifactId>
13-
<version>3.8.2-SNAPSHOT</version>
11+
<version>3.8.2</version>
1412
<name>Quarkus Minio - Admin Client - Parent</name>
1513

1614
<packaging>pom</packaging>

minio-admin/runtime/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>io.quarkiverse.minio</groupId>
86
<artifactId>quarkus-minio-admin-parent</artifactId>
9-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
108
<relativePath>../pom.xml</relativePath>
119
</parent>
1210

minio-client/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.minio</groupId>
66
<artifactId>quarkus-minio-client-parent</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

minio-client/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.quarkiverse.minio</groupId>
66
<artifactId>quarkus-minio-parent</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<artifactId>quarkus-minio-client-parent</artifactId>
12-
<version>3.8.2-SNAPSHOT</version>
12+
<version>3.8.2</version>
1313
<name>Quarkus Minio - Client - Parent</name>
1414

1515
<packaging>pom</packaging>

minio-client/runtime/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.minio</groupId>
66
<artifactId>quarkus-minio-client-parent</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

minio-native/deployment/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkiverse.minio</groupId>
66
<artifactId>quarkus-minio-native-parent</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

minio-native/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44
<parent>
55
<groupId>io.quarkiverse.minio</groupId>
66
<artifactId>quarkus-minio-parent</artifactId>
7-
<version>3.8.2-SNAPSHOT</version>
7+
<version>3.8.2</version>
88
<relativePath>../pom.xml</relativePath>
99
</parent>
1010

1111
<artifactId>quarkus-minio-native-parent</artifactId>
12-
<version>3.8.2-SNAPSHOT</version>
12+
<version>3.8.2</version>
1313
<name>Quarkus Minio - Native - Parent</name>
1414

1515
<packaging>pom</packaging>

0 commit comments

Comments
 (0)