[maven-release-plugin] rollback the release of streams-project-0.5-incubating
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/ea6e75fd Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/ea6e75fd Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/ea6e75fd Branch: refs/heads/sundry Commit: ea6e75fd163eacfeef63af0166037b447826e4e8 Parents: 0629398 Author: smarthi <[email protected]> Authored: Tue Jan 31 19:18:50 2017 -0500 Committer: smarthi <[email protected]> Committed: Tue Jan 31 19:18:50 2017 -0500 ---------------------------------------------------------------------- pom.xml | 4 ++-- streams-contrib/streams-persist-cassandra/pom.xml | 5 +++++ streams-contrib/streams-persist-graph/pom.xml | 6 ++++++ streams-contrib/streams-persist-mongo/pom.xml | 5 +++++ streams-contrib/streams-persist-neo4j/pom.xml | 5 +++++ streams-plugins/streams-plugin-pig/pom.xml | 5 +++++ streams-plugins/streams-plugin-scala/pom.xml | 5 +++++ 7 files changed, 33 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/ea6e75fd/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 431a220..e91bc13 100644 --- a/pom.xml +++ b/pom.xml @@ -449,9 +449,9 @@ <!--</goals>--> <!--<configuration>--> <!--<resourceBundles combine.children="append">--> - <!--<!– Will generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE –>--> + <!-- Will generate META-INF/DEPENDENCIES META-INF/LICENSE META-INF/NOTICE --> <!--<resourceBundle>org.apache:apache-jar-resource-bundle:1.4</resourceBundle>--> - <!--<!– Will generate META-INF/DISCLAIMER –>--> + <!-- Will generate META-INF/DISCLAIMER --> <!--<resourceBundle>org.apache:apache-incubator-disclaimer-resource-bundle:1.1</resourceBundle>--> <!--</resourceBundles>--> <!--<properties>--> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/ea6e75fd/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 498548a..75785dd 100644 --- a/streams-contrib/streams-persist-cassandra/pom.xml +++ b/streams-contrib/streams-persist-cassandra/pom.xml @@ -84,6 +84,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-testing</artifactId> <version>${project.version}</version> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/ea6e75fd/streams-contrib/streams-persist-graph/pom.xml ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-persist-graph/pom.xml b/streams-contrib/streams-persist-graph/pom.xml index 3419d49..996c706 100644 --- a/streams-contrib/streams-persist-graph/pom.xml +++ b/streams-contrib/streams-persist-graph/pom.xml @@ -76,6 +76,12 @@ </dependency> <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + + <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-testing</artifactId> <version>${project.version}</version> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/ea6e75fd/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 877821d..3183455 100644 --- a/streams-contrib/streams-persist-mongo/pom.xml +++ b/streams-contrib/streams-persist-mongo/pom.xml @@ -73,6 +73,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-testing</artifactId> <version>${project.version}</version> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/ea6e75fd/streams-contrib/streams-persist-neo4j/pom.xml ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-persist-neo4j/pom.xml b/streams-contrib/streams-persist-neo4j/pom.xml index ab8d71a..d117558 100644 --- a/streams-contrib/streams-persist-neo4j/pom.xml +++ b/streams-contrib/streams-persist-neo4j/pom.xml @@ -92,6 +92,11 @@ <type>test-jar</type> <scope>test</scope> </dependency> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> <dependency> <groupId>org.apache.streams</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/ea6e75fd/streams-plugins/streams-plugin-pig/pom.xml ---------------------------------------------------------------------- diff --git a/streams-plugins/streams-plugin-pig/pom.xml b/streams-plugins/streams-plugin-pig/pom.xml index f85d00e..57317e9 100644 --- a/streams-plugins/streams-plugin-pig/pom.xml +++ b/streams-plugins/streams-plugin-pig/pom.xml @@ -157,6 +157,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/ea6e75fd/streams-plugins/streams-plugin-scala/pom.xml ---------------------------------------------------------------------- diff --git a/streams-plugins/streams-plugin-scala/pom.xml b/streams-plugins/streams-plugin-scala/pom.xml index 2e35874..b8ef652 100644 --- a/streams-plugins/streams-plugin-scala/pom.xml +++ b/streams-plugins/streams-plugin-scala/pom.xml @@ -154,6 +154,11 @@ <scope>test</scope> </dependency> <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <scope>test</scope> + </dependency> + <dependency> <groupId>org.apache.commons</groupId> <artifactId>commons-lang3</artifactId> </dependency>
