Repository: incubator-apex-core Updated Branches: refs/heads/devel-3.0 9d03e2536 -> 8fe69fc5a
updated the 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/5ec8ad0a Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/5ec8ad0a Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/5ec8ad0a Branch: refs/heads/devel-3.0 Commit: 5ec8ad0a5f6426eb7b1c1b4639b08d49a583811e Parents: 9d03e25 Author: Chetan Narsude <[email protected]> Authored: Mon Aug 3 11:22:31 2015 -0700 Committer: Chetan Narsude <[email protected]> Committed: Mon Aug 3 11:22:31 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/5ec8ad0a/apex-app-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-app-archetype/pom.xml b/apex-app-archetype/pom.xml index 9f97937..db57b5c 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.0.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>apex-app-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/5ec8ad0a/apex-conf-archetype/pom.xml ---------------------------------------------------------------------- diff --git a/apex-conf-archetype/pom.xml b/apex-conf-archetype/pom.xml index fff78a9..a1bb9df 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.0.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>apex-conf-archetype</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/5ec8ad0a/api/pom.xml ---------------------------------------------------------------------- diff --git a/api/pom.xml b/api/pom.xml index 23d1e08..432a541 100644 --- a/api/pom.xml +++ b/api/pom.xml @@ -6,7 +6,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>dt-api</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/5ec8ad0a/bufferserver/pom.xml ---------------------------------------------------------------------- diff --git a/bufferserver/pom.xml b/bufferserver/pom.xml index 78444ff..70bae74 100644 --- a/bufferserver/pom.xml +++ b/bufferserver/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>dt-bufferserver</artifactId> @@ -28,7 +28,7 @@ <dependency> <groupId>com.datatorrent</groupId> <artifactId>dt-common</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <type>jar</type> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/5ec8ad0a/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index ba5009b..6617bfb 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>dt-common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/5ec8ad0a/engine/pom.xml ---------------------------------------------------------------------- diff --git a/engine/pom.xml b/engine/pom.xml index da43657..5405ad1 100644 --- a/engine/pom.xml +++ b/engine/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> </parent> <artifactId>dt-engine</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/5ec8ad0a/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 82971d2..6ee1580 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ <groupId>com.datatorrent</groupId> <artifactId>dt-framework</artifactId> - <version>3.0.0</version> + <version>3.0.1-SNAPSHOT</version> <packaging>pom</packaging> <name>Realtime Stream Processing Framework</name>
