Repository: incubator-apex-core Updated Branches: refs/heads/release-3.1 472de047f -> 86170f639
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/6af584c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/6af584c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/6af584c2 Branch: refs/heads/release-3.1 Commit: 6af584c2c90d216a9c095d09add1e9c44bedbc0f Parents: 472de04 Author: Thomas Weise <[email protected]> Authored: Fri Sep 18 21:09:23 2015 -0700 Committer: Thomas Weise <[email protected]> Committed: Fri Sep 18 21:09:23 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/6af584c2/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 5bc2152..47b0f99 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.1-RC2</version> + <version>3.1.0</version> </dependency> </oldVersion> <newVersion> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/6af584c2/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index ee3e031..df71eaf 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.1-RC2</version> + <version>3.1.0</version> </dependency> </oldVersion> <newVersion>
