This is an automated email from the ASF dual-hosted git repository.

rabreu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c5c39363 Bump org.apache:apache from 35 to 37 (#8379)
4c5c39363 is described below

commit 4c5c39363fce7a8ef40cdcce02c545281dd4b3e4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Feb 1 22:14:17 2026 +0000

    Bump org.apache:apache from 35 to 37 (#8379)
    
    * Bump org.apache:apache from 35 to 37
    
    Bumps [org.apache:apache](https://github.com/apache/maven-apache-parent) 
from 35 to 37.
    - [Release notes](https://github.com/apache/maven-apache-parent/releases)
    - [Commits](https://github.com/apache/maven-apache-parent/commits)
    
    ---
    updated-dependencies:
    - dependency-name: org.apache:apache
      dependency-version: '37'
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    
    * Adapting properties
    
    * Adapting properties
    
    * Adapting properties
    
    ---------
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Rui Abreu <[email protected]>
---
 pom.xml | 7 ++-----
 1 file changed, 2 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index a8a65e8b4..b7e154daa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>35</version>
+        <version>37</version>
     </parent>
 
     <groupId>org.apache.storm</groupId>
@@ -68,8 +68,7 @@
     </issueManagement>
 
     <properties>
-        <maven.compiler.target>17</maven.compiler.target>
-        <maven.compiler.source>${maven.compiler.target}</maven.compiler.source>
+        <javaVersion>17</javaVersion>
         <maven.javadoc.failOnError>false</maven.javadoc.failOnError>
         <maven.javadoc.failOnWarnings>false</maven.javadoc.failOnWarnings>
 
@@ -1292,8 +1291,6 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>3.14.1</version>
                     <configuration>
-                        <source>${maven.compiler.source}</source>
-                        <target>${maven.compiler.target}</target>
                         
<generatedSourcesDirectory>${project.build.directory}/generated-sources
                         </generatedSourcesDirectory>
                     </configuration>

Reply via email to