[maven-release-plugin] prepare release v1.0.0
Project: http://git-wip-us.apache.org/repos/asf/storm/repo Commit: http://git-wip-us.apache.org/repos/asf/storm/commit/787e4a6c Tree: http://git-wip-us.apache.org/repos/asf/storm/tree/787e4a6c Diff: http://git-wip-us.apache.org/repos/asf/storm/diff/787e4a6c Branch: refs/heads/1.x-branch Commit: 787e4a6c375d290f724e59b3d8ebe34806ccd0d5 Parents: 51de47b Author: P. Taylor Goetz <[email protected]> Authored: Fri Apr 1 17:05:44 2016 -0400 Committer: P. Taylor Goetz <[email protected]> Committed: Fri Apr 1 17:05:44 2016 -0400 ---------------------------------------------------------------------- examples/storm-starter/pom.xml | 8 +- external/flux/flux-core/pom.xml | 2 +- external/flux/flux-examples/pom.xml | 2 +- external/flux/flux-wrappers/pom.xml | 2 +- external/flux/pom.xml | 2 +- external/sql/pom.xml | 2 +- external/sql/storm-sql-core/pom.xml | 2 +- external/sql/storm-sql-kafka/pom.xml | 2 +- external/sql/storm-sql-runtime/pom.xml | 2 +- external/storm-cassandra/pom.xml | 2 +- external/storm-elasticsearch/pom.xml | 5 +- external/storm-eventhubs/pom.xml | 226 +++++++++---------- external/storm-hbase/pom.xml | 2 +- external/storm-hdfs/pom.xml | 2 +- external/storm-hive/pom.xml | 5 +- external/storm-jdbc/pom.xml | 4 +- external/storm-kafka-client/pom.xml | 5 +- external/storm-kafka/pom.xml | 2 +- external/storm-metrics/pom.xml | 21 +- external/storm-mongodb/pom.xml | 148 ++++++------ external/storm-mqtt/core/pom.xml | 5 +- external/storm-mqtt/examples/pom.xml | 5 +- external/storm-mqtt/pom.xml | 5 +- external/storm-redis/pom.xml | 2 +- external/storm-solr/pom.xml | 6 +- pom.xml | 8 +- .../maven-shade-clojure-transformer/pom.xml | 2 +- storm-buildtools/storm-maven-plugins/pom.xml | 5 +- storm-core/pom.xml | 6 +- storm-dist/binary/pom.xml | 2 +- storm-dist/source/pom.xml | 2 +- storm-multilang/javascript/pom.xml | 5 +- storm-multilang/python/pom.xml | 2 +- storm-multilang/ruby/pom.xml | 2 +- storm-rename-hack/pom.xml | 8 +- 35 files changed, 247 insertions(+), 264 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/examples/storm-starter/pom.xml ---------------------------------------------------------------------- diff --git a/examples/storm-starter/pom.xml b/examples/storm-starter/pom.xml index fb2b2bb..552adca 100644 --- a/examples/storm-starter/pom.xml +++ b/examples/storm-starter/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -186,10 +186,8 @@ </goals> <configuration> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> + <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> </transformer> </transformers> </configuration> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/flux/flux-core/pom.xml ---------------------------------------------------------------------- diff --git a/external/flux/flux-core/pom.xml b/external/flux/flux-core/pom.xml index 538a37c..6637ed6 100644 --- a/external/flux/flux-core/pom.xml +++ b/external/flux/flux-core/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.storm</groupId> <artifactId>flux</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/flux/flux-examples/pom.xml ---------------------------------------------------------------------- diff --git a/external/flux/flux-examples/pom.xml b/external/flux/flux-examples/pom.xml index c72f6d5..4b7525d 100644 --- a/external/flux/flux-examples/pom.xml +++ b/external/flux/flux-examples/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.storm</groupId> <artifactId>flux</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/flux/flux-wrappers/pom.xml ---------------------------------------------------------------------- diff --git a/external/flux/flux-wrappers/pom.xml b/external/flux/flux-wrappers/pom.xml index c34a53a..e81e55e 100644 --- a/external/flux/flux-wrappers/pom.xml +++ b/external/flux/flux-wrappers/pom.xml @@ -21,7 +21,7 @@ <parent> <groupId>org.apache.storm</groupId> <artifactId>flux</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/flux/pom.xml ---------------------------------------------------------------------- diff --git a/external/flux/pom.xml b/external/flux/pom.xml index cc4539d..8292f73 100644 --- a/external/flux/pom.xml +++ b/external/flux/pom.xml @@ -26,7 +26,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/sql/pom.xml ---------------------------------------------------------------------- diff --git a/external/sql/pom.xml b/external/sql/pom.xml index 787bc89..e84a582 100644 --- a/external/sql/pom.xml +++ b/external/sql/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/sql/storm-sql-core/pom.xml ---------------------------------------------------------------------- diff --git a/external/sql/storm-sql-core/pom.xml b/external/sql/storm-sql-core/pom.xml index ffb0d6e..70166b0 100644 --- a/external/sql/storm-sql-core/pom.xml +++ b/external/sql/storm-sql-core/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/sql/storm-sql-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/external/sql/storm-sql-kafka/pom.xml b/external/sql/storm-sql-kafka/pom.xml index b6a72dc..e3a5e5e 100644 --- a/external/sql/storm-sql-kafka/pom.xml +++ b/external/sql/storm-sql-kafka/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/sql/storm-sql-runtime/pom.xml ---------------------------------------------------------------------- diff --git a/external/sql/storm-sql-runtime/pom.xml b/external/sql/storm-sql-runtime/pom.xml index 4645647..7593aaf 100644 --- a/external/sql/storm-sql-runtime/pom.xml +++ b/external/sql/storm-sql-runtime/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-cassandra/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-cassandra/pom.xml b/external/storm-cassandra/pom.xml index c6ce10b..15eca93 100644 --- a/external/storm-cassandra/pom.xml +++ b/external/storm-cassandra/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-elasticsearch/pom.xml b/external/storm-elasticsearch/pom.xml index efd36ff..fed5e6d 100644 --- a/external/storm-elasticsearch/pom.xml +++ b/external/storm-elasticsearch/pom.xml @@ -15,14 +15,13 @@ 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/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>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-eventhubs/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-eventhubs/pom.xml b/external/storm-eventhubs/pom.xml index 146d4d8..2765179 100755 --- a/external/storm-eventhubs/pom.xml +++ b/external/storm-eventhubs/pom.xml @@ -1,113 +1,113 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT 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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <artifactId>storm</artifactId> - <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> - </parent> - - <artifactId>storm-eventhubs</artifactId> - <version>1.0.0-SNAPSHOT</version> - <packaging>jar</packaging> - <name>storm-eventhubs</name> - <description>EventHubs Storm Spout</description> - - <properties> - <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> - <eventhubs.client.version>0.9.1</eventhubs.client.version> - </properties> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-shade-plugin</artifactId> - <executions> - <execution> - <goals> - <goal>shade</goal> - </goals> - <phase>package</phase> - </execution> - </executions> - <configuration> - <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"> - </transformer> - </transformers> - <outputFile>target/${project.artifactId}-${project.version}-jar-with-dependencies.jar</outputFile> - </configuration> - </plugin> - <plugin> - <artifactId>maven-antrun-plugin</artifactId> - <executions> - <execution> - <phase>package</phase> - <configuration> - <tasks> - <copy file="src/main/resources/config.properties" tofile="target/eventhubs-config.properties"/> - </tasks> - </configuration> - <goals> - <goal>run</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - </build> - <dependencies> - <dependency> - <groupId>com.microsoft.eventhubs.client</groupId> - <artifactId>eventhubs-client</artifactId> - <version>${eventhubs.client.version}</version> - </dependency> - <dependency> - <groupId>org.apache.storm</groupId> - <artifactId>storm-core</artifactId> - <version>${project.version}</version> - <!-- keep storm out of the jar-with-dependencies --> - <type>jar</type> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.apache.curator</groupId> - <artifactId>curator-framework</artifactId> - <version>${curator.version}</version> - <exclusions> - <exclusion> - <groupId>log4j</groupId> - <artifactId>log4j</artifactId> - </exclusion> - <exclusion> - <groupId>org.slf4j</groupId> - <artifactId>slf4j-log4j12</artifactId> - </exclusion> - </exclusions> - </dependency> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>4.11</version> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <artifactId>storm</artifactId> + <groupId>org.apache.storm</groupId> + <version>1.0.0</version> + <relativePath>../../pom.xml</relativePath> + </parent> + + <artifactId>storm-eventhubs</artifactId> + <version>1.0.0</version> + <packaging>jar</packaging> + <name>storm-eventhubs</name> + <description>EventHubs Storm Spout</description> + + <properties> + <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> + <eventhubs.client.version>0.9.1</eventhubs.client.version> + </properties> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-shade-plugin</artifactId> + <executions> + <execution> + <goals> + <goal>shade</goal> + </goals> + <phase>package</phase> + </execution> + </executions> + <configuration> + <transformers> + <transformer implementation="org.apache.maven.plugins.shade.resource.ApacheLicenseResourceTransformer"> + </transformer> + </transformers> + <outputFile>target/${project.artifactId}-${project.version}-jar-with-dependencies.jar</outputFile> + </configuration> + </plugin> + <plugin> + <artifactId>maven-antrun-plugin</artifactId> + <executions> + <execution> + <phase>package</phase> + <configuration> + <tasks> + <copy file="src/main/resources/config.properties" tofile="target/eventhubs-config.properties" /> + </tasks> + </configuration> + <goals> + <goal>run</goal> + </goals> + </execution> + </executions> + </plugin> + </plugins> + </build> + <dependencies> + <dependency> + <groupId>com.microsoft.eventhubs.client</groupId> + <artifactId>eventhubs-client</artifactId> + <version>${eventhubs.client.version}</version> + </dependency> + <dependency> + <groupId>org.apache.storm</groupId> + <artifactId>storm-core</artifactId> + <version>${project.version}</version> + <!-- keep storm out of the jar-with-dependencies --> + <type>jar</type> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.apache.curator</groupId> + <artifactId>curator-framework</artifactId> + <version>${curator.version}</version> + <exclusions> + <exclusion> + <groupId>log4j</groupId> + <artifactId>log4j</artifactId> + </exclusion> + <exclusion> + <groupId>org.slf4j</groupId> + <artifactId>slf4j-log4j12</artifactId> + </exclusion> + </exclusions> + </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>4.11</version> + <scope>test</scope> + </dependency> + </dependencies> +</project> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-hbase/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-hbase/pom.xml b/external/storm-hbase/pom.xml index 13d160d..b78df10 100644 --- a/external/storm-hbase/pom.xml +++ b/external/storm-hbase/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-hdfs/pom.xml b/external/storm-hdfs/pom.xml index a3fe871..3b75b9d 100644 --- a/external/storm-hdfs/pom.xml +++ b/external/storm-hdfs/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-hive/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-hive/pom.xml b/external/storm-hive/pom.xml index 547ea28..75384c0 100644 --- a/external/storm-hive/pom.xml +++ b/external/storm-hive/pom.xml @@ -15,14 +15,13 @@ 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/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>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-jdbc/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-jdbc/pom.xml b/external/storm-jdbc/pom.xml index 89425ec..a5e183b 100644 --- a/external/storm-jdbc/pom.xml +++ b/external/storm-jdbc/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -115,7 +115,7 @@ <driver>org.hsqldb.jdbcDriver</driver> <url>jdbc:hsqldb:mem:test;shutdown=false</url> <username>SA</username> - <password></password> + <password /> <autocommit>true</autocommit> <srcFiles> <srcFile>src/test/sql/test.sql</srcFile> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-kafka-client/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-kafka-client/pom.xml b/external/storm-kafka-client/pom.xml index fdd6e70..c16e236 100644 --- a/external/storm-kafka-client/pom.xml +++ b/external/storm-kafka-client/pom.xml @@ -16,14 +16,13 @@ * 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/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>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-kafka/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-kafka/pom.xml b/external/storm-kafka/pom.xml index d7fae0c..290bbc0 100644 --- a/external/storm-kafka/pom.xml +++ b/external/storm-kafka/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-metrics/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-metrics/pom.xml b/external/storm-metrics/pom.xml index b460563..cb22a96 100644 --- a/external/storm-metrics/pom.xml +++ b/external/storm-metrics/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> @@ -76,23 +76,20 @@ <phase>validate</phase> <configuration> <tasks> - <echo message="Downloading sigar native binaries..."/> - <get src="${sigar.download.url}" - dest="${sigar.download.path}/" skipExisting="true"/> - <checksum file="${sigar.download.path}/hyperic-sigar-${sigar.version}.zip" algorithm="SHA1" - property="${sigar.SHA1}" verifyProperty="validChecksum"/> + <echo message="Downloading sigar native binaries..." /> + <get src="${sigar.download.url}" dest="${sigar.download.path}/" skipExisting="true" /> + <checksum file="${sigar.download.path}/hyperic-sigar-${sigar.version}.zip" algorithm="SHA1" property="${sigar.SHA1}" verifyProperty="validChecksum" /> <fail message="Checksum validation failed for hyperic-sigar-${sigar.version}.zip"> <condition> - <isfalse value="${validChecksum}"/> + <isfalse value="${validChecksum}" /> </condition> </fail> - <unzip src="${sigar.download.path}/hyperic-sigar-${sigar.version}.zip" - dest="${project.build.directory}/classes/resources"> + <unzip src="${sigar.download.path}/hyperic-sigar-${sigar.version}.zip" dest="${project.build.directory}/classes/resources"> <patternset> - <include name="**/lib/libsigar-*"/> - <include name="**/lib/sigar-*"/> + <include name="**/lib/libsigar-*" /> + <include name="**/lib/sigar-*" /> </patternset> - <mapper type="flatten"/> + <mapper type="flatten" /> </unzip> </tasks> </configuration> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-mongodb/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-mongodb/pom.xml b/external/storm-mongodb/pom.xml index ce9f1bb..3e04131 100644 --- a/external/storm-mongodb/pom.xml +++ b/external/storm-mongodb/pom.xml @@ -1,74 +1,74 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Licensed to the Apache Software Foundation (ASF) under one or more - contributor license agreements. See the NOTICE file distributed with - this work for additional information regarding copyright ownership. - The ASF licenses this file to You under the Apache License, Version 2.0 - (the "License"); you may not use this file except in compliance with - the License. You may obtain a copy of the License at - - http://www.apache.org/licenses/LICENSE-2.0 - - Unless required by applicable law or agreed to in writing, software - distributed under the License is distributed on an "AS IS" BASIS, - WITHOUT 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/xsd/maven-4.0.0.xsd"> - <modelVersion>4.0.0</modelVersion> - - <parent> - <artifactId>storm</artifactId> - <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> - <relativePath>../../pom.xml</relativePath> - </parent> - - <artifactId>storm-mongodb</artifactId> - - <developers> - <developer> - <id>vesense</id> - <name>Xin Wang</name> - <email>[email protected]</email> - </developer> - </developers> - - <properties> - <mongodb.version>3.2.0</mongodb.version> - </properties> - - <dependencies> - <dependency> - <groupId>org.apache.storm</groupId> - <artifactId>storm-core</artifactId> - <version>${project.version}</version> - <scope>provided</scope> - </dependency> - <dependency> - <groupId>org.mongodb</groupId> - <artifactId>mongo-java-driver</artifactId> - <version>${mongodb.version}</version> - </dependency> - <dependency> - <groupId>com.google.guava</groupId> - <artifactId>guava</artifactId> - </dependency> - <dependency> - <groupId>commons-lang</groupId> - <artifactId>commons-lang</artifactId> - </dependency> - <!--test dependencies --> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <scope>test</scope> - </dependency> - <dependency> - <groupId>org.mockito</groupId> - <artifactId>mockito-all</artifactId> - <scope>test</scope> - </dependency> - </dependencies> -</project> +<?xml version="1.0" encoding="UTF-8"?> +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT 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/xsd/maven-4.0.0.xsd"> + <modelVersion>4.0.0</modelVersion> + + <parent> + <artifactId>storm</artifactId> + <groupId>org.apache.storm</groupId> + <version>1.0.0</version> + <relativePath>../../pom.xml</relativePath> + </parent> + + <artifactId>storm-mongodb</artifactId> + + <developers> + <developer> + <id>vesense</id> + <name>Xin Wang</name> + <email>[email protected]</email> + </developer> + </developers> + + <properties> + <mongodb.version>3.2.0</mongodb.version> + </properties> + + <dependencies> + <dependency> + <groupId>org.apache.storm</groupId> + <artifactId>storm-core</artifactId> + <version>${project.version}</version> + <scope>provided</scope> + </dependency> + <dependency> + <groupId>org.mongodb</groupId> + <artifactId>mongo-java-driver</artifactId> + <version>${mongodb.version}</version> + </dependency> + <dependency> + <groupId>com.google.guava</groupId> + <artifactId>guava</artifactId> + </dependency> + <dependency> + <groupId>commons-lang</groupId> + <artifactId>commons-lang</artifactId> + </dependency> + <!--test dependencies --> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> + <groupId>org.mockito</groupId> + <artifactId>mockito-all</artifactId> + <scope>test</scope> + </dependency> + </dependencies> +</project> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-mqtt/core/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-mqtt/core/pom.xml b/external/storm-mqtt/core/pom.xml index cd30012..7a7ab1a 100644 --- a/external/storm-mqtt/core/pom.xml +++ b/external/storm-mqtt/core/pom.xml @@ -14,8 +14,7 @@ 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/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> <artifactId>storm-mqtt</artifactId> @@ -26,7 +25,7 @@ <parent> <groupId>org.apache.storm</groupId> <artifactId>storm-mqtt-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-mqtt/examples/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-mqtt/examples/pom.xml b/external/storm-mqtt/examples/pom.xml index ba4f2ec..eebc38c 100644 --- a/external/storm-mqtt/examples/pom.xml +++ b/external/storm-mqtt/examples/pom.xml @@ -15,8 +15,7 @@ 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/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> <artifactId>storm-mqtt-examples</artifactId> @@ -27,7 +26,7 @@ <parent> <groupId>org.apache.storm</groupId> <artifactId>storm-mqtt-parent</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-mqtt/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-mqtt/pom.xml b/external/storm-mqtt/pom.xml index 5447c17..de905b2 100644 --- a/external/storm-mqtt/pom.xml +++ b/external/storm-mqtt/pom.xml @@ -15,13 +15,12 @@ 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/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>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-redis/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-redis/pom.xml b/external/storm-redis/pom.xml index 4b7fb43..bdb2706 100644 --- a/external/storm-redis/pom.xml +++ b/external/storm-redis/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/external/storm-solr/pom.xml ---------------------------------------------------------------------- diff --git a/external/storm-solr/pom.xml b/external/storm-solr/pom.xml index e71fbaa..462f019 100644 --- a/external/storm-solr/pom.xml +++ b/external/storm-solr/pom.xml @@ -16,13 +16,11 @@ * 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/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"> <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index cb01c9f..e392473 100644 --- a/pom.xml +++ b/pom.xml @@ -27,7 +27,7 @@ <groupId>org.apache.storm</groupId> <artifactId>storm</artifactId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <packaging>pom</packaging> <name>Storm</name> <description>Distributed and fault-tolerant realtime computation</description> @@ -82,7 +82,7 @@ <roles> <role>Committer</role> </roles> - <timezone/> + <timezone /> </developer> <developer> <id>afeng</id> @@ -109,7 +109,7 @@ <roles> <role>Committer</role> </roles> - <timezone/> + <timezone /> </developer> <developer> <id>jjackson</id> @@ -184,7 +184,7 @@ <scm> <connection>scm:git:https://git-wip-us.apache.org/repos/asf/storm.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/storm.git</developerConnection> - <tag>HEAD</tag> + <tag>v1.0.0</tag> <url>https://git-wip-us.apache.org/repos/asf/storm</url> </scm> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-buildtools/maven-shade-clojure-transformer/pom.xml ---------------------------------------------------------------------- diff --git a/storm-buildtools/maven-shade-clojure-transformer/pom.xml b/storm-buildtools/maven-shade-clojure-transformer/pom.xml index 7eccb43..0b5f9cb 100644 --- a/storm-buildtools/maven-shade-clojure-transformer/pom.xml +++ b/storm-buildtools/maven-shade-clojure-transformer/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-buildtools/storm-maven-plugins/pom.xml ---------------------------------------------------------------------- diff --git a/storm-buildtools/storm-maven-plugins/pom.xml b/storm-buildtools/storm-maven-plugins/pom.xml index c65c4b2..19a2d63 100644 --- a/storm-buildtools/storm-maven-plugins/pom.xml +++ b/storm-buildtools/storm-maven-plugins/pom.xml @@ -15,14 +15,13 @@ 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/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>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-core/pom.xml ---------------------------------------------------------------------- diff --git a/storm-core/pom.xml b/storm-core/pom.xml index c64f79b..faf5567 100644 --- a/storm-core/pom.xml +++ b/storm-core/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>..</relativePath> </parent> <groupId>org.apache.storm</groupId> @@ -31,8 +31,8 @@ <properties> <worker-launcher.conf.dir>/etc/storm</worker-launcher.conf.dir> - <worker-launcher.additional_cflags></worker-launcher.additional_cflags> - <argLine></argLine> + <worker-launcher.additional_cflags /> + <argLine /> </properties> <dependencies> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-dist/binary/pom.xml ---------------------------------------------------------------------- diff --git a/storm-dist/binary/pom.xml b/storm-dist/binary/pom.xml index 394f389..85dd009 100644 --- a/storm-dist/binary/pom.xml +++ b/storm-dist/binary/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-dist/source/pom.xml ---------------------------------------------------------------------- diff --git a/storm-dist/source/pom.xml b/storm-dist/source/pom.xml index 83d7902..43be0c0 100644 --- a/storm-dist/source/pom.xml +++ b/storm-dist/source/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-multilang/javascript/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/javascript/pom.xml b/storm-multilang/javascript/pom.xml index 0659cee..ffc291a 100644 --- a/storm-multilang/javascript/pom.xml +++ b/storm-multilang/javascript/pom.xml @@ -16,13 +16,12 @@ 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/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>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-multilang/python/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/python/pom.xml b/storm-multilang/python/pom.xml index 84a7923..fac8508 100644 --- a/storm-multilang/python/pom.xml +++ b/storm-multilang/python/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-multilang/ruby/pom.xml ---------------------------------------------------------------------- diff --git a/storm-multilang/ruby/pom.xml b/storm-multilang/ruby/pom.xml index 2588f09..845ae35 100644 --- a/storm-multilang/ruby/pom.xml +++ b/storm-multilang/ruby/pom.xml @@ -21,7 +21,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../../pom.xml</relativePath> </parent> <groupId>org.apache.storm</groupId> http://git-wip-us.apache.org/repos/asf/storm/blob/787e4a6c/storm-rename-hack/pom.xml ---------------------------------------------------------------------- diff --git a/storm-rename-hack/pom.xml b/storm-rename-hack/pom.xml index 72a2acc..a10050f 100644 --- a/storm-rename-hack/pom.xml +++ b/storm-rename-hack/pom.xml @@ -20,7 +20,7 @@ <parent> <artifactId>storm</artifactId> <groupId>org.apache.storm</groupId> - <version>1.0.0-SNAPSHOT</version> + <version>1.0.0</version> <relativePath>../pom.xml</relativePath> </parent> @@ -92,10 +92,8 @@ </goals> <configuration> <transformers> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> - <transformer - implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> + <transformer implementation="org.apache.maven.plugins.shade.resource.ManifestResourceTransformer"> </transformer> </transformers> </configuration>
