This is an automated email from the ASF dual-hosted git repository.
lewismc pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-mudrod.git
The following commit(s) were added to refs/heads/master by this push:
new 38b8277 SDAP-25 Remove all non-Apache material from parent pom.xml
38b8277 is described below
commit 38b8277d8fd9fba4fb830a9ffcc961a09a0f37a7
Author: Lewis John McGibbney <[email protected]>
AuthorDate: Wed Feb 21 14:14:41 2018 -0800
SDAP-25 Remove all non-Apache material from parent pom.xml
---
pom.xml | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/pom.xml b/pom.xml
index ffd3f5a..6d1414d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -143,6 +143,14 @@
<build>
<plugins>
<plugin>
+ <groupId>org.apache.maven.plugins</groupId>
+ <artifactId>maven-compiler-plugin</artifactId>
+ <configuration>
+ <source>${maven.compiler.source}</source>
+ <target>${maven.compiler.target}</target>
+ </configuration>
+ </plugin>
+ <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>buildnumber-maven-plugin</artifactId>
<version>1.4</version>
--
To stop receiving notification emails like this one, please contact
[email protected].