Updated Branches: refs/heads/master 8d676cce9 -> 41c18197e
[maven-release-plugin] prepare release drill-root-1.0.0-m1 Project: http://git-wip-us.apache.org/repos/asf/incubator-drill/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-drill/commit/41c18197 Tree: http://git-wip-us.apache.org/repos/asf/incubator-drill/tree/41c18197 Diff: http://git-wip-us.apache.org/repos/asf/incubator-drill/diff/41c18197 Branch: refs/heads/master Commit: 41c18197e3b8ae3c42d55089d641e9a0b68c6f29 Parents: 8d676cc Author: Jacques Nadeau <[email protected]> Authored: Wed Sep 4 04:23:40 2013 -0700 Committer: Jacques Nadeau <[email protected]> Committed: Wed Sep 4 04:23:40 2013 -0700 ---------------------------------------------------------------------- common/pom.xml | 6 ++---- contrib/pom.xml | 5 ++--- contrib/sqlline/pom.xml | 13 ++++++++----- contrib/storage-hbase/pom.xml | 5 ++--- distribution/pom.xml | 13 ++++++------- exec/bufferl/pom.xml | 5 ++--- exec/java-exec/pom.xml | 12 ++++-------- exec/pom.xml | 2 +- exec/ref/pom.xml | 8 +++----- pom.xml | 16 ++++++++-------- sqlparser/pom.xml | 8 +++----- 11 files changed, 41 insertions(+), 52 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/common/pom.xml ---------------------------------------------------------------------- diff --git a/common/pom.xml b/common/pom.xml index cd973e2..eb63c1a 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -1,13 +1,11 @@ <?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <artifactId>common</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/contrib/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/pom.xml b/contrib/pom.xml index e521ffe..ddef7aa 100644 --- a/contrib/pom.xml +++ b/contrib/pom.xml @@ -1,11 +1,10 @@ <?xml version="1.0"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <groupId>org.apache.drill.contrib</groupId> <artifactId>contrib-parent</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/contrib/sqlline/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/sqlline/pom.xml b/contrib/sqlline/pom.xml index fa8cc7f..52a6d1f 100644 --- a/contrib/sqlline/pom.xml +++ b/contrib/sqlline/pom.xml @@ -1,12 +1,11 @@ <?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> - <artifactId>prototype-parent</artifactId> + <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0-SNAPSHOT</version> + <version>1.0.0-m1</version> + <relativePath>../../</relativePath> </parent> <artifactId>sqlline</artifactId> <name>contrib/sqlline</name> @@ -35,4 +34,8 @@ <version>2.7.1</version> </dependency> </dependencies> + + <scm> + <tag>drill-root-1.0.0-m1</tag> + </scm> </project> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/contrib/storage-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/contrib/storage-hbase/pom.xml b/contrib/storage-hbase/pom.xml index a13b970..bb907c2 100644 --- a/contrib/storage-hbase/pom.xml +++ b/contrib/storage-hbase/pom.xml @@ -1,11 +1,10 @@ <?xml version="1.0"?> -<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>contrib-parent</artifactId> <groupId>org.apache.drill.contrib</groupId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <artifactId>storage-hbase</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/distribution/pom.xml ---------------------------------------------------------------------- diff --git a/distribution/pom.xml b/distribution/pom.xml index 579d2cc..2135360 100644 --- a/distribution/pom.xml +++ b/distribution/pom.xml @@ -1,11 +1,10 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <groupId>org.apache.drill</groupId> @@ -18,7 +17,7 @@ <dependency> <groupId>org.apache.drill.exec</groupId> <artifactId>java-exec</artifactId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </dependency> <dependency> <groupId>org.apache.drill.exec</groupId> @@ -28,17 +27,17 @@ <dependency> <groupId>org.apache.drill.exec</groupId> <artifactId>ref</artifactId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </dependency> <dependency> <groupId>org.apache.drill</groupId> <artifactId>common</artifactId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </dependency> <dependency> <groupId>org.apache.drill</groupId> <artifactId>sqlparser</artifactId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </dependency> <dependency> <groupId>com.google.protobuf</groupId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/exec/bufferl/pom.xml ---------------------------------------------------------------------- diff --git a/exec/bufferl/pom.xml b/exec/bufferl/pom.xml index d52cae9..c38010f 100644 --- a/exec/bufferl/pom.xml +++ b/exec/bufferl/pom.xml @@ -8,15 +8,14 @@ ~ WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the ~ License for the specific language governing permissions and limitations ~ under the License. --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.drill.exec</groupId> <artifactId>exec-parent</artifactId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <groupId>org.apache.drill.exec</groupId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/exec/java-exec/pom.xml ---------------------------------------------------------------------- diff --git a/exec/java-exec/pom.xml b/exec/java-exec/pom.xml index 2c25963..a5a55c8 100644 --- a/exec/java-exec/pom.xml +++ b/exec/java-exec/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>exec-parent</artifactId> <groupId>org.apache.drill.exec</groupId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <artifactId>java-exec</artifactId> <name>exec/Java Execution Engine</name> @@ -285,14 +283,12 @@ <include name="*.proto" /> </fileset> </path> - <pathconvert pathsep=" " property="proto.files" - refid="proto.path.files" /> + <pathconvert pathsep=" " property="proto.files" refid="proto.path.files" /> <exec executable="protoc"> <arg value="--java_out=${target.gen.source.path}" /> <arg value="--proto_path=${proto.cas.path}" /> - <arg - value="--proto_path=${project.basedir}/../../common/src/main/protobuf/" /> + <arg value="--proto_path=${project.basedir}/../../common/src/main/protobuf/" /> <arg line="${proto.files}" /> </exec> </tasks> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/exec/pom.xml ---------------------------------------------------------------------- diff --git a/exec/pom.xml b/exec/pom.xml index 75aafb6..bd410c4 100644 --- a/exec/pom.xml +++ b/exec/pom.xml @@ -4,7 +4,7 @@ <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <groupId>org.apache.drill.exec</groupId> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/exec/ref/pom.xml ---------------------------------------------------------------------- diff --git a/exec/ref/pom.xml b/exec/ref/pom.xml index a22b8b4..f392a75 100644 --- a/exec/ref/pom.xml +++ b/exec/ref/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>exec-parent</artifactId> <groupId>org.apache.drill.exec</groupId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <artifactId>ref</artifactId> @@ -18,7 +16,7 @@ <dependency> <groupId>org.apache.drill</groupId> <artifactId>common</artifactId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 277442f..81e7fc8 100644 --- a/pom.xml +++ b/pom.xml @@ -1,6 +1,5 @@ <?xml version="1.0" encoding="UTF-8"?> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> @@ -11,7 +10,7 @@ <groupId>org.apache.drill</groupId> <artifactId>drill-root</artifactId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> <packaging>pom</packaging> <name>Apache Drill Root POM</name> @@ -28,6 +27,7 @@ <connection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-drill.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-drill.git</developerConnection> <url>https://github.com/apache/incubator-drill</url> + <tag>drill-root-1.0.0-m1</tag> </scm> <repositories> @@ -199,7 +199,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -212,7 +212,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -226,7 +226,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -239,7 +239,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> <pluginExecution> @@ -254,7 +254,7 @@ </goals> </pluginExecutionFilter> <action> - <ignore></ignore> + <ignore /> </action> </pluginExecution> </pluginExecutions> http://git-wip-us.apache.org/repos/asf/incubator-drill/blob/41c18197/sqlparser/pom.xml ---------------------------------------------------------------------- diff --git a/sqlparser/pom.xml b/sqlparser/pom.xml index 6ae2cb6..10da491 100644 --- a/sqlparser/pom.xml +++ b/sqlparser/pom.xml @@ -1,12 +1,10 @@ <?xml version="1.0"?> -<project - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" - xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <artifactId>drill-root</artifactId> <groupId>org.apache.drill</groupId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </parent> <artifactId>sqlparser</artifactId> <name>SQL Parser</name> @@ -20,7 +18,7 @@ <dependency> <groupId>org.apache.drill</groupId> <artifactId>common</artifactId> - <version>1.0.0-m1-SNAPSHOT</version> + <version>1.0.0-m1</version> </dependency> <dependency> <groupId>org.apache.drill.exec</groupId>
