Skip to content

Commit 1c59ac8

Browse files
authored
NIFI-14888 Upgraded Maven from 3.9.10 to 3.9.11 (#17)
Signed-off-by: David Handermann <[email protected]>
1 parent 1ae0912 commit 1c59ac8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.mvn/wrapper/maven-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@
1616
# under the License.
1717
wrapperVersion=3.3.2
1818
distributionType=only-script
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.10/apache-maven-3.9.10-bin.zip
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.11/apache-maven-3.9.11-bin.zip

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<maven.compiler.release>21</maven.compiler.release>
7676
<maven.compiler.showDeprecation>true</maven.compiler.showDeprecation>
7777
<minimalJavaBuildVersion>21</minimalJavaBuildVersion>
78-
<minimalMavenBuildVersion>3.9.10</minimalMavenBuildVersion>
78+
<minimalMavenBuildVersion>3.9.11</minimalMavenBuildVersion>
7979

8080
<checkstyle.version>10.26.1</checkstyle.version>
8181
<junit-bom.version>5.13.2</junit-bom.version>

0 commit comments

Comments
 (0)