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

elharo 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 bee7ae2  Update Java versions for 2019 (#124)
bee7ae2 is described below

commit bee7ae20da44f0fb2770e453dc1eaafab0c9a0a3
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Mon Jan 6 07:11:23 2020 -0500

    Update Java versions for 2019 (#124)
    
    @michael-o
---
 content/apt/pom.apt | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/apt/pom.apt b/content/apt/pom.apt
index d408598..69cc2db 100644
--- a/content/apt/pom.apt
+++ b/content/apt/pom.apt
@@ -369,9 +369,9 @@ mvn install:install-file -Dfile=non-maven-proj.jar 
-DgroupId=some.group -Dartifa
   The classifier distinguishes artifacts that were built from the same POM but 
differ in content. It is
   some optional and arbitrary string that - if present - is appended to the 
artifact name just after the version number.
 
-  As a motivation for this element, consider for example a project that offers 
an artifact targeting JRE 1.5 but at the
-  same time also an artifact that still supports JRE 1.4. The first artifact 
could be equipped with the classifier
-  <<<jdk15>>> and the second one with <<<jdk14>>> such that clients can choose 
which one to use.
+  As a motivation for this element, consider for example a project that offers 
an artifact targeting Java 11 but at the
+  same time also an artifact that still supports Java 1.8. The first artifact 
could be equipped with the classifier
+  <<<jdk11>>> and the second one with <<<jdk8>>> such that clients can choose 
which one to use.
 
   Another common use case for classifiers is to attach secondary artifacts to 
the project's main artifact. If
   you browse the Maven central repository, you will notice that the 
classifiers <<<sources>>> and <<<javadoc>>> are used

Reply via email to