Fix japicmp compare version.
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/3a164a28 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/3a164a28 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/3a164a28 Branch: refs/heads/rebase-test Commit: 3a164a28e1c17b0b68e11896c01c1c989e775c02 Parents: d0df8a7 Author: Thomas Weise <[email protected]> Authored: Fri Sep 18 20:34:09 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Sep 18 20:34:09 2015 -0700 ---------------------------------------------------------------------- api/pom.xml | 2 +- common/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3a164a28/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index cf94b03..e7555a7 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -38,7 +38,7 @@ <dependency> <groupId>com.datatorrent</groupId> <artifactId>dt-api</artifactId> - <version>3.1.0</version> + <version>3.0.0</version> </dependency> </oldVersion> <newVersion> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/3a164a28/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index d17c7c9..f6adb8e 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -23,7 +23,7 @@ <dependency> <groupId>com.datatorrent</groupId> <artifactId>dt-common</artifactId> - <version>3.1.0</version> + <version>3.0.0</version> </dependency> </oldVersion> <newVersion>
