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/04/28 12:49:49 UTC

[maven-compiler-plugin] branch master updated (6fd3a46 -> 4f37195)

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-compiler-plugin.git.


    from 6fd3a46  [MCOMPILER-379] - Fatal error compiling: basedir ... arget/generated-sources/annotations does not exist  - Created Integration test which currently fails.
     new 114487b  Revert "[maven-release-plugin] prepare for next development iteration"
     new 4f37195  Revert "[maven-release-plugin] prepare release maven-compiler-plugin-3.8.1"

The 2 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 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


[maven-compiler-plugin] 01/02: 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-compiler-plugin.git

commit 114487b1904c5269de6223f892863356652a3f71
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Apr 28 14:48:26 2019 +0200

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

diff --git a/pom.xml b/pom.xml
index 863192b..5bef08f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.8.2-SNAPSHOT</version>
+  <version>3.8.1</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>
@@ -45,7 +45,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>maven-compiler-plugin-3.8.1</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>


[maven-compiler-plugin] 02/02: Revert "[maven-release-plugin] prepare release maven-compiler-plugin-3.8.1"

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-compiler-plugin.git

commit 4f37195e9836c1325e4b250defb3a5cf8e680df1
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Apr 28 14:48:32 2019 +0200

    Revert "[maven-release-plugin] prepare release maven-compiler-plugin-3.8.1"
    
    This reverts commit e09eb57d1a32f0ae8d2c7cf58a65d1ad63a078b9.
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 5bef08f..e9cfafa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-compiler-plugin</artifactId>
-  <version>3.8.1</version>
+  <version>3.8.1-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Compiler Plugin</name>
@@ -45,7 +45,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-compiler-plugin.git</developerConnection>
     <url>https://github.com/apache/maven-compiler-plugin/tree/${project.scm.tag}</url>
-    <tag>maven-compiler-plugin-3.8.1</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>JIRA</system>