Created new release branch. Updating version to 3.2.0-SNAPSHOT
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/9116c703 Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/9116c703 Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/9116c703 Branch: refs/heads/devel-3 Commit: 9116c70332bbc5765b23aa713502ec69a39ff53c Parents: b2fb001 Author: thomas <[email protected]> Authored: Fri Aug 21 19:30:34 2015 -0700 Committer: thomas <[email protected]> Committed: Fri Aug 21 19:30:34 2015 -0700 ---------------------------------------------------------------------- apex-app-archetype/pom.xml | 2 +- apex-conf-archetype/pom.xml | 2 +- api/pom.xml | 2 +- bufferserver/pom.xml | 4 ++-- common/pom.xml | 2 +- engine/pom.xml | 2 +- pom.xml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9116c703/apex-app-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml index 7d931e3..b0a7a15 100644 --- a/apex-app-archetype/pom.xml +++ b/apex-app-archetype/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>apex-app-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9116c703/apex-conf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml index 1f510a2..1bebb43 100644 --- a/apex-conf-archetype/pom.xml +++ b/apex-conf-archetype/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>apex-conf-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9116c703/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 12cdd51..7fe08c0 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>dt-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9116c703/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index 02ea4a4..5d169ae 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>dt-bufferserver</artifactId> @@ -28,7 +28,7 @@ <dependency> <groupId>com.datatorrent</groupId> <artifactId>dt-common</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <type>jar</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9116c703/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index 1a9acfd..ad564b1 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>dt-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9116c703/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index c91265c..21eaa00 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> </parent> <artifactId>dt-engine</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/9116c703/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 852cc3e..7825b81 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.1.0-SNAPSHOT</version> + <version>3.2.0-SNAPSHOT</version> <packaging>pom</packaging> <name>Realtime Stream Processing Framework</name>
