Repository: incubator-streams
Updated Branches:
refs/heads/STREAMS-246 21497e328 -> 50a41cf55
use {project.artifactId} and {project.version}
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/50a41cf5
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/50a41cf5
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/50a41cf5
Branch: refs/heads/STREAMS-246
Commit: 50a41cf55e4087b7b53e72e1009dc86a6fd99d24
Parents: 21497e3
Author: sblackmon <[email protected]>
Authored: Fri Dec 12 10:45:16 2014 -0600
Committer: sblackmon <[email protected]>
Committed: Fri Dec 12 10:45:16 2014 -0600
----------------------------------------------------------------------
poms/compiled/pom.xml | 2 +-
poms/pom.xml | 2 +-
poms/wrappers/pom.xml | 2 +-
provision/pom.xml | 2 +-
streams-config/pom.xml | 2 +-
streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml | 2 +-
streams-contrib/streams-persist-cassandra/pom.xml | 2 +-
streams-contrib/streams-persist-console/pom.xml | 2 +-
streams-contrib/streams-persist-elasticsearch/pom.xml | 2 +-
streams-contrib/streams-persist-hbase/pom.xml | 2 +-
streams-contrib/streams-persist-hdfs/pom.xml | 2 +-
streams-contrib/streams-persist-kafka/pom.xml | 2 +-
streams-contrib/streams-persist-mongo/pom.xml | 2 +-
streams-contrib/streams-processor-jackson/pom.xml | 2 +-
streams-contrib/streams-processor-json/pom.xml | 2 +-
streams-contrib/streams-processor-peoplepattern/pom.xml | 2 +-
streams-contrib/streams-processor-regex/pom.xml | 2 +-
streams-contrib/streams-processor-urls/pom.xml | 2 +-
streams-contrib/streams-provider-datasift/pom.xml | 2 +-
streams-contrib/streams-provider-facebook/pom.xml | 2 +-
streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml | 2 +-
streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml | 2 +-
.../streams-provider-gnip/gnip-edc-googleplus/pom.xml | 2 +-
streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml | 2 +-
streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml | 2 +-
streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml | 2 +-
streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml | 2 +-
streams-contrib/streams-provider-gnip/pom.xml | 2 +-
streams-contrib/streams-provider-google/google-gmail/pom.xml | 2 +-
streams-contrib/streams-provider-google/google-gplus/pom.xml | 2 +-
streams-contrib/streams-provider-google/pom.xml | 2 +-
streams-contrib/streams-provider-instagram/pom.xml | 2 +-
streams-contrib/streams-provider-moreover/pom.xml | 2 +-
streams-contrib/streams-provider-rss/pom.xml | 2 +-
streams-contrib/streams-provider-sysomos/pom.xml | 2 +-
streams-contrib/streams-provider-twitter/pom.xml | 2 +-
streams-core/pom.xml | 2 +-
streams-monitoring/pom.xml | 2 +-
streams-runtimes/pom.xml | 2 +-
streams-runtimes/streams-runtime-local/pom.xml | 2 +-
streams-runtimes/streams-runtime-pig/pom.xml | 2 +-
streams-runtimes/streams-runtime-storm/pom.xml | 2 +-
streams-util/pom.xml | 2 +-
streams-web/pom.xml | 4 ++--
44 files changed, 45 insertions(+), 45 deletions(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/poms/compiled/pom.xml
----------------------------------------------------------------------
diff --git a/poms/compiled/pom.xml b/poms/compiled/pom.xml
index e1568c5..9a07a5c 100644
--- a/poms/compiled/pom.xml
+++ b/poms/compiled/pom.xml
@@ -30,7 +30,7 @@
<artifactId>compiled-bundle-settings</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<packaging>pom</packaging>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/poms/pom.xml
----------------------------------------------------------------------
diff --git a/poms/pom.xml b/poms/pom.xml
index 83276c3..7ebe61d 100644
--- a/poms/pom.xml
+++ b/poms/pom.xml
@@ -30,7 +30,7 @@
<groupId>org.apache.streams.build</groupId>
<artifactId>shared-plugin-settings</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<packaging>pom</packaging>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/poms/wrappers/pom.xml
----------------------------------------------------------------------
diff --git a/poms/wrappers/pom.xml b/poms/wrappers/pom.xml
index a5a39dc..ec9488f 100644
--- a/poms/wrappers/pom.xml
+++ b/poms/wrappers/pom.xml
@@ -30,7 +30,7 @@
<artifactId>wrapper-bundle-settings</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<!--
| don't apply project details to wrapped jars
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/provision/pom.xml
----------------------------------------------------------------------
diff --git a/provision/pom.xml b/provision/pom.xml
index 33465b1..bc8ca76 100644
--- a/provision/pom.xml
+++ b/provision/pom.xml
@@ -29,7 +29,7 @@
<groupId>org.apache.streams.build</groupId>
<artifactId>provision</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<packaging>pom</packaging>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-config/pom.xml
----------------------------------------------------------------------
diff --git a/streams-config/pom.xml b/streams-config/pom.xml
index 297943b..d7f2c90 100644
--- a/streams-config/pom.xml
+++ b/streams-config/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>streams-config</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Stream and Stream Component General Configuration Objects and
Utilities</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
b/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
index 5233e4f..787c348 100644
--- a/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
+++ b/streams-contrib/streams-amazon-aws/streams-persist-s3/pom.xml
@@ -27,7 +27,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-persist-s3</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Amazon S3 Module</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-persist-cassandra/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-cassandra/pom.xml
b/streams-contrib/streams-persist-cassandra/pom.xml
index 7ec38f4..2e210bd 100644
--- a/streams-contrib/streams-persist-cassandra/pom.xml
+++ b/streams-contrib/streams-persist-cassandra/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>streams-persist-cassandra</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Cassandra Module</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-persist-console/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-console/pom.xml
b/streams-contrib/streams-persist-console/pom.xml
index 8aebb5b..f618832 100644
--- a/streams-contrib/streams-persist-console/pom.xml
+++ b/streams-contrib/streams-persist-console/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-persist-console</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Console Module</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-persist-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-elasticsearch/pom.xml
b/streams-contrib/streams-persist-elasticsearch/pom.xml
index 5ca04bb..8b651f4 100644
--- a/streams-contrib/streams-persist-elasticsearch/pom.xml
+++ b/streams-contrib/streams-persist-elasticsearch/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-persist-elasticsearch</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Elasticsearch Module</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-persist-hbase/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hbase/pom.xml
b/streams-contrib/streams-persist-hbase/pom.xml
index 2ff0af9..44a15fb 100644
--- a/streams-contrib/streams-persist-hbase/pom.xml
+++ b/streams-contrib/streams-persist-hbase/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-persist-hbase</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>HBase Module</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-persist-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-hdfs/pom.xml
b/streams-contrib/streams-persist-hdfs/pom.xml
index f41690a..37a18c5 100644
--- a/streams-contrib/streams-persist-hdfs/pom.xml
+++ b/streams-contrib/streams-persist-hdfs/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-persist-hdfs</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>HDFS Module</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-persist-kafka/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-kafka/pom.xml
b/streams-contrib/streams-persist-kafka/pom.xml
index e1aec4f..3c6d24d 100644
--- a/streams-contrib/streams-persist-kafka/pom.xml
+++ b/streams-contrib/streams-persist-kafka/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-persist-kafka</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Kafka Module</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-persist-mongo/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-persist-mongo/pom.xml
b/streams-contrib/streams-persist-mongo/pom.xml
index 7448411..668d0e9 100644
--- a/streams-contrib/streams-persist-mongo/pom.xml
+++ b/streams-contrib/streams-persist-mongo/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-persist-mongo</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Mongo Module</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-processor-jackson/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-jackson/pom.xml
b/streams-contrib/streams-processor-jackson/pom.xml
index 7d00c34..b98820f 100644
--- a/streams-contrib/streams-processor-jackson/pom.xml
+++ b/streams-contrib/streams-processor-jackson/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>streams-processor-jackson</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Jackson Utility Processors</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-processor-json/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-json/pom.xml
b/streams-contrib/streams-processor-json/pom.xml
index e79829e..168a3a3 100644
--- a/streams-contrib/streams-processor-json/pom.xml
+++ b/streams-contrib/streams-processor-json/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>streams-processor-json</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>JsonPath Utility Processors</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-processor-peoplepattern/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-peoplepattern/pom.xml
b/streams-contrib/streams-processor-peoplepattern/pom.xml
index 6a9fb8c..b24db5e 100644
--- a/streams-contrib/streams-processor-peoplepattern/pom.xml
+++ b/streams-contrib/streams-processor-peoplepattern/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>streams-processor-peoplepattern</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>PeoplePattern API Processors</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-processor-regex/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-regex/pom.xml
b/streams-contrib/streams-processor-regex/pom.xml
index 59049c5..247d4d6 100644
--- a/streams-contrib/streams-processor-regex/pom.xml
+++ b/streams-contrib/streams-processor-regex/pom.xml
@@ -31,7 +31,7 @@
</parent>
<artifactId>streams-processor-regex</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Regex Utility Processors</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-processor-urls/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-urls/pom.xml
b/streams-contrib/streams-processor-urls/pom.xml
index c8a22b5..e4f9233 100644
--- a/streams-contrib/streams-processor-urls/pom.xml
+++ b/streams-contrib/streams-processor-urls/pom.xml
@@ -12,7 +12,7 @@
</parent>
<artifactId>streams-processor-urls</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>URL Utility Processors</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-datasift/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-datasift/pom.xml
b/streams-contrib/streams-provider-datasift/pom.xml
index 0f319ee..7dfa2a8 100644
--- a/streams-contrib/streams-provider-datasift/pom.xml
+++ b/streams-contrib/streams-provider-datasift/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-provider-datasift</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Datasift Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-facebook/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-facebook/pom.xml
b/streams-contrib/streams-provider-facebook/pom.xml
index de09ae9..c3c3603 100644
--- a/streams-contrib/streams-provider-facebook/pom.xml
+++ b/streams-contrib/streams-provider-facebook/pom.xml
@@ -12,7 +12,7 @@
</parent>
<artifactId>streams-provider-facebook</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Facebook Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
index f6c8535..9e6efca 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>gnip-edc-facebook</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Gnip EDC Facebook Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
b/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
index 2c7df4f..a586062 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>gnip-edc-flickr</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Gnip EDC Flickr Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
b/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
index 73a28e5..cf0966b 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>gnip-edc-googleplus</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Gnip EDC Google+ Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
b/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
index 56362cd..5f299e3 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>gnip-edc-instagram</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Gnip EDC Instagram Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
index 10a52fa..d3b8516 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>gnip-edc-reddit</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Gnip EDC Reddit Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
index dc67471..7c856a6 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml
@@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>gnip-edc-youtube</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Gnip EDC YouTube Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
b/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
index 21dc790..3737b2a 100644
--- a/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>gnip-powertrack</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Gnip Powertrack Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-gnip/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-gnip/pom.xml
b/streams-contrib/streams-provider-gnip/pom.xml
index a9fa5e7..8b151b8 100644
--- a/streams-contrib/streams-provider-gnip/pom.xml
+++ b/streams-contrib/streams-provider-gnip/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>streams-provider-gnip</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Gnip Providers</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-google/google-gmail/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gmail/pom.xml
b/streams-contrib/streams-provider-google/google-gmail/pom.xml
index bb690d8..b92e1a7 100644
--- a/streams-contrib/streams-provider-google/google-gmail/pom.xml
+++ b/streams-contrib/streams-provider-google/google-gmail/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>google-gmail</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>GMail Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-google/google-gplus/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/google-gplus/pom.xml
b/streams-contrib/streams-provider-google/google-gplus/pom.xml
index efaaff5..17e6210 100644
--- a/streams-contrib/streams-provider-google/google-gplus/pom.xml
+++ b/streams-contrib/streams-provider-google/google-gplus/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>google-gplus</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Google+ Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-google/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-google/pom.xml
b/streams-contrib/streams-provider-google/pom.xml
index 7c0e74c..4ff3adb 100644
--- a/streams-contrib/streams-provider-google/pom.xml
+++ b/streams-contrib/streams-provider-google/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>streams-provider-google</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Google Providers</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-instagram/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-instagram/pom.xml
b/streams-contrib/streams-provider-instagram/pom.xml
index cc8cccc..faf997d 100644
--- a/streams-contrib/streams-provider-instagram/pom.xml
+++ b/streams-contrib/streams-provider-instagram/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>streams-provider-instagram</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Instagram Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-moreover/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-moreover/pom.xml
b/streams-contrib/streams-provider-moreover/pom.xml
index 7311083..e047ae1 100644
--- a/streams-contrib/streams-provider-moreover/pom.xml
+++ b/streams-contrib/streams-provider-moreover/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>streams-provider-moreover</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Moreover Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-rss/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-rss/pom.xml
b/streams-contrib/streams-provider-rss/pom.xml
index 255f4b9..665e2a0 100644
--- a/streams-contrib/streams-provider-rss/pom.xml
+++ b/streams-contrib/streams-provider-rss/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>streams-provider-rss</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>RSS Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-sysomos/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-sysomos/pom.xml
b/streams-contrib/streams-provider-sysomos/pom.xml
index 874b6f8..965aa7e 100644
--- a/streams-contrib/streams-provider-sysomos/pom.xml
+++ b/streams-contrib/streams-provider-sysomos/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>streams-provider-sysomos</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Sysomos Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-contrib/streams-provider-twitter/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-provider-twitter/pom.xml
b/streams-contrib/streams-provider-twitter/pom.xml
index 9223a22..9df8220 100644
--- a/streams-contrib/streams-provider-twitter/pom.xml
+++ b/streams-contrib/streams-provider-twitter/pom.xml
@@ -10,7 +10,7 @@
</parent>
<artifactId>streams-provider-twitter</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Twitter Provider</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-core/pom.xml
----------------------------------------------------------------------
diff --git a/streams-core/pom.xml b/streams-core/pom.xml
index 4877247..5d6cd3e 100644
--- a/streams-core/pom.xml
+++ b/streams-core/pom.xml
@@ -28,7 +28,7 @@
</parent>
<artifactId>streams-core</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Core classes and interfaces for streams.</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-monitoring/pom.xml
----------------------------------------------------------------------
diff --git a/streams-monitoring/pom.xml b/streams-monitoring/pom.xml
index 9d16b0c..f7cb319 100644
--- a/streams-monitoring/pom.xml
+++ b/streams-monitoring/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>streams-monitoring</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Monitoring of executing streams and stream
components.</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-runtimes/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml
index 7531c0c..cd26439 100644
--- a/streams-runtimes/pom.xml
+++ b/streams-runtimes/pom.xml
@@ -29,7 +29,7 @@
</parent>
<artifactId>streams-runtimes</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Apache Streams Runtimes</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-runtimes/streams-runtime-local/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-local/pom.xml
b/streams-runtimes/streams-runtime-local/pom.xml
index 8abaeb4..be34910 100644
--- a/streams-runtimes/streams-runtime-local/pom.xml
+++ b/streams-runtimes/streams-runtime-local/pom.xml
@@ -77,7 +77,7 @@
<dependency>
<groupId>org.apache.streams</groupId>
<artifactId>streams-monitoring</artifactId>
- <version>${version}</version>
+ <version>${project.version}</version>
</dependency>
<!-- This ensures slf4j-log4j12 is not packaged in implementations -->
<dependency>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-runtimes/streams-runtime-pig/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-pig/pom.xml
b/streams-runtimes/streams-runtime-pig/pom.xml
index f9b47c2..dee6eb0 100644
--- a/streams-runtimes/streams-runtime-pig/pom.xml
+++ b/streams-runtimes/streams-runtime-pig/pom.xml
@@ -27,7 +27,7 @@
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>streams-runtime-pig</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Streams Pig Runtime</description>
<properties>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-runtimes/streams-runtime-storm/pom.xml
----------------------------------------------------------------------
diff --git a/streams-runtimes/streams-runtime-storm/pom.xml
b/streams-runtimes/streams-runtime-storm/pom.xml
index ae5d5aa..0f346ae 100644
--- a/streams-runtimes/streams-runtime-storm/pom.xml
+++ b/streams-runtimes/streams-runtime-storm/pom.xml
@@ -27,7 +27,7 @@
<version>0.1-SNAPSHOT</version>
</parent>
<artifactId>streams-runtime-storm</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Apache Streams Runtimes</description>
<properties>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-util/pom.xml
----------------------------------------------------------------------
diff --git a/streams-util/pom.xml b/streams-util/pom.xml
index d2873c4..fce6858 100644
--- a/streams-util/pom.xml
+++ b/streams-util/pom.xml
@@ -28,7 +28,7 @@
<modelVersion>4.0.0</modelVersion>
<artifactId>streams-util</artifactId>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Apache Streams Utilities</description>
http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/50a41cf5/streams-web/pom.xml
----------------------------------------------------------------------
diff --git a/streams-web/pom.xml b/streams-web/pom.xml
index 2015d6e..2ef864c 100644
--- a/streams-web/pom.xml
+++ b/streams-web/pom.xml
@@ -27,7 +27,7 @@
<artifactId>streams-web</artifactId>
<packaging>war</packaging>
- <name>${artifactId}</name>
+ <name>${project.artifactId}</name>
<description>Apache Streams Web App</description>
@@ -192,7 +192,7 @@
</goals>
<configuration>
<overwrite>true</overwrite>
-
<outputDirectory>${project.build.directory}/${project.artifactId}/WEB-INF/spring</outputDirectory>
+
<outputDirectory>${project.build.directory}/${project.project.artifactId}/WEB-INF/spring</outputDirectory>
<resources>
<resource>
<directory>${project.parent.basedir}/streams-eip-routes/src/main/resources/META-INF/spring</directory>