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/06/12 14:34:10 UTC

[commons-fileupload] branch master updated: Better site through POM descriptions

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 3dfc7bc  Better site through POM descriptions
3dfc7bc is described below

commit 3dfc7bc4edc551c85ff246f94025263713fa3ca0
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Mon Jun 12 10:34:06 2023 -0400

    Better site through POM descriptions
---
 commons-fileupload2-core/pom.xml    | 4 ++--
 commons-fileupload2-jakarta/pom.xml | 6 +++---
 commons-fileupload2-javax/pom.xml   | 8 ++++----
 commons-fileupload2-portlet/pom.xml | 4 ++--
 4 files changed, 11 insertions(+), 11 deletions(-)

diff --git a/commons-fileupload2-core/pom.xml b/commons-fileupload2-core/pom.xml
index 721b66f..a69cdc3 100644
--- a/commons-fileupload2-core/pom.xml
+++ b/commons-fileupload2-core/pom.xml
@@ -28,8 +28,8 @@
 
   <name>Apache Commons FileUpload Core</name>
   <description>
-    The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
-    file upload functionality to servlets and web applications.
+    The Apache Commons FileUpload Core component provides the framework for a simple yet flexible means of adding support for multipart
+    file upload functionality to servlets, portlets, and web applications.
   </description>
 
   <properties>
diff --git a/commons-fileupload2-jakarta/pom.xml b/commons-fileupload2-jakarta/pom.xml
index cd09c51..942d32b 100644
--- a/commons-fileupload2-jakarta/pom.xml
+++ b/commons-fileupload2-jakarta/pom.xml
@@ -26,10 +26,10 @@
 
   <artifactId>commons-fileupload2-jakarta</artifactId>
 
-  <name>Apache Commons FileUpload Jakarta Servlet</name>
+  <name>Apache Commons FileUpload Jakarta</name>
   <description>
-    The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
-    file upload functionality to servlets and web applications.
+    The Apache Commons FileUpload Jakarta component provides a simple yet flexible means of adding support for multipart
+    file upload functionality to Jakarta servlets and web applications.
   </description>
 
   <properties>
diff --git a/commons-fileupload2-javax/pom.xml b/commons-fileupload2-javax/pom.xml
index 5e680a6..c98e30c 100644
--- a/commons-fileupload2-javax/pom.xml
+++ b/commons-fileupload2-javax/pom.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="UTF-8"?>
+212<?xml version="1.0" encoding="UTF-8"?>
 <!--
  Licensed to the Apache Software Foundation (ASF) under one or more
  contributor license agreements.  See the NOTICE file distributed with
@@ -26,10 +26,10 @@
 
   <artifactId>commons-fileupload2-javax</artifactId>
 
-  <name>Apache Commons FileUpload Javax Servlet</name>
+  <name>Apache Commons FileUpload Javax</name>
   <description>
-    The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
-    file upload functionality to servlets and web applications.
+    The Apache Commons FileUpload Javax component provides a simple yet flexible means of adding support for multipart
+    file upload functionality to Javax servlets and web applications.
   </description>
 
   <properties>
diff --git a/commons-fileupload2-portlet/pom.xml b/commons-fileupload2-portlet/pom.xml
index f30af2e..ea2d5f3 100644
--- a/commons-fileupload2-portlet/pom.xml
+++ b/commons-fileupload2-portlet/pom.xml
@@ -28,8 +28,8 @@
 
   <name>Apache Commons FileUpload Portlet</name>
   <description>
-    The Apache Commons FileUpload component provides a simple yet flexible means of adding support for multipart
-    file upload functionality to servlets and web applications.
+    The Apache Commons FileUpload Portlet component provides a simple yet flexible means of adding support for multipart
+    file upload functionality to portlet.
   </description>
 
   <properties>