This is an automated email from the ASF dual-hosted git repository.
sruehl pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/plc4x-extras.git
The following commit(s) were added to refs/heads/develop by this push:
new f8f992e7 fix: Fixed an issue making IntelliJ not pick up the change to
maven 4
f8f992e7 is described below
commit f8f992e7855ba53c42c60fb8375a6f3d896bd11f
Author: Sebastian Rühl <[email protected]>
AuthorDate: Fri Jul 10 15:27:50 2026 +0200
fix: Fixed an issue making IntelliJ not pick up the change to maven 4
---
.mvn/wrapper/maven-wrapper.properties | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.mvn/wrapper/maven-wrapper.properties
b/.mvn/wrapper/maven-wrapper.properties
index a06fccd5..4dccbca4 100644
--- a/.mvn/wrapper/maven-wrapper.properties
+++ b/.mvn/wrapper/maven-wrapper.properties
@@ -15,6 +15,6 @@
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.
-wrapperVersion=3.3.4
+wrapperVersion=4.0.0-rc-5
distributionType=only-script
-distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-5/apache-maven-4.0.0-rc-5-bin.zip
+distributionUrl=https://repo.maven.apache.org/maven2/org/apache/maven/apache-maven/4.0.0-rc-5/apache-maven-4.0.0-rc-5-bin.zip
\ No newline at end of file