Repository: incubator-apex-core Updated Branches: refs/heads/gh-int-test 4c4679be0 -> 9b84e195b
test PR Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/9b84e195 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/9b84e195 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/9b84e195 Branch: refs/heads/gh-int-test Commit: 9b84e195b9518364a8127cbff3849cdc00b25ce7 Parents: 4c4679b Author: David Yan <[email protected]> Authored: Tue Aug 25 16:42:56 2015 -0700 Committer: David Yan <[email protected]> Committed: Tue Aug 25 16:49:31 2015 -0700 ---------------------------------------------------------------------- pom.xml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9b84e195/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 852cc3e..ed642b4 100644 --- a/pom.xml +++ b/pom.xml @@ -2,6 +2,8 @@ <project xmlns="http://maven.apache.org/POM/4.0.0" 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> +<!-- dummy comment for PR test --> + <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> <version>3.1.0-SNAPSHOT</version>
