You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ro...@apache.org on 2016/10/27 17:28:37 UTC

[49/50] [abbrv] incubator-beam git commit: update parent pom version in python/pom.xml

update parent pom version in python/pom.xml


Project: http://git-wip-us.apache.org/repos/asf/incubator-beam/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-beam/commit/654b848b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-beam/tree/654b848b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-beam/diff/654b848b

Branch: refs/heads/python-sdk
Commit: 654b848bb68666859f154e6dd945dddc67455c7d
Parents: 02b5b4c
Author: Vikas Kedigehalli <vi...@google.com>
Authored: Wed Oct 26 17:35:15 2016 -0700
Committer: Vikas Kedigehalli <vi...@google.com>
Committed: Wed Oct 26 17:35:15 2016 -0700

----------------------------------------------------------------------
 sdks/python/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-beam/blob/654b848b/sdks/python/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/python/pom.xml b/sdks/python/pom.xml
index 79d20bf..797966e 100644
--- a/sdks/python/pom.xml
+++ b/sdks/python/pom.xml
@@ -22,7 +22,7 @@
   <parent>
     <groupId>org.apache.beam</groupId>
     <artifactId>beam-sdks-parent</artifactId>
-    <version>0.3.0-incubating-SNAPSHOT</version>
+    <version>0.4.0-incubating-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>