changed versions to SPRINGCLEANING
Project: http://git-wip-us.apache.org/repos/asf/incubator-streams/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-streams/commit/2982e007 Tree: http://git-wip-us.apache.org/repos/asf/incubator-streams/tree/2982e007 Diff: http://git-wip-us.apache.org/repos/asf/incubator-streams/diff/2982e007 Branch: refs/heads/master Commit: 2982e007d73875c582107efc75086024c0faf75b Parents: eb6f46a Author: rebanks <[email protected]> Authored: Tue Apr 1 11:45:14 2014 -0500 Committer: rebanks <[email protected]> Committed: Tue Apr 1 11:45:14 2014 -0500 ---------------------------------------------------------------------- pom.xml | 2 +- provision/provision.iml | 19 ------ streams-config/pom.xml | 2 +- streams-contrib/pom.xml | 2 +- .../streams-persist-cassandra/pom.xml | 2 +- streams-contrib/streams-persist-console/pom.xml | 2 +- .../streams-persist-elasticsearch/pom.xml | 10 ++-- streams-contrib/streams-persist-hbase/pom.xml | 2 +- streams-contrib/streams-persist-hdfs/pom.xml | 2 +- streams-contrib/streams-persist-kafka/pom.xml | 10 ++-- streams-contrib/streams-persist-mongo/pom.xml | 10 ++-- streams-contrib/streams-processor-urls/pom.xml | 4 +- .../streams-provider-datasift/pom.xml | 2 +- .../streams-provider-facebook/pom.xml | 2 +- .../gnip-edc-facebook/pom.xml | 4 +- .../gnip-edc-flickr/pom.xml | 4 +- .../gnip-edc-googleplus/pom.xml | 6 +- .../gnip-edc-instagram/pom.xml | 2 +- .../gnip-edc-reddit/pom.xml | 6 +- .../gnip-edc-youtube/pom.xml | 4 +- .../gnip-powertrack/pom.xml | 2 +- streams-contrib/streams-provider-gnip/pom.xml | 2 +- .../google-gmail/pom.xml | 2 +- .../google-gplus/pom.xml | 2 +- streams-contrib/streams-provider-google/pom.xml | 2 +- .../streams-provider-moreover/pom.xml | 2 +- streams-contrib/streams-provider-rss/pom.xml | 4 +- .../streams-provider-rss.iml | 63 -------------------- .../streams-provider-sysomos/pom.xml | 2 +- .../streams-provider-twitter/pom.xml | 2 +- streams-core/pom.xml | 2 +- .../activity-consumer/pom.xml | 2 +- .../activity-registration/pom.xml | 2 +- .../activity-subscriber/pom.xml | 2 +- streams-osgi-components/pom.xml | 2 +- .../streams-components-all/pom.xml | 2 +- streams-pojo/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-runtimes/streams-runtime-webapp/pom.xml | 2 +- streams-util/pom.xml | 2 +- streams-web/pom.xml | 2 +- 44 files changed, 63 insertions(+), 145 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d8a21df..f3ca3ea 100644 --- a/pom.xml +++ b/pom.xml @@ -29,7 +29,7 @@ <groupId>org.apache.streams</groupId> <artifactId>streams-project</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> <name>Apache Streams Project</name> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/provision/provision.iml ---------------------------------------------------------------------- diff --git a/provision/provision.iml b/provision/provision.iml deleted file mode 100644 index b1475a5..0000000 --- a/provision/provision.iml +++ /dev/null @@ -1,19 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module org.jetbrains.idea.maven.project.MavenProjectsManager.isMavenModule="true" type="JAVA_MODULE" version="4"> - <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false"> - <output url="file://$MAVEN_REPOSITORY$/org/apache/streams/streams-master/0.2-incubating-SNAPSHOT/target/classes" /> - <output-test url="file://$MAVEN_REPOSITORY$/org/apache/streams/streams-master/0.2-incubating-SNAPSHOT/target/test-classes" /> - <content url="file://$MODULE_DIR$"> - <excludeFolder url="file://$MODULE_DIR$/target" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" /> - <orderEntry type="library" scope="TEST" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> - <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.6" level="project" /> - <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.0.9" level="project" /> - <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.0.9" level="project" /> - </component> - <component name="POM File Configuration" pomFile="" /> -</module> - http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-config/pom.xml ---------------------------------------------------------------------- diff --git a/streams-config/pom.xml b/streams-config/pom.xml index 2e6af26..b1c36c7 100644 --- a/streams-config/pom.xml +++ b/streams-config/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-project</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>streams-config</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-contrib/pom.xml ---------------------------------------------------------------------- diff --git a/streams-contrib/pom.xml b/streams-contrib/pom.xml index 67948c2..74a98cf 100644 --- a/streams-contrib/pom.xml +++ b/streams-contrib/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>streams-project</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 fd6711f..33967b0 100644 --- a/streams-contrib/streams-persist-cassandra/pom.xml +++ b/streams-contrib/streams-persist-cassandra/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>streams-persist-cassandra</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 c7f2cd3..d62da1c 100644 --- a/streams-contrib/streams-persist-console/pom.xml +++ b/streams-contrib/streams-persist-console/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 60932c8..f5278cd 100644 --- a/streams-contrib/streams-persist-elasticsearch/pom.xml +++ b/streams-contrib/streams-persist-elasticsearch/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -15,22 +15,22 @@ <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-pojo</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.elasticsearch</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 5b92591..8beb6f2 100644 --- a/streams-contrib/streams-persist-hbase/pom.xml +++ b/streams-contrib/streams-persist-hbase/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 6819ada..b69f99c 100644 --- a/streams-contrib/streams-persist-hdfs/pom.xml +++ b/streams-contrib/streams-persist-hdfs/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 4cb494e..d5df9d1 100644 --- a/streams-contrib/streams-persist-kafka/pom.xml +++ b/streams-contrib/streams-persist-kafka/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -15,22 +15,22 @@ <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-pojo</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.kafka</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 72a8043..2b7482e 100644 --- a/streams-contrib/streams-persist-mongo/pom.xml +++ b/streams-contrib/streams-persist-mongo/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -15,22 +15,22 @@ <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-pojo</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.mongodb</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 966155f..0c5c68f 100644 --- a/streams-contrib/streams-processor-urls/pom.xml +++ b/streams-contrib/streams-processor-urls/pom.xml @@ -5,12 +5,12 @@ <modelVersion>4.0.0</modelVersion> <artifactId>streams-processor-urls</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <dependencies> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 2d1794c..0a0895a 100644 --- a/streams-contrib/streams-provider-datasift/pom.xml +++ b/streams-contrib/streams-provider-datasift/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 0d54255..6036690 100644 --- a/streams-contrib/streams-provider-facebook/pom.xml +++ b/streams-contrib/streams-provider-facebook/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-contrib</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>streams-provider-facebook</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 088ba7a..c359021 100644 --- a/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml +++ b/streams-contrib/streams-provider-gnip/gnip-edc-facebook/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-provider-gnip</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -57,7 +57,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>gnip-powertrack</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.fasterxml</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 0395cb8..e9d7f79 100644 --- a/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml +++ b/streams-contrib/streams-provider-gnip/gnip-edc-flickr/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-provider-gnip</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>gnip-powertrack</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.fasterxml</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 88822f9..4af69fc 100644 --- a/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml +++ b/streams-contrib/streams-provider-gnip/gnip-edc-googleplus/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-gnip</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -54,13 +54,13 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>gnip-powertrack</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 1c450b6..3c6def6 100644 --- a/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml +++ b/streams-contrib/streams-provider-gnip/gnip-edc-instagram/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-gnip</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 31b9d5e..8f47f47 100644 --- a/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml +++ b/streams-contrib/streams-provider-gnip/gnip-edc-reddit/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-gnip</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -55,13 +55,13 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-pojo</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>org.apache.streams</groupId> <artifactId>gnip-powertrack</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> </dependencies> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 1acaae6..6d243ca 100644 --- a/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml +++ b/streams-contrib/streams-provider-gnip/gnip-edc-youtube/pom.xml @@ -5,7 +5,7 @@ <parent> <artifactId>streams-provider-gnip</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -44,7 +44,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>gnip-powertrack</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${project.version}</version> </dependency> <dependency> <groupId>com.fasterxml</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 0cd2029..1faf7fa 100644 --- a/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml +++ b/streams-contrib/streams-provider-gnip/gnip-powertrack/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-gnip</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 68d6591..fd80329 100644 --- a/streams-contrib/streams-provider-gnip/pom.xml +++ b/streams-contrib/streams-provider-gnip/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 487d6be..a67ca19 100644 --- a/streams-contrib/streams-provider-google/google-gmail/pom.xml +++ b/streams-contrib/streams-provider-google/google-gmail/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-google</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 35acf03..20b678f 100644 --- a/streams-contrib/streams-provider-google/google-gplus/pom.xml +++ b/streams-contrib/streams-provider-google/google-gplus/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-provider-google</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 b720b76..00feb60 100644 --- a/streams-contrib/streams-provider-google/pom.xml +++ b/streams-contrib/streams-provider-google/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 f47eaa2..0ef8664 100644 --- a/streams-contrib/streams-provider-moreover/pom.xml +++ b/streams-contrib/streams-provider-moreover/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 6778de8..b2de4a7 100644 --- a/streams-contrib/streams-provider-rss/pom.xml +++ b/streams-contrib/streams-provider-rss/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> @@ -63,7 +63,7 @@ <dependency> <groupId>org.apache.streams</groupId> <artifactId>streams-persist-console</artifactId> - <version>0.1-SNAPSHOT</version> + <version>${project.version}</version> <scope>test</scope> </dependency> <dependency> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-contrib/streams-provider-rss/streams-provider-rss.iml ---------------------------------------------------------------------- diff --git a/streams-contrib/streams-provider-rss/streams-provider-rss.iml b/streams-contrib/streams-provider-rss/streams-provider-rss.iml deleted file mode 100644 index 032b03a..0000000 --- a/streams-contrib/streams-provider-rss/streams-provider-rss.iml +++ /dev/null @@ -1,63 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<module type="JAVA_MODULE" version="4"> - <component name="NewModuleRootManager" LANGUAGE_LEVEL="JDK_1_6" inherit-compiler-output="false"> - <output url="file://$MODULE_DIR$/target/classes" /> - <output-test url="file://$MODULE_DIR$/target/test-classes" /> - <content url="file://$MODULE_DIR$"> - <sourceFolder url="file://$MODULE_DIR$/src/main/java" isTestSource="false" /> - <sourceFolder url="file://$MODULE_DIR$/src/test/java" isTestSource="true" /> - <sourceFolder url="file://$MODULE_DIR$/src/test/resources" type="java-test-resource" /> - <excludeFolder url="file://$MODULE_DIR$/target" /> - </content> - <orderEntry type="inheritedJdk" /> - <orderEntry type="sourceFolder" forTests="false" /> - <orderEntry type="library" name="Maven: com.typesafe:config:1.2.0" level="project" /> - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-core:2.2.1" level="project" /> - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-annotations:2.2.1" level="project" /> - <orderEntry type="library" name="Maven: org.jsonschema2pojo:jsonschema2pojo-core:0.4.0" level="project" /> - <orderEntry type="library" name="Maven: com.fasterxml.jackson.core:jackson-databind:2.2.0" level="project" /> - <orderEntry type="library" name="Maven: com.sun.codemodel:codemodel:2.6" level="project" /> - <orderEntry type="library" name="Maven: commons-lang:commons-lang:2.6" level="project" /> - <orderEntry type="library" name="Maven: javax.validation:validation-api:1.0.0.GA" level="project" /> - <orderEntry type="library" name="Maven: joda-time:joda-time:2.2" level="project" /> - <orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-mapper-asl:1.9.11" level="project" /> - <orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-core-asl:1.9.11" level="project" /> - <orderEntry type="library" name="Maven: com.google.code.gson:gson:2.2.4" level="project" /> - <orderEntry type="library" name="Maven: com.google.code.findbugs:annotations:1.3.9" level="project" /> - <orderEntry type="library" name="Maven: org.slf4j:slf4j-api:1.7.6" level="project" /> - <orderEntry type="library" scope="TEST" name="Maven: junit:junit:4.11" level="project" /> - <orderEntry type="library" name="Maven: org.hamcrest:hamcrest-core:1.3" level="project" /> - <orderEntry type="module" module-name="streams-core" /> - <orderEntry type="library" name="Maven: ch.qos.logback:logback-classic:1.0.9" level="project" /> - <orderEntry type="library" name="Maven: ch.qos.logback:logback-core:1.0.9" level="project" /> - <orderEntry type="module" module-name="streams-pojo" /> - <orderEntry type="library" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.2.1" level="project" /> - <orderEntry type="library" name="Maven: com.fasterxml.jackson.module:jackson-module-jaxb-annotations:2.2.1" level="project" /> - <orderEntry type="library" name="Maven: org.codehaus.woodstox:stax2-api:3.1.1" level="project" /> - <orderEntry type="library" name="Maven: javax.xml.stream:stax-api:1.0-2" level="project" /> - <orderEntry type="library" name="Maven: com.fasterxml:jackson-xml-databind:0.5.0" level="project" /> - <orderEntry type="library" name="Maven: org.codehaus.jackson:jackson-xc:1.7.0" level="project" /> - <orderEntry type="library" name="Maven: com.fasterxml:aalto-xml:0.9.9" level="project" /> - <orderEntry type="library" name="Maven: nz.net.ultraq.jaxb:jaxb-utilities:1.2.6" level="project" /> - <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-impl:2.2.7" level="project" /> - <orderEntry type="library" name="Maven: com.sun.xml.bind:jaxb-core:2.2.7" level="project" /> - <orderEntry type="library" name="Maven: javax.xml.bind:jaxb-api:2.2.7" level="project" /> - <orderEntry type="library" name="Maven: com.sun.istack:istack-commons-runtime:2.16" level="project" /> - <orderEntry type="library" name="Maven: com.sun.xml.fastinfoset:FastInfoset:1.2.12" level="project" /> - <orderEntry type="library" name="Maven: javax.xml.bind:jsr173_api:1.0" level="project" /> - <orderEntry type="library" name="Maven: commons-io:commons-io:2.4" level="project" /> - <orderEntry type="module" module-name="streams-config" /> - <orderEntry type="library" name="Maven: com.google.guava:guava:15.0" level="project" /> - <orderEntry type="library" name="Maven: com.google.collections:google-collections:1.0" level="project" /> - <orderEntry type="library" name="Maven: com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.2.1" level="project" /> - <orderEntry type="library" name="Maven: com.jayway.jsonpath:json-path:0.9.0" level="project" /> - <orderEntry type="library" name="Maven: net.minidev:json-smart:1.2" level="project" /> - <orderEntry type="library" name="Maven: com.jayway.jsonpath:json-path-assert:0.9.0" level="project" /> - <orderEntry type="library" name="Maven: org.hamcrest:hamcrest-library:1.3" level="project" /> - <orderEntry type="module" module-name="streams-persist-console" scope="TEST" /> - <orderEntry type="library" name="Maven: rome:rome:1.0" level="project" /> - <orderEntry type="library" name="Maven: jdom:jdom:1.0" level="project" /> - </component> - <component name="POM File Configuration" pomFile="" /> -</module> - http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 9313a99..8cc84f4 100644 --- a/streams-contrib/streams-provider-sysomos/pom.xml +++ b/streams-contrib/streams-provider-sysomos/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 592f1b7..7499bab 100644 --- a/streams-contrib/streams-provider-twitter/pom.xml +++ b/streams-contrib/streams-provider-twitter/pom.xml @@ -5,7 +5,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-contrib</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-core/pom.xml ---------------------------------------------------------------------- diff --git a/streams-core/pom.xml b/streams-core/pom.xml index 9546b5f..4c81008 100644 --- a/streams-core/pom.xml +++ b/streams-core/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>streams-project</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>streams-core</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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..6f6aa06 100644 --- a/streams-osgi-components/activity-consumer/pom.xml +++ b/streams-osgi-components/activity-consumer/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.streams.osgi.components</groupId> <artifactId>streams-osgi-components</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>activity-consumer</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-osgi-components/activity-registration/pom.xml ---------------------------------------------------------------------- diff --git a/streams-osgi-components/activity-registration/pom.xml b/streams-osgi-components/activity-registration/pom.xml index 9ab8a74..46faabf 100644 --- a/streams-osgi-components/activity-registration/pom.xml +++ b/streams-osgi-components/activity-registration/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.streams.osgi.components</groupId> <artifactId>streams-osgi-components</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>activity-registration</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-osgi-components/activity-subscriber/pom.xml ---------------------------------------------------------------------- diff --git a/streams-osgi-components/activity-subscriber/pom.xml b/streams-osgi-components/activity-subscriber/pom.xml index 367fee7..4f8ee1a 100644 --- a/streams-osgi-components/activity-subscriber/pom.xml +++ b/streams-osgi-components/activity-subscriber/pom.xml @@ -26,7 +26,7 @@ <parent> <groupId>org.apache.streams.osgi.components</groupId> <artifactId>streams-osgi-components</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>activity-subscriber</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-osgi-components/pom.xml ---------------------------------------------------------------------- diff --git a/streams-osgi-components/pom.xml b/streams-osgi-components/pom.xml index d7f68cd..078586b 100644 --- a/streams-osgi-components/pom.xml +++ b/streams-osgi-components/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-project</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <groupId>org.apache.streams.osgi.components</groupId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-osgi-components/streams-components-all/pom.xml ---------------------------------------------------------------------- diff --git a/streams-osgi-components/streams-components-all/pom.xml b/streams-osgi-components/streams-components-all/pom.xml index 448f1a4..2389cdf 100644 --- a/streams-osgi-components/streams-components-all/pom.xml +++ b/streams-osgi-components/streams-components-all/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.apache.streams.osgi.components</groupId> <artifactId>streams-osgi-components</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>streams-components-all</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-pojo/pom.xml ---------------------------------------------------------------------- diff --git a/streams-pojo/pom.xml b/streams-pojo/pom.xml index f990e52..63fabfb 100644 --- a/streams-pojo/pom.xml +++ b/streams-pojo/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-project</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> <relativePath>../pom.xml</relativePath> </parent> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-runtimes/pom.xml ---------------------------------------------------------------------- diff --git a/streams-runtimes/pom.xml b/streams-runtimes/pom.xml index 5d43c28..47418f1 100644 --- a/streams-runtimes/pom.xml +++ b/streams-runtimes/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-project</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>streams-runtimes</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 50b8524..a4e1e4f 100644 --- a/streams-runtimes/streams-runtime-local/pom.xml +++ b/streams-runtimes/streams-runtime-local/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-runtimes</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>streams-runtime-local</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 4cbf488..18f14ab 100644 --- a/streams-runtimes/streams-runtime-pig/pom.xml +++ b/streams-runtimes/streams-runtime-pig/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>streams-runtimes</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>streams-runtime-pig</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/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 6be2acb..a09c1a3 100644 --- a/streams-runtimes/streams-runtime-storm/pom.xml +++ b/streams-runtimes/streams-runtime-storm/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>streams-runtimes</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>streams-runtime-storm</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-runtimes/streams-runtime-webapp/pom.xml ---------------------------------------------------------------------- diff --git a/streams-runtimes/streams-runtime-webapp/pom.xml b/streams-runtimes/streams-runtime-webapp/pom.xml index 23b00f3..c1d21b7 100644 --- a/streams-runtimes/streams-runtime-webapp/pom.xml +++ b/streams-runtimes/streams-runtime-webapp/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.streams</groupId> <artifactId>streams-runtimes</artifactId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>streams-runtime-webapp</artifactId> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-util/pom.xml ---------------------------------------------------------------------- diff --git a/streams-util/pom.xml b/streams-util/pom.xml index cd6d031..2cf51e4 100644 --- a/streams-util/pom.xml +++ b/streams-util/pom.xml @@ -23,7 +23,7 @@ <parent> <artifactId>streams-project</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <modelVersion>4.0.0</modelVersion> http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/2982e007/streams-web/pom.xml ---------------------------------------------------------------------- diff --git a/streams-web/pom.xml b/streams-web/pom.xml index 7cab192..7e8f725 100644 --- a/streams-web/pom.xml +++ b/streams-web/pom.xml @@ -22,7 +22,7 @@ <parent> <artifactId>streams-project</artifactId> <groupId>org.apache.streams</groupId> - <version>0.1-SNAPSHOT</version> + <version>0.1-SPRINGCLEANING</version> </parent> <artifactId>streams-web</artifactId> <packaging>war</packaging>
