From ad923098b63aa967ce666ee24d15eed02d512d86 Mon Sep 17 00:00:00 2001 From: Marat Abrarov Date: Wed, 11 Nov 2020 14:16:24 +0300 Subject: [PATCH] [MEAR-216] - Raised version for the new release because of new option / behavior is implemented. --- pom.xml | 2 +- src/main/java/org/apache/maven/plugins/ear/EarMojo.java | 2 +- src/site/apt/examples/skinny-modules.apt.vm | 2 +- src/site/apt/index.apt.vm | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index af060a1a..c6b92075 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ maven-ear-plugin - 3.1.1-SNAPSHOT + 3.2.0-SNAPSHOT maven-plugin Apache Maven EAR Plugin diff --git a/src/main/java/org/apache/maven/plugins/ear/EarMojo.java b/src/main/java/org/apache/maven/plugins/ear/EarMojo.java index 070751b7..a474d087 100644 --- a/src/main/java/org/apache/maven/plugins/ear/EarMojo.java +++ b/src/main/java/org/apache/maven/plugins/ear/EarMojo.java @@ -218,7 +218,7 @@ public class EarMojo * skinnyModules is {@code true} but {@link #skinnyWars} is {@code false} (explicitly or by default) then all * modules including WARs are skinny. * - * @since 3.1.1 + * @since 3.2.0 */ @Parameter( defaultValue = "false" ) private boolean skinnyModules; diff --git a/src/site/apt/examples/skinny-modules.apt.vm b/src/site/apt/examples/skinny-modules.apt.vm index 88d6c6ad..36033d52 100644 --- a/src/site/apt/examples/skinny-modules.apt.vm +++ b/src/site/apt/examples/skinny-modules.apt.vm @@ -41,7 +41,7 @@ Creating Skinny Modules * {{{../modules.html#harModule}HAR}} - Starting with version 3.1.1, the Maven EAR Plugin supports referencing + Starting with version 3.2.0, the Maven EAR Plugin supports referencing external JARs packaged within the EAR via the <<>> setting in EAR module <<>>. diff --git a/src/site/apt/index.apt.vm b/src/site/apt/index.apt.vm index 0220cfaa..9b24c405 100644 --- a/src/site/apt/index.apt.vm +++ b/src/site/apt/index.apt.vm @@ -63,7 +63,7 @@ ${project.name} For more information about the Java EE technology, please visit {{http://www.oracle.com/us/technologies/java/enterprise-edition/overview/index.html}}. -* Version 3.1.1 +* Version 3.2.0 {{{./ear-mojo.html#skinnyModules}skinnyModules}} parameter and libDirectory property of EAR modules have been implemented.