[maven-release-plugin] prepare release streams-examples-0.3-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/commit/3e91ab1d Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/tree/3e91ab1d Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/diff/3e91ab1d Branch: refs/heads/master Commit: 3e91ab1da036f6e6b3e0ea2fd38519770018198f Parents: 4bd32b5 Author: Steve Blackmon <[email protected]> Authored: Sun Sep 18 17:57:02 2016 -0500 Committer: Steve Blackmon <[email protected]> Committed: Sun Sep 18 17:57:02 2016 -0500 ---------------------------------------------------------------------- local/elasticsearch-hdfs/pom.xml | 20 ++++++------- local/elasticsearch-reindex/pom.xml | 8 ++--- local/mongo-elasticsearch-sync/pom.xml | 18 +++++------ local/pom.xml | 4 +-- local/twitter-follow-graph/pom.xml | 16 +++++----- local/twitter-history-elasticsearch/pom.xml | 20 ++++++------- local/twitter-userstream-elasticsearch/pom.xml | 20 ++++++------- pom.xml | 33 +++++++++++---------- 8 files changed, 64 insertions(+), 75 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/3e91ab1d/local/elasticsearch-hdfs/pom.xml ---------------------------------------------------------------------- diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml index 769da44..ea8123e 100644 --- a/local/elasticsearch-hdfs/pom.xml +++ b/local/elasticsearch-hdfs/pom.xml @@ -17,13 +17,11 @@ 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> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -69,7 +67,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -78,34 +76,34 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-hdfs</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <exclusions> <exclusion> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/3e91ab1d/local/elasticsearch-reindex/pom.xml ---------------------------------------------------------------------- diff --git a/local/elasticsearch-reindex/pom.xml b/local/elasticsearch-reindex/pom.xml index 41480e5..45bfa74 100644 --- a/local/elasticsearch-reindex/pom.xml +++ b/local/elasticsearch-reindex/pom.xml @@ -17,13 +17,11 @@ 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> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -94,7 +92,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/3e91ab1d/local/mongo-elasticsearch-sync/pom.xml ---------------------------------------------------------------------- diff --git a/local/mongo-elasticsearch-sync/pom.xml b/local/mongo-elasticsearch-sync/pom.xml index a01c0d4..dab730c 100644 --- a/local/mongo-elasticsearch-sync/pom.xml +++ b/local/mongo-elasticsearch-sync/pom.xml @@ -17,13 +17,11 @@ 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> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -68,7 +66,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -77,27 +75,27 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-mongo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/3e91ab1d/local/pom.xml ---------------------------------------------------------------------- diff --git a/local/pom.xml b/local/pom.xml index 07f0511..6aad017 100644 --- a/local/pom.xml +++ b/local/pom.xml @@ -22,12 +22,12 @@ <parent> <artifactId>streams-examples</artifactId> <groupId>org.apache.streams</groupId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <relativePath>..</relativePath> </parent> <artifactId>streams-examples-local</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <packaging>pom</packaging> <name>streams-examples-local</name> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/3e91ab1d/local/twitter-follow-graph/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-follow-graph/pom.xml b/local/twitter-follow-graph/pom.xml index 81f92ff..03c10ac 100644 --- a/local/twitter-follow-graph/pom.xml +++ b/local/twitter-follow-graph/pom.xml @@ -17,13 +17,11 @@ 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> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> <relativePath>..</relativePath> </parent> <modelVersion>4.0.0</modelVersion> @@ -51,17 +49,17 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -72,12 +70,12 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-graph</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/3e91ab1d/local/twitter-history-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-history-elasticsearch/pom.xml b/local/twitter-history-elasticsearch/pom.xml index 2fe4fe2..4f1ae9e 100644 --- a/local/twitter-history-elasticsearch/pom.xml +++ b/local/twitter-history-elasticsearch/pom.xml @@ -17,13 +17,11 @@ 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> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -71,7 +69,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -80,29 +78,29 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <exclusions> <exclusion> <groupId>commons-logging</groupId> @@ -113,7 +111,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.slf4j</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/3e91ab1d/local/twitter-userstream-elasticsearch/pom.xml ---------------------------------------------------------------------- diff --git a/local/twitter-userstream-elasticsearch/pom.xml b/local/twitter-userstream-elasticsearch/pom.xml index e89a224..eb7fd32 100644 --- a/local/twitter-userstream-elasticsearch/pom.xml +++ b/local/twitter-userstream-elasticsearch/pom.xml @@ -17,13 +17,11 @@ 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> <groupId>org.apache.streams</groupId> <artifactId>streams-examples-local</artifactId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -69,7 +67,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>com.typesafe</groupId> @@ -78,32 +76,32 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-filters</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/3e91ab1d/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 053948d..becf874 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>streams-master</artifactId> <groupId>org.apache.streams</groupId> - <version>0.3-incubating-SNAPSHOT</version> + <version>0.3-incubating</version> </parent> <artifactId>streams-examples</artifactId> @@ -47,7 +47,8 @@ <connection>scm:git:[email protected]:apache/incubator-streams-examples.git</connection> <developerConnection>scm:git:https://git-wip-us.apache.org/repos/asf/incubator-streams-examples.git</developerConnection> <url>scm:git:[email protected]:apache/incubator-streams-examples.git</url> - </scm> + <tag>streams-examples-0.3-incubating</tag> + </scm> <developers> <developer> @@ -184,39 +185,39 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-config</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-core</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-filters</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-util</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> <type>test-jar</type> <scope>test</scope> </dependency> @@ -228,32 +229,32 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-runtime-local</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-twitter</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-elasticsearch</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-graph</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-hdfs</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-mongo</artifactId> - <version>${project.version}</version> + <version>0.3-incubating</version> </dependency> </dependencies> @@ -299,7 +300,7 @@ </filter> </filters> <transformers> - <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer"/> + <transformer implementation="org.apache.maven.plugins.shade.resource.ServicesResourceTransformer" /> <transformer implementation="org.apache.maven.plugins.shade.resource.AppendingTransformer"> <resource>reference.conf</resource> </transformer>
