You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by re...@apache.org on 2017/10/24 19:37:24 UTC

[4/7] beam git commit: Use 2.2.0 version instead of 2.3.0 for container Maven project on the release branch. This reverts eeb4d73.

Use 2.2.0 version instead of 2.3.0 for container Maven project on the release branch. This reverts eeb4d73.


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

Branch: refs/heads/release-2.2.0
Commit: 423e470916705de0a492ac9bf35de7a5fd5dde02
Parents: e5e10b6
Author: Valentyn Tymofieiev <va...@google.com>
Authored: Thu Oct 12 09:07:50 2017 -0700
Committer: Valentyn Tymofieiev <va...@google.com>
Committed: Wed Oct 18 07:19:41 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/beam/blob/423e4709/sdks/python/container/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/python/container/pom.xml b/sdks/python/container/pom.xml
index 45b8cbf..6be2885 100644
--- a/sdks/python/container/pom.xml
+++ b/sdks/python/container/pom.xml
@@ -21,7 +21,7 @@
   <parent>
     <groupId>org.apache.beam</groupId>
     <artifactId>beam-sdks-python</artifactId>
-    <version>2.3.0-SNAPSHOT</version>
+    <version>2.2.0-SNAPSHOT</version>
     <relativePath>../pom.xml</relativePath>
   </parent>