This is an automated email from the ASF dual-hosted git repository.
rgoers pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flume-twitter.git
The following commit(s) were added to refs/heads/main by this push:
new d4ded90 Fix Notice. Target Java 1.8. Remove duplicate signing
d4ded90 is described below
commit d4ded90f74d8d223d529fb7dbe0ed98e0facc71c
Author: Ralph Goers <[email protected]>
AuthorDate: Mon Mar 20 17:28:05 2023 -0700
Fix Notice. Target Java 1.8. Remove duplicate signing
---
NOTICE.txt | 2 ++
flume-twitter-dist/pom.xml | 15 ---------------
pom.xml | 4 ++--
3 files changed, 4 insertions(+), 17 deletions(-)
diff --git a/NOTICE.txt b/NOTICE.txt
index 33c6200..a2c2ff9 100644
--- a/NOTICE.txt
+++ b/NOTICE.txt
@@ -1,3 +1,5 @@
Apache Flume Spring Boot
Copyright 2022-2023 The Apache Software Foundation
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
diff --git a/flume-twitter-dist/pom.xml b/flume-twitter-dist/pom.xml
index 300e6ca..a1a13ae 100644
--- a/flume-twitter-dist/pom.xml
+++ b/flume-twitter-dist/pom.xml
@@ -132,21 +132,6 @@ limitations under the License.
</execution>
</executions>
</plugin>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-gpg-plugin</artifactId>
- <executions>
- <execution>
- <id>sign-release-artifacts</id>
- <goals>
- <goal>sign</goal>
- </goals>
- <configuration>
- <keyname>${SigningUserName}</keyname>
- </configuration>
- </execution>
- </executions>
- </plugin>
</plugins>
</build>
diff --git a/pom.xml b/pom.xml
index ab7f292..9f7e686 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,8 +43,8 @@ limitations under the License.
<flume.version>1.11.0</flume.version>
<junit.version>4.13.2</junit.version>
<log4j.version>2.20.0</log4j.version>
- <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>
<module.name>org.apache.flume.twitter</module.name>
<mvn-gpg-plugin.version>1.6</mvn-gpg-plugin.version>
<mvn-javadoc-plugin.version>2.9</mvn-javadoc-plugin.version>