Repository: incubator-apex-core Updated Branches: refs/heads/master bbc4257b0 -> b3768f38c
APEXCORE-336 Update semantic versioning base to 3.3.0 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/b3768f38 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/b3768f38 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/b3768f38 Branch: refs/heads/master Commit: b3768f38c5db4fce7e3c5d4e23b966fd3fe91185 Parents: bbc4257 Author: Vlad Rozov <[email protected]> Authored: Tue Feb 9 17:08:53 2016 -0800 Committer: Vlad Rozov <[email protected]> Committed: Tue Feb 9 17:08:53 2016 -0800 ---------------------------------------------------------------------- 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/b3768f38/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 00496c7..be09fb2 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.apex</groupId> <artifactId>apex-api</artifactId> - <version>3.2.0-incubating</version> + <version>3.3.0-incubating</version> </dependency> </oldVersion> <newVersion> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/b3768f38/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index b02ad6f..2e76dd3 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -42,7 +42,7 @@ <dependency> <groupId>org.apache.apex</groupId> <artifactId>apex-common</artifactId> - <version>3.2.0-incubating</version> + <version>3.3.0-incubating</version> </dependency> </oldVersion> <newVersion>
