You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streams.apache.org by sb...@apache.org on 2016/10/17 23:17:24 UTC

incubator-streams git commit: same change to mongo and es

Repository: incubator-streams
Updated Branches:
  refs/heads/STREAMS-429 b5303f8b5 -> e7bb15a51


same change to mongo and es


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

Branch: refs/heads/STREAMS-429
Commit: e7bb15a51c5d9ecf570685b3af7149e3252bd16e
Parents: b5303f8
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Mon Oct 17 18:17:15 2016 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Mon Oct 17 18:17:15 2016 -0500

----------------------------------------------------------------------
 streams-contrib/streams-persist-elasticsearch/pom.xml | 2 +-
 streams-contrib/streams-persist-mongo/pom.xml         | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/e7bb15a5/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 338f8a6..e887328 100644
--- a/streams-contrib/streams-persist-elasticsearch/pom.xml
+++ b/streams-contrib/streams-persist-elasticsearch/pom.xml
@@ -169,7 +169,7 @@
                     <includes>**/*.json</includes>
                     <outputDirectory>${project.build.directory}/test-classes</outputDirectory>
                     <includeGroupIds>org.apache.streams</includeGroupIds>
-                    <includeArtifactIds>streams-pojo</includeArtifactIds>
+                    <includeArtifactIds>streams-schemas-activitystreams</includeArtifactIds>
                     <includeTypes>test-jar</includeTypes>
                 </configuration>
                 <executions>

http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/e7bb15a5/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 9ee6703..e53f072 100644
--- a/streams-contrib/streams-persist-mongo/pom.xml
+++ b/streams-contrib/streams-persist-mongo/pom.xml
@@ -139,7 +139,7 @@
                             <goal>unpack-dependencies</goal>
                         </goals>
                         <configuration>
-                            <includeArtifactIds>streams-pojo</includeArtifactIds>
+                            <includeArtifactIds>streams-schema-activitystreams</includeArtifactIds>
                             <includes>**/*.json</includes>
                             <outputDirectory>${project.build.directory}/test-classes</outputDirectory>
                         </configuration>