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 2022/01/17 20:28:38 UTC

[maven] branch MNG-7385 updated: s/ie/i.e./

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

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


The following commit(s) were added to refs/heads/MNG-7385 by this push:
     new 168e801  s/ie/i.e./
168e801 is described below

commit 168e801c2da9da52b03ca7f28cce70f4afa433af
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Mon Jan 17 21:28:35 2022 +0100

    s/ie/i.e./
---
 maven-repository-metadata/src/site/apt/index.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/maven-repository-metadata/src/site/apt/index.apt b/maven-repository-metadata/src/site/apt/index.apt
index ab14502..62b4cbb 100644
--- a/maven-repository-metadata/src/site/apt/index.apt
+++ b/maven-repository-metadata/src/site/apt/index.apt
@@ -43,7 +43,7 @@ Maven Repository Metadata Model
  [[2]] in a "groupId/artifactId" directory: metadata describes <<<groupId>>>, <<<artifactId>>> and <<<versioning>>> element that
        gives data about available versions (<<<latest>>>, <<<release>>>, <<<versions>>> list and <<<lastUpdated>>>),
 
- [[3]] in a "groupId/artifactId/version" snapshot artifact directory: metadata describes <<<groupId>>>, <<<artifactId>>>, <<<version>>> (base version, ie ending in <<<-SNAPSHOT>>>) and
+ [[3]] in a "groupId/artifactId/version" snapshot artifact directory: metadata describes <<<groupId>>>, <<<artifactId>>>, <<<version>>> (base version, i.e. ending in <<<-SNAPSHOT>>>) and
        <<<versioning>>> element that gives data about snaphot (<<<snapshot>>>, <<<lastUpdated>>> and <<<snapshotVersions>>> list). Notice that a
        release artifact directory is not expected to provide metadata.