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/02/23 16:35:38 UTC

[maven-site] branch master updated: POI example

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-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 219823b  POI example
219823b is described below

commit 219823b5f8e88ba7a2c51a8b816cfbe7855b8c9e
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Sun Feb 23 17:35:29 2020 +0100

    POI example
---
 content/apt/guides/mini/guide-relocation.apt | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

diff --git a/content/apt/guides/mini/guide-relocation.apt b/content/apt/guides/mini/guide-relocation.apt
index f3f4a9f..f77b726 100644
--- a/content/apt/guides/mini/guide-relocation.apt
+++ b/content/apt/guides/mini/guide-relocation.apt
@@ -131,3 +131,21 @@ Guide to relocation
  Notice that past <<<ant:ant>>> versions POMs (until 1.6.5) have not been modified to advertise about the move:  
  Central POM content is not expected to be changed once published (because initial content has been downloaded
  many times and is not expected to be re-loaded later).
+
+** Apache POI
+ 
+  [[1]] has published its releases until 3.0-alpha-3 to Maven 1-compliant <<<poi:poi>>> coordinates
+  (see {{{https://repo.maven.apache.org/maven2/poi/poi/}repository content}}),
+ 
+  [[2]] starting with 3.0-FINAL, moved to reverse-DNS compliant Maven 2+ <<<org.apache.poi:poi>>> coordinates,
+  (see {{{https://repo.maven.apache.org/maven2/org/apache/poi/poi/}repository content}}),
+ 
+  [[3]] published <<<poi:poi:3.0-FINAL>>> relocation POM <<with jars>>
+  in old groupId to advertise about the move
+  (see {{{https://repo.maven.apache.org/maven2/poi/poi/3.0-FINAL/}repository content}}).
+
+  [[4]] published <<<poi:poi>>> relocation POMs for 3.0.1-FINAL, 3.0.2-beta1/beta2/FINAL and 3.1-beta1/beta2/FINAL
+  in old groupId to advertise about the move
+  (see {{{https://repo.maven.apache.org/maven2/poi/poi/}repository content}}).
+
+[]