Merge pull request #32 from apache/dependabot/maven/org.apache.maven-maven-artifact-3.9.1

Bump maven-artifact from 3.9.0 to 3.9.1
diff --git a/buildtools/pom.xml b/buildtools/pom.xml
index b8bcbda..d3b99f1 100644
--- a/buildtools/pom.xml
+++ b/buildtools/pom.xml
@@ -56,7 +56,7 @@
         <dependency>
             <groupId>org.apache.maven</groupId>
             <artifactId>maven-model</artifactId>
-            <version>3.9.0</version>
+            <version>3.9.1</version>
             <optional>true</optional>
         </dependency>
         <dependency>
diff --git a/pom.xml b/pom.xml
index 45d77ab..af328a3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -110,7 +110,7 @@
                  <plugin>
                      <groupId>org.apache.maven.plugins</groupId>
                      <artifactId>maven-release-plugin</artifactId>
-                     <version>2.5.3</version>
+                     <version>3.0.0</version>
                      <configuration>
                          <useReleaseProfile>false</useReleaseProfile>
                          <preparationGoals>clean install</preparationGoals>