You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2020/04/28 11:21:05 UTC

[maven-artifact-transfer] branch master updated: fixed typo

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

hboutemy pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git


The following commit(s) were added to refs/heads/master by this push:
     new f84325a  fixed typo
f84325a is described below

commit f84325a6a74a940d9444735f89d8cd8988487c4a
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Tue Apr 28 13:20:58 2020 +0200

    fixed typo
---
 src/site/apt/comparison.apt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/site/apt/comparison.apt b/src/site/apt/comparison.apt
index 347d993..0a30810 100644
--- a/src/site/apt/comparison.apt
+++ b/src/site/apt/comparison.apt
@@ -62,5 +62,7 @@ Comparison: Dependency vs Artifact vs MavenProject
   * There's no such thing as transitive artifacts. Filtering during resolution is based on DependencyFilters,
     ArtifactFilters can only be applied afterwards, hence are less powerful.
 
+  []
+
   Notice that for historical reasons, Maven internal {{{/ref/current/maven-artifact/apidocs/org/apache/maven/artifact/Artifact.html}Artifact API}}
   mixes dependency and artifact concepts.