use ${project.version} not 0.1-SNAPSHOT when importing dependencies

Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/b1eadecb
Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/b1eadecb
Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/b1eadecb

Branch: refs/heads/0.1-rc1
Commit: b1eadecb521e8b7511aac4fb5c6d4230dc5b2c87
Parents: 50a41cf
Author: sblackmon <sblack...@w2odigital.com>
Authored: Sun Dec 14 14:53:49 2014 -0600
Committer: sblackmon <sblack...@w2odigital.com>
Committed: Sun Dec 14 14:53:49 2014 -0600

----------------------------------------------------------------------
 streams-contrib/streams-persist-console/pom.xml              | 4 ++--
 streams-contrib/streams-processor-lucene/pom.xml             | 1 -
 streams-contrib/streams-processor-tika/pom.xml               | 1 -
 .../streams-provider-gnip/gnip-edc-facebook/pom.xml          | 2 +-
 streams-osgi-components/activity-consumer/pom.xml            | 2 +-
 streams-runtimes/streams-runtime-pig/pom.xml                 | 8 ++++----
 streams-runtimes/streams-runtime-storm/pom.xml               | 6 +++---
 7 files changed, 11 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/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 f618832..349ba00 100644
--- a/streams-contrib/streams-persist-console/pom.xml
+++ b/streams-contrib/streams-persist-console/pom.xml
@@ -18,12 +18,12 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-pojo</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>com.google.guava</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-processor-lucene/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-lucene/pom.xml 
b/streams-contrib/streams-processor-lucene/pom.xml
index 896744a..6bca713 100644
--- a/streams-contrib/streams-processor-lucene/pom.xml
+++ b/streams-contrib/streams-processor-lucene/pom.xml
@@ -5,7 +5,6 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-processor-lucene</artifactId>
-    <version>0.1-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.streams</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-contrib/streams-processor-tika/pom.xml
----------------------------------------------------------------------
diff --git a/streams-contrib/streams-processor-tika/pom.xml 
b/streams-contrib/streams-processor-tika/pom.xml
index 81026a3..29ea129 100644
--- a/streams-contrib/streams-processor-tika/pom.xml
+++ b/streams-contrib/streams-processor-tika/pom.xml
@@ -5,7 +5,6 @@
 
     <modelVersion>4.0.0</modelVersion>
     <artifactId>streams-processor-tika</artifactId>
-    <version>0.1-SNAPSHOT</version>
 
     <parent>
         <groupId>org.apache.streams</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/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 9e6efca..8563504 100644
--- a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
+++ b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml
@@ -51,7 +51,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-provider-facebook</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/streams-osgi-components/activity-consumer/pom.xml
----------------------------------------------------------------------
diff --git a/streams-osgi-components/activity-consumer/pom.xml 
b/streams-osgi-components/activity-consumer/pom.xml
index f4964d5..4b8f15d 100644
--- a/streams-osgi-components/activity-consumer/pom.xml
+++ b/streams-osgi-components/activity-consumer/pom.xml
@@ -142,7 +142,7 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-persist-cassandra</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
 
     </dependencies>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/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 dee6eb0..23f2fc3 100644
--- a/streams-runtimes/streams-runtime-pig/pom.xml
+++ b/streams-runtimes/streams-runtime-pig/pom.xml
@@ -39,23 +39,23 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-provider-twitter</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
             <scope>test</scope>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-util</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/b1eadecb/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 0f346ae..25da7e4 100644
--- a/streams-runtimes/streams-runtime-storm/pom.xml
+++ b/streams-runtimes/streams-runtime-storm/pom.xml
@@ -40,17 +40,17 @@
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-config</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-core</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.streams</groupId>
             <artifactId>streams-util</artifactId>
-            <version>0.1-SNAPSHOT</version>
+            <version>${project.version}</version>
         </dependency>
         <dependency>
             <groupId>org.apache.commons</groupId>

Reply via email to