Skip to content

Commit

Permalink
move dsls/sql to sdks/java/extensions/sql
Browse files Browse the repository at this point in the history
  • Loading branch information
xumingming authored and mingmxu committed Sep 11, 2017
1 parent e9c7a07 commit d5a551b
Show file tree
Hide file tree
Showing 218 changed files with 4 additions and 64 deletions.
60 changes: 0 additions & 60 deletions dsls/pom.xml

This file was deleted.

1 change: 0 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,6 @@
<module>sdks/java/build-tools</module>
<module>sdks</module>
<module>runners</module>
<module>dsls</module>
<module>examples</module>
<!-- sdks/java/javadoc builds project-wide Javadoc. It has to run last. -->
<module>sdks/java/javadoc</module>
Expand Down
1 change: 1 addition & 0 deletions sdks/java/extensions/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<module>join-library</module>
<module>protobuf</module>
<module>sorter</module>
<module>sql</module>
</modules>

</project>
6 changes: 3 additions & 3 deletions dsls/sql/pom.xml → sdks/java/extensions/sql/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@

<parent>
<groupId>org.apache.beam</groupId>
<artifactId>beam-dsls-parent</artifactId>
<artifactId>beam-sdks-java-extensions-parent</artifactId>
<version>2.2.0-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>

<artifactId>beam-dsls-sql</artifactId>
<name>Apache Beam :: DSLs :: SQL</name>
<artifactId>beam-sdks-java-extensions-sql</artifactId>
<name>Apache Beam :: SDKs :: Java :: Extensions :: SQL</name>
<description>Beam SQL provides a new interface to generate a Beam pipeline from SQL statement</description>

<packaging>jar</packaging>
Expand Down

0 comments on commit d5a551b

Please sign in to comment.