Skip to content

Commit 11c8953

Browse files
committed
chore: Updated the maven-wrapper to the version generated by the maven-wrapper plugin.
1 parent 07d35ee commit 11c8953

File tree

8 files changed

+337
-557
lines changed

8 files changed

+337
-557
lines changed

.mvn/extensions.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@
1515
specific language governing permissions and limitations
1616
under the License.
1717
-->
18-
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
18+
<extensions xmlns="http://maven.apache.org/EXTENSIONS/1.0.0"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="http://maven.apache.org/EXTENSIONS/1.0.0 http://maven.apache.org/xsd/core-extensions-1.0.0.xsd">
1921
<extension>
2022
<groupId>com.gradle</groupId>
2123
<artifactId>gradle-enterprise-maven-extension</artifactId>

.mvn/gradle-enterprise.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@
1717
~ specific language governing permissions and limitations
1818
~ under the License.
1919
-->
20-
<gradleEnterprise xmlns="https://www.gradle.com/gradle-enterprise-maven" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd">
20+
<gradleEnterprise xmlns="https://www.gradle.com/gradle-enterprise-maven"
21+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22+
xsi:schemaLocation="https://www.gradle.com/gradle-enterprise-maven https://www.gradle.com/schema/gradle-enterprise-maven.xsd">
2123
<server>
2224
<url>https://ge.apache.org</url>
2325
<allowUntrusted>false</allowUntrusted>

.mvn/jvm.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
-XX:+EnableDynamicAgentLoading --add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED
1+
--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.file=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.parser=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.tree=ALL-UNNAMED --add-exports jdk.compiler/com.sun.tools.javac.util=ALL-UNNAMED

.mvn/wrapper/MavenWrapperDownloader.java

Lines changed: 0 additions & 117 deletions
This file was deleted.

.mvn/wrapper/maven-wrapper.properties

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
#
21
# Licensed to the Apache Software Foundation (ASF) under one
32
# or more contributor license agreements. See the NOTICE file
43
# distributed with this work for additional information
@@ -7,14 +6,14 @@
76
# "License"); you may not use this file except in compliance
87
# with the License. You may obtain a copy of the License at
98
#
10-
# https://www.apache.org/licenses/LICENSE-2.0
9+
# http://www.apache.org/licenses/LICENSE-2.0
1110
#
1211
# Unless required by applicable law or agreed to in writing,
1312
# software distributed under the License is distributed on an
1413
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
1514
# KIND, either express or implied. See the License for the
1615
# specific language governing permissions and limitations
1716
# under the License.
18-
#
19-
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.6/apache-maven-3.9.6-bin.zip
20-
wrapperUrl=https://repo.maven.apache.org/maven2/org/apache/maven/wrapper/maven-wrapper/3.3.2/maven-wrapper-3.3.2.jar
17+
wrapperVersion=3.3.2
18+
distributionType=only-script
19+
distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/3.9.9/apache-maven-3.9.9-bin.zip

LICENSE

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -208,16 +208,6 @@ plc4j/transports/test/src/main/java/io/netty/channel/embedded/Plc4xEmbeddedChann
208208
plc4j/transports/test/src/main/java/io/netty/channel/embedded/Plc4xEmbeddedEventLoop.java
209209
Are copyrighted by the The Netty Project which is distributed under the Apache 2.0 license.
210210

211-
The file:
212-
.mvn/wrapper/MavenWrapperDownloader.java
213-
Is provided from the Github Project: https://github.com/takari/maven-wrapper
214-
which is distributed under the Apache 2.0 license.
215-
216-
The files:
217-
mvnw
218-
mvnw.cmd
219-
Are provided from the Apache Maven project: https://maven.apache.org
220-
221211
The file:
222212
code-generation/protocol-base-mspec/src/main/antlr4/org/apache/plc4x/plugins/codegenerator/language/mspec/expression/Expression.g4
223213
is licensed under the Category A: "UNLICENSE" which is available here:

0 commit comments

Comments
 (0)