You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2023/02/13 16:03:42 UTC

[maven-compiler-plugin] branch master updated: [MCOMPILER-526] Fix IT (#178)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new f9c2350  [MCOMPILER-526] Fix IT (#178)
f9c2350 is described below

commit f9c2350c885a96638db66fbab4d9180729a31d5a
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Feb 13 17:03:36 2023 +0100

    [MCOMPILER-526] Fix IT (#178)
---
 src/it/MCOMPILER-275_separate-moduleinfo/src/main/java/module-info.java | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/it/MCOMPILER-275_separate-moduleinfo/src/main/java/module-info.java b/src/it/MCOMPILER-275_separate-moduleinfo/src/main/java/module-info.java
index e30faf1..da90c2b 100644
--- a/src/it/MCOMPILER-275_separate-moduleinfo/src/main/java/module-info.java
+++ b/src/it/MCOMPILER-275_separate-moduleinfo/src/main/java/module-info.java
@@ -16,6 +16,4 @@
  * specific language governing permissions and limitations
  * under the License.
  */
-package com.foo;
-
 module M.N {}