This is an automated email from the ASF dual-hosted git repository.
slachiewicz pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dist-tool.git
The following commit(s) were added to refs/heads/master by this push:
new fffa4de revert
fffa4de is described below
commit fffa4de2ae649049a5b62e96b3b5776b3cd10c10
Author: Sylwester Lachiewicz <[email protected]>
AuthorDate: Wed Dec 8 23:34:54 2021 +0100
revert
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6007f0a..c5cc6da 100644
--- a/pom.xml
+++ b/pom.xml
@@ -53,8 +53,8 @@
<properties>
<netbeans.checkstyle.format>true</netbeans.checkstyle.format>
<mvnversion>3.0.5</mvnversion>
- <maven.compiler.source>11</maven.compiler.source>
- <maven.compiler.target>11</maven.compiler.target>
+ <maven.compiler.source>1.8</maven.compiler.source>
+ <maven.compiler.target>1.8</maven.compiler.target>
</properties>
<dependencies>