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/04/03 02:47:23 UTC

[commons-fileupload] branch master updated: Fix indentation

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 4b3ea58  Fix indentation
4b3ea58 is described below

commit 4b3ea5866b91e004250aaa2d74d0d2c538742723
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sun Apr 2 22:47:20 2023 -0400

    Fix indentation
---
 pom.xml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e74afd..1ca1c35 100644
--- a/pom.xml
+++ b/pom.xml
@@ -272,10 +272,10 @@
       <version>2.11.0</version>
     </dependency>
     <dependency>
-    	<groupId>jakarta.servlet</groupId>
-    	<artifactId>jakarta.servlet-api</artifactId>
-    	<version>5.0.0</version>
-    	<scope>provided</scope>
+      <groupId>jakarta.servlet</groupId>
+      <artifactId>jakarta.servlet-api</artifactId>
+      <version>5.0.0</version>
+      <scope>provided</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.commons</groupId>