You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by kh...@apache.org on 2019/11/11 19:23:05 UTC

[maven-ear-plugin] branch master updated (a3a4524 -> 22ad3aa)

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

khmarbaise pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


    from a3a4524  [maven-release-plugin] prepare for next development iteration
     new 99aff64  Revert "[maven-release-plugin] prepare for next development iteration"
     new 8a333b7  Revert "[maven-release-plugin] prepare release maven-ear-plugin-3.0.2"
     new 22ad3aa  Fixed Javadoc issues.

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                     | 2 +-
 src/main/java/org/apache/maven/plugins/ear/ResourceRef.java | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[maven-ear-plugin] 01/03: Revert "[maven-release-plugin] prepare for next development iteration"

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 99aff64a9bf68cb6198c460d4cee6c68e6e6faa2
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Nov 11 20:22:25 2019 +0100

    Revert "[maven-release-plugin] prepare for next development iteration"
    
    This reverts commit a3a452486c36226e190e815a91a162541e2e28f4.
    
    Javadoc failure.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 24a23b1..d5fa4d4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-ear-plugin</artifactId>
-  <version>3.0.3-SNAPSHOT</version>
+  <version>3.0.2</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven EAR Plugin</name>
@@ -44,7 +44,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-ear-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-ear-plugin-3.0.2</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>


[maven-ear-plugin] 03/03: Fixed Javadoc issues.

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 22ad3aa8faabcebc69762b85c908898293f4f32c
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Nov 11 20:22:53 2019 +0100

    Fixed Javadoc issues.
---
 src/main/java/org/apache/maven/plugins/ear/ResourceRef.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/ear/ResourceRef.java b/src/main/java/org/apache/maven/plugins/ear/ResourceRef.java
index 89ac1e4..7151036 100644
--- a/src/main/java/org/apache/maven/plugins/ear/ResourceRef.java
+++ b/src/main/java/org/apache/maven/plugins/ear/ResourceRef.java
@@ -180,7 +180,7 @@ public class ResourceRef
     }
     
     /**
-     * @return {@link #LookupName}
+     * @return {@link #lookupName}
      */
     public String getLookupName() 
     {
@@ -188,7 +188,7 @@ public class ResourceRef
     }
 
    /**
-    * @param auth {@link #LookupName}
+    * @param lookupName {@link #lookupName}
     */
     public void setLookupName( String lookupName ) 
     {


[maven-ear-plugin] 02/03: Revert "[maven-release-plugin] prepare release maven-ear-plugin-3.0.2"

Posted by kh...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 8a333b7dd9eb4a88badcbe1f9ebff3f5a270edf7
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Mon Nov 11 20:22:35 2019 +0100

    Revert "[maven-release-plugin] prepare release maven-ear-plugin-3.0.2"
    
    This reverts commit 6e69c960be50b9ed5b7b77650f7aaddd756b497f.
    
    Javadoc failure.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d5fa4d4..794ea56 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
   </parent>
 
   <artifactId>maven-ear-plugin</artifactId>
-  <version>3.0.2</version>
+  <version>3.0.2-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven EAR Plugin</name>
@@ -44,7 +44,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-ear-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-ear-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-ear-plugin-3.0.2</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>