You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by da...@apache.org on 2017/06/08 01:35:27 UTC

[38/50] beam git commit: Sort IO by alphanumeric order

Sort IO by alphanumeric order


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

Branch: refs/heads/DSL_SQL
Commit: 78b6e3cddc5feb882e184a4bfce3af73eeee9a33
Parents: c189d5c
Author: Jean-Baptiste Onofré <jb...@apache.org>
Authored: Wed Jun 7 14:18:55 2017 +0200
Committer: Jean-Baptiste Onofré <jb...@apache.org>
Committed: Wed Jun 7 14:18:55 2017 +0200

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


http://git-wip-us.apache.org/repos/asf/beam/blob/78b6e3cd/sdks/java/io/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/io/pom.xml b/sdks/java/io/pom.xml
index 94fc6a7..44f3baa 100644
--- a/sdks/java/io/pom.xml
+++ b/sdks/java/io/pom.xml
@@ -64,6 +64,7 @@
   </dependencyManagement>
 
   <modules>
+    <module>cassandra</module>
     <module>common</module>
     <module>elasticsearch</module>
     <module>google-cloud-platform</module>
@@ -78,7 +79,6 @@
     <module>mongodb</module>
     <module>mqtt</module>
     <module>xml</module>
-    <module>cassandra</module>
   </modules>
 
   <profiles>