Skip to content

Commit a75dde2

Browse files
committed
Prepare for the release candidate 2.0.0-M3 RC1
1 parent 55538e9 commit a75dde2

File tree

7 files changed

+32
-51
lines changed

7 files changed

+32
-51
lines changed

commons-fileupload2-core/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-fileupload2</artifactId>
24-
<version>2.0.0-M3-SNAPSHOT</version>
24+
<version>2.0.0-M3</version>
2525
<relativePath>../</relativePath>
2626
</parent>
2727

@@ -37,7 +37,7 @@
3737
<commons.parent.dir>${basedir}/..</commons.parent.dir>
3838
<commons.module.name>org.apache.commons.fileupload2.core</commons.module.name>
3939
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
40-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
40+
<project.build.outputTimestamp>2025-05-07T23:47:43Z</project.build.outputTimestamp>
4141
<!-- JaCoCo: Don't make code coverage worse than: -->
4242
<commons.jacoco.classRatio>0.46</commons.jacoco.classRatio>
4343
<commons.jacoco.instructionRatio>0.43</commons.jacoco.instructionRatio>

commons-fileupload2-distribution/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ limitations under the License.
2828
<parent>
2929
<groupId>org.apache.commons</groupId>
3030
<artifactId>commons-fileupload2</artifactId>
31-
<version>2.0.0-M3-SNAPSHOT</version>
31+
<version>2.0.0-M3</version>
3232
<relativePath>../</relativePath>
3333
</parent>
3434

@@ -38,7 +38,7 @@ limitations under the License.
3838
<commons.parent.dir>${basedir}/..</commons.parent.dir>
3939
<commons.release.isDistModule>true</commons.release.isDistModule>
4040
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
41-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
41+
<project.build.outputTimestamp>2025-05-07T23:47:43Z</project.build.outputTimestamp>
4242
</properties>
4343

4444
<build>

commons-fileupload2-jakarta-servlet5/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-fileupload2</artifactId>
24-
<version>2.0.0-M3-SNAPSHOT</version>
24+
<version>2.0.0-M3</version>
2525
<relativePath>../</relativePath>
2626
</parent>
2727

@@ -41,7 +41,7 @@
4141
<!-- Override link to Jakarta EE -->
4242
<commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/9.1/apidocs/</commons.javadoc.javaee.link>
4343
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
44-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>2025-05-07T23:47:43Z</project.build.outputTimestamp>
4545
<!-- JaCoCo: Don't make code coverage worse than: -->
4646
<commons.jacoco.classRatio>0.75</commons.jacoco.classRatio>
4747
<commons.jacoco.instructionRatio>0.60</commons.jacoco.instructionRatio>
@@ -54,12 +54,12 @@
5454
<dependency>
5555
<groupId>org.apache.commons</groupId>
5656
<artifactId>commons-fileupload2-core</artifactId>
57-
<version>2.0.0-M3-SNAPSHOT</version>
57+
<version>2.0.0-M3</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.apache.commons</groupId>
6161
<artifactId>commons-fileupload2-core</artifactId>
62-
<version>2.0.0-M3-SNAPSHOT</version>
62+
<version>2.0.0-M3</version>
6363
<classifier>tests</classifier>
6464
<scope>test</scope>
6565
</dependency>

commons-fileupload2-jakarta-servlet6/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-fileupload2</artifactId>
24-
<version>2.0.0-M3-SNAPSHOT</version>
24+
<version>2.0.0-M3</version>
2525
<relativePath>../</relativePath>
2626
</parent>
2727

@@ -41,7 +41,7 @@
4141
<!-- Override link to Jakarta EE -->
4242
<commons.javadoc.javaee.link>https://jakarta.ee/specifications/platform/10/apidocs/</commons.javadoc.javaee.link>
4343
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
44-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>2025-05-07T23:47:43Z</project.build.outputTimestamp>
4545
<!-- JaCoCo: Don't make code coverage worse than: -->
4646
<commons.jacoco.classRatio>0.75</commons.jacoco.classRatio>
4747
<commons.jacoco.instructionRatio>0.60</commons.jacoco.instructionRatio>
@@ -54,12 +54,12 @@
5454
<dependency>
5555
<groupId>org.apache.commons</groupId>
5656
<artifactId>commons-fileupload2-core</artifactId>
57-
<version>2.0.0-M3-SNAPSHOT</version>
57+
<version>2.0.0-M3</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.apache.commons</groupId>
6161
<artifactId>commons-fileupload2-core</artifactId>
62-
<version>2.0.0-M3-SNAPSHOT</version>
62+
<version>2.0.0-M3</version>
6363
<classifier>tests</classifier>
6464
<scope>test</scope>
6565
</dependency>

commons-fileupload2-javax/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-fileupload2</artifactId>
24-
<version>2.0.0-M3-SNAPSHOT</version>
24+
<version>2.0.0-M3</version>
2525
<relativePath>../</relativePath>
2626
</parent>
2727

@@ -40,7 +40,7 @@
4040
<commons.osgi.import>javax.servlet.*;version=${commons.servlet-api.version},*</commons.osgi.import>
4141
<commons.osgi.requireCapability>osgi.contract;filter:="(&amp;(osgi.contract=JavaServlet)(version=${commons.servlet-api.version}))"</commons.osgi.requireCapability>
4242
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
43-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
43+
<project.build.outputTimestamp>2025-05-07T23:47:43Z</project.build.outputTimestamp>
4444
<!-- JaCoCo: Don't make code coverage worse than: -->
4545
<commons.jacoco.classRatio>0.75</commons.jacoco.classRatio>
4646
<commons.jacoco.instructionRatio>0.56</commons.jacoco.instructionRatio>
@@ -53,12 +53,12 @@
5353
<dependency>
5454
<groupId>org.apache.commons</groupId>
5555
<artifactId>commons-fileupload2-core</artifactId>
56-
<version>2.0.0-M3-SNAPSHOT</version>
56+
<version>2.0.0-M3</version>
5757
</dependency>
5858
<dependency>
5959
<groupId>org.apache.commons</groupId>
6060
<artifactId>commons-fileupload2-core</artifactId>
61-
<version>2.0.0-M3-SNAPSHOT</version>
61+
<version>2.0.0-M3</version>
6262
<classifier>tests</classifier>
6363
<scope>test</scope>
6464
</dependency>

commons-fileupload2-portlet/pom.xml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.commons</groupId>
2323
<artifactId>commons-fileupload2</artifactId>
24-
<version>2.0.0-M3-SNAPSHOT</version>
24+
<version>2.0.0-M3</version>
2525
<relativePath>../</relativePath>
2626
</parent>
2727

@@ -41,7 +41,7 @@
4141
<commons.osgi.import>!javax.portlet,*</commons.osgi.import>
4242
<commons.osgi.dynamicImport>javax.portlet</commons.osgi.dynamicImport>
4343
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
44-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
44+
<project.build.outputTimestamp>2025-05-07T23:47:43Z</project.build.outputTimestamp>
4545
<!-- JaCoCo: Don't make code coverage worse than: -->
4646
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
4747
<commons.jacoco.instructionRatio>0.64</commons.jacoco.instructionRatio>
@@ -54,24 +54,24 @@
5454
<dependency>
5555
<groupId>org.apache.commons</groupId>
5656
<artifactId>commons-fileupload2-core</artifactId>
57-
<version>2.0.0-M3-SNAPSHOT</version>
57+
<version>2.0.0-M3</version>
5858
</dependency>
5959
<dependency>
6060
<groupId>org.apache.commons</groupId>
6161
<artifactId>commons-fileupload2-core</artifactId>
62-
<version>2.0.0-M3-SNAPSHOT</version>
62+
<version>2.0.0-M3</version>
6363
<classifier>tests</classifier>
6464
<scope>test</scope>
6565
</dependency>
6666
<dependency>
6767
<groupId>org.apache.commons</groupId>
6868
<artifactId>commons-fileupload2-javax</artifactId>
69-
<version>2.0.0-M3-SNAPSHOT</version>
69+
<version>2.0.0-M3</version>
7070
</dependency>
7171
<dependency>
7272
<groupId>org.apache.commons</groupId>
7373
<artifactId>commons-fileupload2-javax</artifactId>
74-
<version>2.0.0-M3-SNAPSHOT</version>
74+
<version>2.0.0-M3</version>
7575
<classifier>tests</classifier>
7676
<scope>test</scope>
7777
</dependency>

pom.xml

Lines changed: 10 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<version>83</version>
2424
</parent>
2525
<artifactId>commons-fileupload2</artifactId>
26-
<version>2.0.0-M3-SNAPSHOT</version>
26+
<version>2.0.0-M3</version>
2727
<packaging>pom</packaging>
2828
<name>Apache Commons FileUpload</name>
2929
<description>
@@ -86,7 +86,7 @@
8686
<commons.distSvnStagingUrl>scm:svn:https://dist.apache.org/repos/dist/dev/commons/${commons.componentid}</commons.distSvnStagingUrl>
8787
<commons.release.isDistModule>false</commons.release.isDistModule>
8888
<!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html -->
89-
<project.build.outputTimestamp>2024-01-01T00:00:00Z</project.build.outputTimestamp>
89+
<project.build.outputTimestamp>2025-05-07T23:47:43Z</project.build.outputTimestamp>
9090
<!-- JaCoCo: Don't make code coverage worse than: -->
9191
<commons.jacoco.haltOnFailure>true</commons.jacoco.haltOnFailure>
9292
<commons.jacoco.classRatio>1.00</commons.jacoco.classRatio>
@@ -157,10 +157,6 @@
157157
</rulesets>
158158
</configuration>
159159
</plugin>
160-
<plugin>
161-
<groupId>org.apache.maven.plugins</groupId>
162-
<artifactId>maven-javadoc-plugin</artifactId>
163-
</plugin>
164160
</plugins>
165161
</pluginManagement>
166162
<!-- javadoc:javadoc fails if later in the sequence -->
@@ -174,6 +170,14 @@
174170
<artifactId>maven-javadoc-plugin</artifactId>
175171
<reportSets>
176172
<reportSet>
173+
<id>aggregate</id>
174+
<inherited>false</inherited>
175+
<reports>
176+
<report>aggregate-no-fork</report>
177+
</reports>
178+
</reportSet>
179+
<reportSet>
180+
<id>default</id>
177181
<reports>
178182
<report>javadoc-no-fork</report>
179183
</reports>
@@ -217,10 +221,6 @@
217221
<matchString>FIXME</matchString>
218222
<matchType>exact</matchType>
219223
</tag>
220-
<tag>
221-
<matchString>XXX</matchString>
222-
<matchType>exact</matchType>
223-
</tag>
224224
</tags>
225225
</tagClass>
226226
<tagClass>
@@ -244,25 +244,6 @@
244244
</tagListOptions>
245245
</configuration>
246246
</plugin>
247-
<plugin>
248-
<groupId>org.apache.maven.plugins</groupId>
249-
<artifactId>maven-javadoc-plugin</artifactId>
250-
<reportSets>
251-
<reportSet>
252-
<id>aggregate</id>
253-
<inherited>false</inherited>
254-
<reports>
255-
<report>aggregate</report>
256-
</reports>
257-
</reportSet>
258-
<reportSet>
259-
<id>default</id>
260-
<reports>
261-
<report>javadoc</report>
262-
</reports>
263-
</reportSet>
264-
</reportSets>
265-
</plugin>
266247
</plugins>
267248
</reporting>
268249
<profiles>

0 commit comments

Comments
 (0)