You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2021/09/13 12:42:13 UTC

[commons-fileupload] branch master updated: FILEUPLOAD-340 Give a better name for the JPMS module (#112)

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

jochen 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 7b0c563  FILEUPLOAD-340 Give a better name for the JPMS module (#112)
7b0c563 is described below

commit 7b0c5633968d2f9e75257d24efe916800c9050a0
Author: Martin Grigorov <ma...@users.noreply.github.com>
AuthorDate: Mon Sep 13 15:42:07 2021 +0300

    FILEUPLOAD-340 Give a better name for the JPMS module (#112)
    
    Set javac's --release to 8 when releasing
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 927f435..9e2eb8f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -332,7 +332,7 @@
               <overwriteExistingFiles>true</overwriteExistingFiles>
               <module>
                 <moduleInfo>
-                  <name>commons.fileupload2</name>
+                  <name>org.apache.commons.fileupload2</name>
                   <exports>
                     !org.apache.commons.fileupload2.impl;
                     *;
@@ -593,6 +593,7 @@
       <id>release</id>
       <properties>
         <moditect.skip>false</moditect.skip>
+        <maven.compiler.release>8</maven.compiler.release>
       </properties>
     </profile>
   </profiles>