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

ggregory pushed a commit to annotated tag commons-fileupload-2.0.0-M2-RC1
in repository https://gitbox.apache.org/repos/asf/commons-fileupload.git

commit bcb3e82c164f8b9998b22e58e32463f634eaca8d
Author: Gary Gregory <garydgreg...@gmail.com>
AuthorDate: Sun Dec 24 14:10:06 2023 -0500

    Prepare release candidate
---
 commons-fileupload2-core/pom.xml             |  2 +-
 commons-fileupload2-distribution/pom.xml     |  2 +-
 commons-fileupload2-jakarta-servlet5/pom.xml |  6 ++---
 commons-fileupload2-jakarta-servlet6/pom.xml |  6 ++---
 commons-fileupload2-javax/pom.xml            |  6 ++---
 commons-fileupload2-portlet/pom.xml          | 10 +++----
 pom.xml                                      | 40 +++++++++++++++++++++++++++-
 7 files changed, 55 insertions(+), 17 deletions(-)

diff --git a/commons-fileupload2-core/pom.xml b/commons-fileupload2-core/pom.xml
index 64a809cd..f67ce46a 100644
--- a/commons-fileupload2-core/pom.xml
+++ b/commons-fileupload2-core/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M2-SNAPSHOT</version>
+    <version>2.0.0-M2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/commons-fileupload2-distribution/pom.xml 
b/commons-fileupload2-distribution/pom.xml
index fdf66f1d..d47c20bd 100644
--- a/commons-fileupload2-distribution/pom.xml
+++ b/commons-fileupload2-distribution/pom.xml
@@ -28,7 +28,7 @@ limitations under the License.
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M2-SNAPSHOT</version>
+    <version>2.0.0-M2</version>
     <relativePath>../</relativePath>
   </parent>
 
diff --git a/commons-fileupload2-jakarta-servlet5/pom.xml 
b/commons-fileupload2-jakarta-servlet5/pom.xml
index a561c1d0..2f451db6 100644
--- a/commons-fileupload2-jakarta-servlet5/pom.xml
+++ b/commons-fileupload2-jakarta-servlet5/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M2-SNAPSHOT</version>
+    <version>2.0.0-M2</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -48,12 +48,12 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/commons-fileupload2-jakarta-servlet6/pom.xml 
b/commons-fileupload2-jakarta-servlet6/pom.xml
index df3e456e..4d3ebb59 100644
--- a/commons-fileupload2-jakarta-servlet6/pom.xml
+++ b/commons-fileupload2-jakarta-servlet6/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M2-SNAPSHOT</version>
+    <version>2.0.0-M2</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -48,12 +48,12 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/commons-fileupload2-javax/pom.xml 
b/commons-fileupload2-javax/pom.xml
index 9219e174..d9ca5640 100644
--- a/commons-fileupload2-javax/pom.xml
+++ b/commons-fileupload2-javax/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M2-SNAPSHOT</version>
+    <version>2.0.0-M2</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -46,12 +46,12 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/commons-fileupload2-portlet/pom.xml 
b/commons-fileupload2-portlet/pom.xml
index f254f4a4..6f9650c5 100644
--- a/commons-fileupload2-portlet/pom.xml
+++ b/commons-fileupload2-portlet/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.commons</groupId>
     <artifactId>commons-fileupload2</artifactId>
-    <version>2.0.0-M2-SNAPSHOT</version>
+    <version>2.0.0-M2</version>
     <relativePath>../</relativePath>
   </parent>
 
@@ -46,24 +46,24 @@
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-core</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-javax</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>
       <artifactId>commons-fileupload2-javax</artifactId>
-      <version>2.0.0-M2-SNAPSHOT</version>
+      <version>2.0.0-M2</version>
       <classifier>tests</classifier>
       <scope>test</scope>
     </dependency>
diff --git a/pom.xml b/pom.xml
index eae92816..bc40a7d9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   </parent>
 
   <artifactId>commons-fileupload2</artifactId>
-  <version>2.0.0-M2-SNAPSHOT</version>
+  <version>2.0.0-M2</version>
   <packaging>pom</packaging>
 
   <name>Apache Commons FileUpload</name>
@@ -255,6 +255,7 @@
     <animal.sniffer.skip>true</animal.sniffer.skip>
     
<commons.javadoc.java.link>${commons.javadoc11.java.link}</commons.javadoc.java.link>
     
<commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/9.1/apidocs/</commons.javadoc.javaee.link>
+    <commons.javadoc.version>3.6.3</commons.javadoc.version>
 
     <!-- Commons Release Plugin -->
     <commons.bc.version>2.0.0</commons.bc.version>
@@ -322,6 +323,10 @@
             
<excludeFilterFile>${commons.parent.dir}/spotbugs-exclude-filter.xml</excludeFilterFile>
           </configuration>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+        </plugin>
       </plugins>
     </pluginManagement>
     <!-- javadoc:javadoc fails if later in the sequence -->
@@ -329,7 +334,21 @@
   </build>
 
   <reporting>
+    <excludeDefaults>true</excludeDefaults>
     <plugins>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>3.6.3</version>
+        <reportSets>
+          <reportSet>
+            <reports>
+              <report>javadoc-no-fork</report>
+              <report>test-javadoc-no-fork</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>      
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-changes-plugin</artifactId>
@@ -411,6 +430,25 @@
           </tagListOptions>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <reportSets>
+          <reportSet>
+            <id>aggregate</id>
+            <inherited>false</inherited>
+            <reports>
+              <report>aggregate</report>
+            </reports>
+          </reportSet>
+          <reportSet>
+            <id>default</id>
+            <reports>
+              <report>javadoc</report>
+            </reports>
+          </reportSet>
+        </reportSets>
+      </plugin>
     </plugins>
   </reporting>
   <profiles>

Reply via email to