From commits-return-93420-archive-asf-public=cust-asf.ponee.io@maven.apache.org Sat Dec 5 21:27:45 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-he-de.apache.org (mxout1-he-de.apache.org [95.216.194.37]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 098F4180658 for ; Sat, 5 Dec 2020 22:27:45 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-he-de.apache.org (ASF Mail Server at mxout1-he-de.apache.org) with SMTP id D71ED65626 for ; Sat, 5 Dec 2020 21:27:23 +0000 (UTC) Received: (qmail 59869 invoked by uid 500); 5 Dec 2020 21:27:22 -0000 Mailing-List: contact commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@maven.apache.org Delivered-To: mailing list commits@maven.apache.org Received: (qmail 59769 invoked by uid 99); 5 Dec 2020 21:27:22 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 05 Dec 2020 21:27:22 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3A65F80873; Sat, 5 Dec 2020 21:27:21 +0000 (UTC) Date: Sat, 05 Dec 2020 21:27:22 +0000 To: "commits@maven.apache.org" Subject: [maven-ear-plugin] 01/01: [MEAR-153] Raised version for next release: new feature implemented MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: hboutemy@apache.org In-Reply-To: <160720364185.12259.1571935314821599081@gitbox.apache.org> References: <160720364185.12259.1571935314821599081@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: maven-ear-plugin X-Git-Refname: refs/heads/mear-153 X-Git-Reftype: branch X-Git-Rev: 30395beebffb0232d8ad7ffb03af57d919c1e89e X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20201205212722.3A65F80873@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. hboutemy pushed a commit to branch mear-153 in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git commit 30395beebffb0232d8ad7ffb03af57d919c1e89e Author: Marat Abrarov AuthorDate: Wed Nov 11 14:16:24 2020 +0300 [MEAR-153] Raised version for next release: new feature 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 af060a1..c6b9207 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 070751b..a474d08 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 88d6c6a..36033d5 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 0220cfa..9b24c40 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.