You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sm...@apache.org on 2017/03/20 18:55:54 UTC

incubator-streams git commit: STREAMS-497: Add streams prefix to project and examples artifactIds

Repository: incubator-streams
Updated Branches:
  refs/heads/master 871f5cd34 -> fe328f923


STREAMS-497: Add streams prefix to project and examples artifactIds


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

Branch: refs/heads/master
Commit: fe328f923def7bf4d48f97847d0b7365999a7665
Parents: 871f5cd
Author: smarthi <sm...@apache.org>
Authored: Mon Mar 20 14:55:01 2017 -0400
Committer: smarthi <sm...@apache.org>
Committed: Mon Mar 20 14:55:01 2017 -0400

----------------------------------------------------------------------
 streams-contrib/streams-provider-google/google-gmail/pom.xml | 2 +-
 streams-contrib/streams-provider-google/google-gplus/pom.xml | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/fe328f92/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 e578637..ea3d0aa 100644
--- a/streams-contrib/streams-provider-google/google-gmail/pom.xml
+++ b/streams-contrib/streams-provider-google/google-gmail/pom.xml
@@ -24,7 +24,7 @@
         <version>0.5.1-incubating-SNAPSHOT</version>
     </parent>
 
-    <artifactId>google-gmail</artifactId>
+    <artifactId>streams-provider-google-gmail</artifactId>
     <name>${project.artifactId}</name>
 
     <description>GMail Provider</description>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/fe328f92/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 dbffe04..7e75121 100644
--- a/streams-contrib/streams-provider-google/google-gplus/pom.xml
+++ b/streams-contrib/streams-provider-google/google-gplus/pom.xml
@@ -24,7 +24,7 @@
         <version>0.5.1-incubating-SNAPSHOT</version>
     </parent>
 
-    <artifactId>google-gplus</artifactId>
+    <artifactId>streams-provider-google-gplus</artifactId>
     <name>${project.artifactId}</name>
 
     <description>Google+ Provider</description>