Skip to content

Commit

Permalink
[maven-release-plugin] prepare release drill-root-1.0.0-m1
Browse files Browse the repository at this point in the history
  • Loading branch information
jacques-n committed Sep 4, 2013
1 parent 8d676cc commit 41c1819
Show file tree
Hide file tree
Showing 11 changed files with 41 additions and 52 deletions.
6 changes: 2 additions & 4 deletions common/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
5 changes: 2 additions & 3 deletions contrib/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
13 changes: 8 additions & 5 deletions contrib/sqlline/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -35,4 +34,8 @@
<version>2.7.1</version>
</dependency>
</dependencies>

<scm>
<tag>drill-root-1.0.0-m1</tag>
</scm>
</project>
5 changes: 2 additions & 3 deletions contrib/storage-hbase/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down
13 changes: 6 additions & 7 deletions distribution/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down
5 changes: 2 additions & 3 deletions exec/bufferl/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
12 changes: 4 additions & 8 deletions exec/java-exec/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand Down Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion exec/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 3 additions & 5 deletions exec/ref/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
Expand Down
16 changes: 8 additions & 8 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
Expand All @@ -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>
Expand Down Expand Up @@ -199,7 +199,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -212,7 +212,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -226,7 +226,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -239,7 +239,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
<pluginExecution>
Expand All @@ -254,7 +254,7 @@
</goals>
</pluginExecutionFilter>
<action>
<ignore></ignore>
<ignore />
</action>
</pluginExecution>
</pluginExecutions>
Expand Down
8 changes: 3 additions & 5 deletions sqlparser/pom.xml
Original file line number Diff line number Diff line change
@@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 41c1819

Please sign in to comment.