Repository: falcon Updated Branches: refs/heads/master 41631f955 -> 8bbd6cfe7
FALCON-1696 Falcon build failing in checkstyle module Project: http://git-wip-us.apache.org/repos/asf/falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/falcon/commit/8bbd6cfe Tree: http://git-wip-us.apache.org/repos/asf/falcon/tree/8bbd6cfe Diff: http://git-wip-us.apache.org/repos/asf/falcon/diff/8bbd6cfe Branch: refs/heads/master Commit: 8bbd6cfe7da96bfec54129d69086e72f16a6c04f Parents: 41631f9 Author: Pallavi Rao <[email protected]> Authored: Tue Dec 29 14:04:16 2015 +0530 Committer: Pallavi Rao <[email protected]> Committed: Tue Dec 29 14:04:16 2015 +0530 ---------------------------------------------------------------------- CHANGES.txt | 2 ++ checkstyle/pom.xml | 7 ++----- 2 files changed, 4 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/falcon/blob/8bbd6cfe/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index e268ce4..402e72a 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -90,6 +90,8 @@ Trunk (Unreleased) OPTIMIZATIONS BUG FIXES + FALCON-1696 Falcon build failing in checkstyle module (Praveen Adlakha via Pallavi Rao) + FALCON-1694 Status API shows params along with instance status(Pallavi Rao via Ajay Yadava) FALCON-1681 Improve logging for idempotent behaviour while scheduling entities(Pallavi Rao via Ajay Yadava) http://git-wip-us.apache.org/repos/asf/falcon/blob/8bbd6cfe/checkstyle/pom.xml ---------------------------------------------------------------------- diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index 6bfe431..3e2f2fd 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -21,11 +21,8 @@ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <parent> - <groupId>org.apache.falcon</groupId> - <artifactId>falcon-main</artifactId> - <version>0.9-SNAPSHOT</version> - </parent> + <groupId>org.apache.falcon</groupId> <artifactId>checkstyle</artifactId> + <version>0.9-SNAPSHOT</version> <name>Checkstyle</name> </project>
