Remove redundant version
Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/3e07843f Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/3e07843f Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/3e07843f Branch: refs/heads/feature-AppData Commit: 3e07843f8396a6f431410ab71eefcc1df9c175c0 Parents: c4a6d8d Author: thomas <[email protected]> Authored: Fri Aug 21 23:49:16 2015 -0700 Committer: thomas <[email protected]> Committed: Fri Aug 21 23:49:16 2015 -0700 ---------------------------------------------------------------------- apps/logstream/pom.xml | 1 - demos/echoserver/pom.xml | 1 - 2 files changed, 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/3e07843f/apps/logstream/pom.xml ---------------------------------------------------------------------- diff --git a/apps/logstream/pom.xml b/apps/logstream/pom.xml index ce0f4ce..67df24c 100644 --- a/apps/logstream/pom.xml +++ b/apps/logstream/pom.xml @@ -8,7 +8,6 @@ </parent> <groupId>com.datatorrent</groupId> - <version>3.1.0-SNAPSHOT</version> <artifactId>logstream</artifactId> <packaging>jar</packaging> http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/3e07843f/demos/echoserver/pom.xml ---------------------------------------------------------------------- diff --git a/demos/echoserver/pom.xml b/demos/echoserver/pom.xml index ad20744..3d29f7f 100644 --- a/demos/echoserver/pom.xml +++ b/demos/echoserver/pom.xml @@ -8,7 +8,6 @@ </parent> <groupId>com.datatorrent</groupId> - <version>3.1.0-SNAPSHOT</version> <artifactId>echoserver</artifactId> <packaging>jar</packaging>
