You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by tr...@apache.org on 2018/09/27 13:52:50 UTC

[flink] branch master updated: [FLINK-10395] Remove legacyCode profile from parent pom.xml

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

trohrmann pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 3ef68bc  [FLINK-10395] Remove legacyCode profile from parent pom.xml
3ef68bc is described below

commit 3ef68bc5442f0476e91a062506e50cfb8225cb6b
Author: Till Rohrmann <tr...@apache.org>
AuthorDate: Sat Sep 22 19:38:26 2018 +0200

    [FLINK-10395] Remove legacyCode profile from parent pom.xml
---
 pom.xml | 12 ------------
 1 file changed, 12 deletions(-)

diff --git a/pom.xml b/pom.xml
index 75f4b96..01cd752 100644
--- a/pom.xml
+++ b/pom.xml
@@ -674,18 +674,6 @@ under the License.
 		</profile>
 
 		<profile>
-			<id>legacyCode</id>
-			<activation>
-				<property>
-					<name>legacyCode</name>
-				</property>
-			</activation>
-			<properties>
-				<codebase>legacy</codebase>
-			</properties>
-		</profile>
-
-		<profile>
 			<id>spotbugs</id>
 			<activation>
 				<property>