You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by ke...@apache.org on 2017/08/07 23:54:07 UTC

[42/50] [abbrv] beam git commit: Revert accidental changes to sdks/java/pom.xml

Revert accidental changes to sdks/java/pom.xml


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

Branch: refs/heads/master
Commit: e655f53c2e732bcd082449ba8d0b551f417e8aaa
Parents: 1ce60b4
Author: manuzhang <ow...@gmail.com>
Authored: Fri Jul 21 14:27:37 2017 +0800
Committer: manuzhang <ow...@gmail.com>
Committed: Fri Jul 21 14:29:46 2017 +0800

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


http://git-wip-us.apache.org/repos/asf/beam/blob/e655f53c/sdks/java/pom.xml
----------------------------------------------------------------------
diff --git a/sdks/java/pom.xml b/sdks/java/pom.xml
index 3c1b6ec..3144193 100644
--- a/sdks/java/pom.xml
+++ b/sdks/java/pom.xml
@@ -38,7 +38,7 @@
     <module>build-tools</module> -->
     <module>core</module>
     <module>io</module>
-		<!--<module>maven-archetypes</module>-->
+    <module>maven-archetypes</module>
     <module>extensions</module>
     <!-- javadoc runs directly from the root parent as the last module
          in the build to be able to capture runner-specific javadoc.