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

khmarbaise pushed a commit to branch migration
in repository https://gitbox.apache.org/repos/asf/maven-blog.git


The following commit(s) were added to refs/heads/migration by this push:
     new ca2a7ac  Improved.
ca2a7ac is described below

commit ca2a7ac8c6a734fa30206592dde48687f9ef7eab
Author: Karl Heinz Marbaise <khmarba...@apache.org>
AuthorDate: Mon May 1 12:48:13 2023 +0200

    Improved.
---
 apache-maven-ear-plugin-2.10.1.markdown   | 42 +++++++++++++++++++
 apache-maven-ejb-plugin-3.0.1.markdown    | 52 +++++++++++++++++++++++
 apache-maven-ejb-plugin-3.1.0.markdown    | 46 +++++++++++++++++++++
 apache-maven-ejb-plugin-3.2.1.markdown    | 38 +++++++++++++++++
 apache-maven-ejb-plugin-version.markdown  | 69 -------------------------------
 apache-maven-ejb-plugin-version1.markdown | 49 ----------------------
 6 files changed, 178 insertions(+), 118 deletions(-)

diff --git a/apache-maven-ear-plugin-2.10.1.markdown 
b/apache-maven-ear-plugin-2.10.1.markdown
new file mode 100644
index 0000000..62f5b70
--- /dev/null
+++ b/apache-maven-ear-plugin-2.10.1.markdown
@@ -0,0 +1,42 @@
+---
+layout: post
+title: "Apache Maven EAR Plugin Version 2.10.1 Released"
+date: '2015-07-02T07:46:00+00:00'
+permalink: apache-maven-ear-plugin-2-10-1
+categories:
+  - Maven-Ear-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven EAR Plugin, version 
2.10.1](http://maven.apache.org/plugins/maven-ear-plugin/)
+
+This plugin generates Java EE Enterprise Archive (EAR) file. It can also
+generate the deployment descriptor file (e.g. application.xml).
+
+You should specify the version in your project's plugin configuration:
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-ear-plugin</artifactId>
+  <version>2.10.1</version>
+</plugin>
+```
+<!-- more -->
+
+[Release Notes - Maven EAR Plugin - Version 
2.10.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317422&version=12330698)
+
+Bug:
+
+* [MEAR-214](https://issues.apache.org/jira/browse/MEAR-214) - RarModule not 
seen as standard artifact type
+
+Improvements:
+
+* [MEAR-159](https://issues.apache.org/jira/browse/MEAR-159) - encoding when 
filtering resources
+* [MEAR-218](https://issues.apache.org/jira/browse/MEAR-218) - Upgrade 
plexus-archiver to 2.10.3
+* [MEAR-219](https://issues.apache.org/jira/browse/MEAR-219) - Upgrade to 
fluido skin
+* [MEAR-220](https://issues.apache.org/jira/browse/MEAR-220) - Upgrade 
plexus-utils to 3.0.22
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-ejb-plugin-3.0.1.markdown 
b/apache-maven-ejb-plugin-3.0.1.markdown
new file mode 100644
index 0000000..5aa5eb2
--- /dev/null
+++ b/apache-maven-ejb-plugin-3.0.1.markdown
@@ -0,0 +1,52 @@
+---
+layout: post
+title: "Apache Maven EJB Plugin Version 3.0.1 Released"
+date: '2018-05-09T19:47:09+00:00'
+permalink: apache-maven-ejb-plugin-3-0-1
+categories:
+  - Maven-EJB-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven EJB Plugin Version 
3.0.1](https://maven.apache.org/plugins/maven-ejb-plugin/).
+
+This plugin generates J2EE Enterprise Javabean (EJB) file as well as the
+associated client jar.
+
+Important Note since 3.0.1:
+
+* Maven 3.X only
+* JDK 7 minimum requirement
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-ejb-plugin</artifactId>
+  <version>3.0.1</version>
+</plugin>
+```
+
+<!-- more -->
+
+[Release Notes - Apache Maven EJB Plugin - Version 
3.0.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317421&version=12334440)
+
+Bug:
+
+* [MEJB-115](https://issues.apache.org/jira/browse/MEJB-115) - Wrong default 
EJB version stated on Usage page
+
+Tasks:
+
+* [MEJB-116](https://issues.apache.org/jira/browse/MEJB-116) - Clarify 
"properties removed" on intro page of site
+* [MEJB-117](https://issues.apache.org/jira/browse/MEJB-117) - Remove 
reference to old wiki page on intro page
+* [MEJB-118](https://issues.apache.org/jira/browse/MEJB-118) - Remove "J2EE" 
from plugin description and site
+
+Dependency upgrades:
+
+* [MEJB-119](https://issues.apache.org/jira/browse/MEJB-119) - Upgrade parent 
to 31
+* [MEJB-120](https://issues.apache.org/jira/browse/MEJB-120) - Upgrade 
mave-surefire/failsafe-plugin 2.21.0
+* [MEJB-121](https://issues.apache.org/jira/browse/MEJB-121) - Add 
documentation information for GitHub
+
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-ejb-plugin-3.1.0.markdown 
b/apache-maven-ejb-plugin-3.1.0.markdown
new file mode 100644
index 0000000..4b570ea
--- /dev/null
+++ b/apache-maven-ejb-plugin-3.1.0.markdown
@@ -0,0 +1,46 @@
+---
+layout: post
+title: "Apache Maven EJB Plugin Version 3.1.0 Released"
+date: '2020-06-12T23:45:12+00:00'
+permalink: apache-maven-ejb-plugin-3-1-0
+categories:
+  - Maven-EJB-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven EJB Plugin Version 
3.1.0](https://maven.apache.org/plugins/maven-ejb-plugin/).
+
+This plugin generates J2EE Enterprise Javabean (EJB) file as well as the
+associated client jar.
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-ejb-plugin</artifactId>
+  <version>3.1.0</version>
+</plugin>
+```
+
+<!-- more -->
+
+[Release Notes - Apache Maven EJB Plugin - Version 
3.1.0](https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317421&version=12343161)
+
+* New Feature:
+
+    * [MEJB-128](https://issues.apache.org/jira/browse/MEJB-128) - 
Reproducible Builds: make entries in output jar files reproducible (order + 
timestamp)
+
+* Improvements:
+
+    * [MEJB-126](https://issues.apache.org/jira/browse/MEJB-126) - make build 
Reproducible
+    * [MEJB-129](https://issues.apache.org/jira/browse/MEJB-129) - Refactor 
IncludesExcludes to reduce code duplication
+
+* Dependency upgrades
+
+    * [MEJB-122](https://issues.apache.org/jira/browse/MEJB-122) - Upgrade 
maven-plugins parent to version 32
+    * [MEJB-123](https://issues.apache.org/jira/browse/MEJB-123) - Upgrade 
plexus-interpolation to 1.25
+    * [MEJB-124](https://issues.apache.org/jira/browse/MEJB-124) - Upgrade 
plexus-archiver to 3.6.0
+    * [MEJB-125](https://issues.apache.org/jira/browse/MEJB-125) - Upgrade 
JUnit to 4.12
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-ejb-plugin-3.2.1.markdown 
b/apache-maven-ejb-plugin-3.2.1.markdown
new file mode 100644
index 0000000..4c9b8b9
--- /dev/null
+++ b/apache-maven-ejb-plugin-3.2.1.markdown
@@ -0,0 +1,38 @@
+---
+layout: post
+title: "Apache Maven EJB Plugin Version 3.2.1 Released"
+date: '2022-04-21T23:52:42+00:00'
+permalink: apache-maven-ejb-plugin-3-2-1
+categories:
+  - Maven-EJB-Plugin
+  - Maven-Plugin-Releases
+---
+The Apache Maven team is pleased to announce the release of the
+[Apache Maven EJB Plugin Version 
3.2.1](https://maven.apache.org/plugins/maven-ejb-plugin/).
+
+This plugin generates J2EE Enterprise Javabean (EJB) file as well as the
+associated client jar.
+
+```xml
+<plugin>
+  <groupId>org.apache.maven.plugins</groupId>
+  <artifactId>maven-ejb-plugin</artifactId>
+  <version>3.2.1</version>
+</plugin>
+```
+
+<!-- more -->
+
+[Release Notes - Apache Maven EJB Plugin - Version 
3.2.1](https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12348390&styleName=Text&projectId=12317421)
+
+Release Notes - Maven EJB Plugin - Version 3.2.1
+
+* Tasks:
+
+    * [MEJB-131](https://issues.apache.org/jira/browse/MEJB-131) - Upgrade 
Maven to 3.2.5
+    * [MEJB-133](https://issues.apache.org/jira/browse/MEJB-133) - Upgrade to 
Java 8
+
+
+Enjoy,
+
+-The Apache Maven team
diff --git a/apache-maven-ejb-plugin-version.markdown 
b/apache-maven-ejb-plugin-version.markdown
deleted file mode 100644
index 80914df..0000000
--- a/apache-maven-ejb-plugin-version.markdown
+++ /dev/null
@@ -1,69 +0,0 @@
----
-layout: post
-title: Apache Maven EJB Plugin Version 3.0.1 Released
-date: '2018-05-09T19:47:09+00:00'
-permalink: apache-maven-ejb-plugin-version
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-<a href="http://maven.apache.org/plugins/maven-ejb-plugin/";>Apache Maven EJB 
Plugin Version 3.0.1</a>.</p>
-
-<p>This plugin generates J2EE Enterprise Javabean (EJB) file as well as the
-associated client jar.</p>
-
-<p>Important Note since 3.0.1:</p>
-
-<ul>
-<li>Maven 3.X only</li>
-<li>JDK 7 minimum requirement</li>
-</ul>
-
-
-<figure class='code'><figcaption><span></span></figcaption><div 
class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span 
class='line-number'>1</span>
-<span class='line-number'>2</span>
-<span class='line-number'>3</span>
-<span class='line-number'>4</span>
-<span class='line-number'>5</span>
-</pre></td><td class='code'><pre><code class='xml'><span class='line'><span 
class="nt">&lt;plugin&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span 
class="nt">&lt;/groupId&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;artifactId&gt;</span>maven-ejb-plugin<span 
class="nt">&lt;/artifactId&gt;</span>
-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.0.1<span 
class="nt">&lt;/version&gt;</span>
-</span><span class='line'><span class="nt">&lt;/plugin&gt;</span>
-</span></code></pre></td></tr></table></div></figure>
-
-
-
-
-<!-- more -->
-
-
-<p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12317421&amp;version=12334440";>Release
 Notes &ndash; Apache Maven EJB Plugin &ndash; Version 3.0.1</a></p>
-
-<p>Bug:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MEJB-115";>MEJB-115</a> 
&ndash; Wrong default EJB version stated on Usage page</li>
-</ul>
-
-
-<p>Tasks:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MEJB-116";>MEJB-116</a> 
&ndash; Clarify &ldquo;properties removed&rdquo; on intro page of site</li>
-<li><a href="https://issues.apache.org/jira/browse/MEJB-117";>MEJB-117</a> 
&ndash; Remove reference to old wiki page on intro page</li>
-<li><a href="https://issues.apache.org/jira/browse/MEJB-118";>MEJB-118</a> 
&ndash; Remove &ldquo;J2EE&rdquo; from plugin description and site</li>
-</ul>
-
-
-<p>Dependency upgrades:</p>
-
-<ul>
-<li><a href="https://issues.apache.org/jira/browse/MEJB-119";>MEJB-119</a> 
&ndash; Upgrade parent to 31</li>
-<li><a href="https://issues.apache.org/jira/browse/MEJB-120";>MEJB-120</a> 
&ndash; Upgrade mave-surefire/failsafe-plugin 2.21.0</li>
-<li><a href="https://issues.apache.org/jira/browse/MEJB-121";>MEJB-121</a> 
&ndash; Add documentation information for GitHub</li>
-</ul>
-
-
-<p>Enjoy,</p>
-
-<p>-The Apache Maven team</p>
-</div>
diff --git a/apache-maven-ejb-plugin-version1.markdown 
b/apache-maven-ejb-plugin-version1.markdown
deleted file mode 100644
index 91c4e81..0000000
--- a/apache-maven-ejb-plugin-version1.markdown
+++ /dev/null
@@ -1,49 +0,0 @@
----
-layout: post
-title: Apache Maven EJB Plugin Version 3.2.1 released
-date: '2022-04-21T23:52:42+00:00'
-permalink: apache-maven-ejb-plugin-version1
----
-<div class="entry-content"><p>The Apache Maven team is pleased to announce the 
release of the
-  <a href="https://maven.apache.org/plugins/maven-ejb-plugin/";>Apache Maven 
EJB Plugin Version 3.2.1</a>.</p>
-
-  <p>This plugin generates J2EE Enterprise Javabean (EJB) file as well as the
-    associated client jar.</p>
-
-  <figure class='code'><figcaption><span></span></figcaption><div 
class="highlight"><table><tr><td class="gutter"><pre class="line-numbers"><span 
class='line-number'>1</span>
-<span class='line-number'>2</span>
-<span class='line-number'>3</span>
-<span class='line-number'>4</span>
-<span class='line-number'>5</span>
-</pre></td><td class='code'><pre><code class='xml'><span class='line'><span 
class="nt">&lt;plugin&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;groupId&gt;</span>org.apache.maven.plugins<span 
class="nt">&lt;/groupId&gt;</span>
-</span><span class='line'>  <span 
class="nt">&lt;artifactId&gt;</span>maven-ejb-plugin<span 
class="nt">&lt;/artifactId&gt;</span>
-</span><span class='line'>  <span class="nt">&lt;version&gt;</span>3.2.1<span 
class="nt">&lt;/version&gt;</span>
-</span><span class='line'><span class="nt">&lt;/plugin&gt;</span>
-</span></code></pre></td></tr></table></div></figure>
-
-
-
-
-  <!-- more -->
-
-
-  <p><a 
href="https://issues.apache.org/jira/secure/ReleaseNote.jspa?version=12348390&amp;styleName=Text&amp;projectId=12317421";>Release
 Notes &ndash; Apache Maven EJB Plugin &ndash; Version 3.2.1</a></p>
-
-  <p>Release Notes &ndash; Maven EJB Plugin &ndash; Version 3.2.1</p>
-
-  <ul>
-    <li><p>Tasks:</p>
-
-      <ul>
-        <li><a 
href="https://issues.apache.org/jira/browse/MEJB-131";>MEJB-131</a> &ndash; 
Upgrade Maven to 3.2.5</li>
-        <li><a 
href="https://issues.apache.org/jira/browse/MEJB-133";>MEJB-133</a> &ndash; 
Upgrade to Java 8</li>
-      </ul>
-    </li>
-  </ul>
-
-
-  <p>Enjoy,</p>
-
-  <p>-The Apache Maven team</p>
-</div>

Reply via email to