You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2023/07/28 10:43:28 UTC

[commons-fileupload] branch master updated: Bump commons-parent from 58 to 59

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

ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git


The following commit(s) were added to refs/heads/master by this push:
     new 908b571e Bump commons-parent from 58 to 59
908b571e is described below

commit 908b571e75e4159dfe9e4909151d033ad757b1c6
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Fri Jul 28 06:43:24 2023 -0400

    Bump commons-parent from 58 to 59
---
 pom.xml                 | 44 +-------------------------------------------
 src/changes/changes.xml |  7 ++++---
 2 files changed, 5 insertions(+), 46 deletions(-)

diff --git a/pom.xml b/pom.xml
index 23c1851c..5a83d2c5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-parent</artifactId>
-    <version>58</version>
+    <version>59</version>
   </parent>
 
   <artifactId>commons-fileupload2</artifactId>
@@ -416,7 +416,6 @@
       </plugin>
     </plugins>
   </reporting>
-
   <profiles>
     <profile>
       <id>release</id>
@@ -446,47 +445,6 @@
         <coveralls.skip>true</coveralls.skip>
       </properties>
     </profile>
-    <profile>
-      <id>moditect</id>
-      <activation>
-		<jdk>[9,)</jdk>
-	  </activation>
-      <properties>
-        <moditect.java.version>9</moditect.java.version>
-      </properties>
-      <build>
-		<plugins>
-          <plugin>
-            <groupId>org.moditect</groupId>
-            <artifactId>moditect-maven-plugin</artifactId>
-            <version>${moditect-maven-plugin.version}</version>
-            <executions>
-              <execution>
-                <id>add-module-infos</id>
-                <phase>package</phase>
-                <goals>
-                  <goal>add-module-info</goal>
-                </goals>
-                <configuration>
-                  <jvmVersion>${moditect.java.version}</jvmVersion>
-                  <jdepsExtraArgs>
-                    <arg>--multi-release=${moditect.java.version}</arg>
-                  </jdepsExtraArgs>
-                  <outputDirectory>${project.build.directory}</outputDirectory>
-                  <overwriteExistingFiles>true</overwriteExistingFiles>
-                  <failOnWarning>false</failOnWarning>
-                  <module>
-                    <moduleInfo>
-                      <name>${commons.module.name}</name>
-                    </moduleInfo>
-                  </module>
-                </configuration>
-              </execution>
-            </executions>
-          </plugin>
-		</plugins>
-	  </build>
-    </profile>
   </profiles>
   <modules>
 	<module>commons-fileupload2-core</module>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index f16fe1a7..83fb9465 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -44,10 +44,11 @@ The <action> type attribute can be add,update,fix,remove.
 
   <body>
     <release version="2.0.0-M2" date="2023-MM-DD" description="2.0.0-M2 Release">
-    <!-- FIX -->
-    <!-- ADD -->
-    <!-- UDPATE -->
+      <!-- FIX -->
+      <!-- ADD -->
+      <!-- UDPATE -->
       <action                        dev="ggregory" type="update" due-to="Dependabot">Bump Java from 8 to 11.</action>
+      <action                        dev="ggregory" type="update" due-to="Gary Gregory">Bump commons-parent from 58 to 59.</action>
     </release>
     <release version="2.0.0-M1" date="2023-07-14" description="2.0.0-M1 Release">
       <!-- FIX -->