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 2018/09/02 14:15:56 UTC

[maven-jlink-plugin] branch CLEANUP created (now 0f83adf)

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

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


      at 0f83adf  Cleanup IT pom's.

This branch includes the following new commits:

     new 0f83adf  Cleanup IT pom's.

The 1 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.



[maven-jlink-plugin] 01/01: Cleanup IT pom's.

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

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

commit 0f83adf4ba9ea35500115849ea8749772949a5bf
Author: Karl Heinz Marbaise <kh...@apache.org>
AuthorDate: Sun Sep 2 16:15:45 2018 +0200

    Cleanup IT pom's.
---
 src/it/projects/setup-jar-module-info/pom.xml | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/src/it/projects/setup-jar-module-info/pom.xml b/src/it/projects/setup-jar-module-info/pom.xml
index ae65465..4e720ec 100644
--- a/src/it/projects/setup-jar-module-info/pom.xml
+++ b/src/it/projects/setup-jar-module-info/pom.xml
@@ -42,10 +42,6 @@
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-compiler-plugin</artifactId>
           <version>3.7.0</version>
-          <configuration>
-            <source>1.9</source>
-            <target>1.9</target>
-          </configuration>
         </plugin>
       </plugins>
     </pluginManagement>