You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/04/27 20:19:03 UTC

[maven-assembly-plugin] branch unused updated: detab

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

elharo pushed a commit to branch unused
in repository https://gitbox.apache.org/repos/asf/maven-assembly-plugin.git


The following commit(s) were added to refs/heads/unused by this push:
     new 9c664a4  detab
9c664a4 is described below

commit 9c664a44e7c534615a83b7d1e5c4e2fba287a463
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Mon Apr 27 16:18:51 2020 -0400

    detab
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 0a14e6a..b8ec790 100644
--- a/pom.xml
+++ b/pom.xml
@@ -214,9 +214,9 @@ under the License.
     </dependency>
     <!-- need this because JDOM incorrectly declares its own dependencies -->
     <dependency>
-			<groupId>jaxen</groupId>
-			<artifactId>jaxen</artifactId>
-			<version>1.2.0</version>
+      <groupId>jaxen</groupId>
+      <artifactId>jaxen</artifactId>
+      <version>1.2.0</version>
 		</dependency>    
     
     <dependency>