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 2017/03/20 04:43:48 UTC

incubator-streams-examples git commit: set version to 0.5.1-incubating-SNAPSHOT and inherit checkstyle link

Repository: incubator-streams-examples
Updated Branches:
  refs/heads/master 963910ca2 -> 57b6784f7


set version to 0.5.1-incubating-SNAPSHOT and inherit checkstyle link


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

Branch: refs/heads/master
Commit: 57b6784f7f8f53f2857d06f854c20f2dd456e48f
Parents: 963910c
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Sun Mar 19 23:43:43 2017 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Sun Mar 19 23:43:43 2017 -0500

----------------------------------------------------------------------
 flink/flink-twitter-collection/pom.xml         |  2 +-
 flink/pom.xml                                  |  2 +-
 local/elasticsearch-hdfs/pom.xml               |  2 +-
 local/elasticsearch-reindex/pom.xml            |  2 +-
 local/mongo-elasticsearch-sync/pom.xml         |  2 +-
 local/pom.xml                                  |  2 +-
 local/twitter-follow-neo4j/pom.xml             |  2 +-
 local/twitter-history-elasticsearch/pom.xml    |  2 +-
 local/twitter-userstream-elasticsearch/pom.xml |  2 +-
 pom.xml                                        | 60 ++-------------------
 10 files changed, 12 insertions(+), 66 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/flink/flink-twitter-collection/pom.xml
----------------------------------------------------------------------
diff --git a/flink/flink-twitter-collection/pom.xml b/flink/flink-twitter-collection/pom.xml
index 79fabd8..2027fe7 100644
--- a/flink/flink-twitter-collection/pom.xml
+++ b/flink/flink-twitter-collection/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-flink</artifactId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/flink/pom.xml
----------------------------------------------------------------------
diff --git a/flink/pom.xml b/flink/pom.xml
index cb617eb..fe46aec 100644
--- a/flink/pom.xml
+++ b/flink/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>streams-examples</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/local/elasticsearch-hdfs/pom.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-hdfs/pom.xml b/local/elasticsearch-hdfs/pom.xml
index 0df2691..c412a8f 100644
--- a/local/elasticsearch-hdfs/pom.xml
+++ b/local/elasticsearch-hdfs/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/local/elasticsearch-reindex/pom.xml
----------------------------------------------------------------------
diff --git a/local/elasticsearch-reindex/pom.xml b/local/elasticsearch-reindex/pom.xml
index f7f7c0a..a14da62 100644
--- a/local/elasticsearch-reindex/pom.xml
+++ b/local/elasticsearch-reindex/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/local/mongo-elasticsearch-sync/pom.xml
----------------------------------------------------------------------
diff --git a/local/mongo-elasticsearch-sync/pom.xml b/local/mongo-elasticsearch-sync/pom.xml
index ceb0d8a..73079bc 100644
--- a/local/mongo-elasticsearch-sync/pom.xml
+++ b/local/mongo-elasticsearch-sync/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/local/pom.xml
----------------------------------------------------------------------
diff --git a/local/pom.xml b/local/pom.xml
index e10b8aa..a6f887f 100644
--- a/local/pom.xml
+++ b/local/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <artifactId>streams-examples</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
         <relativePath>../pom.xml</relativePath>
     </parent>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/local/twitter-follow-neo4j/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-follow-neo4j/pom.xml b/local/twitter-follow-neo4j/pom.xml
index d05f109..4f68aa9 100644
--- a/local/twitter-follow-neo4j/pom.xml
+++ b/local/twitter-follow-neo4j/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
         <relativePath>..</relativePath>
     </parent>
     <modelVersion>4.0.0</modelVersion>

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/local/twitter-history-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-history-elasticsearch/pom.xml b/local/twitter-history-elasticsearch/pom.xml
index d7bb740..a127764 100644
--- a/local/twitter-history-elasticsearch/pom.xml
+++ b/local/twitter-history-elasticsearch/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/local/twitter-userstream-elasticsearch/pom.xml
----------------------------------------------------------------------
diff --git a/local/twitter-userstream-elasticsearch/pom.xml b/local/twitter-userstream-elasticsearch/pom.xml
index e16acc5..1b465d7 100644
--- a/local/twitter-userstream-elasticsearch/pom.xml
+++ b/local/twitter-userstream-elasticsearch/pom.xml
@@ -21,7 +21,7 @@
     <parent>
         <groupId>org.apache.streams</groupId>
         <artifactId>streams-examples-local</artifactId>
-        <version>0.6-incubating-SNAPSHOT</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
 

http://git-wip-us.apache.org/repos/asf/incubator-streams-examples/blob/57b6784f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f264b33..4850015 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,11 +22,11 @@
     <parent>
         <artifactId>streams-project</artifactId>
         <groupId>org.apache.streams</groupId>
-        <version>0.5-incubating</version>
+        <version>0.5.1-incubating-SNAPSHOT</version>
     </parent>
 
     <artifactId>streams-examples</artifactId>
-    <version>0.6-incubating-SNAPSHOT</version>
+    <version>0.5.1-incubating-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>streams-examples</name>
@@ -131,7 +131,7 @@
 
     <properties>
 
-        <streams.version>0.5-incubating</streams.version>
+        <streams.version>0.5.1-incubating-SNAPSHOT</streams.version>
 
         <!-- Release Properties -->
         <snapshot.repository.url>
@@ -279,60 +279,6 @@
             <plugins>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-checkstyle-plugin</artifactId>
-                    <version>${checkstyle.plugin.version}</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>com.puppycrawl.tools</groupId>
-                            <artifactId>checkstyle</artifactId>
-                            <version>7.2</version>
-                        </dependency>
-                    </dependencies>
-                    <executions>
-                        <execution>
-                            <id>validate</id>
-                            <phase>validate</phase>
-                            <configuration>
-                                <configLocation>http://streams.incubator.apache.org/site/latest/streams-master/streams-java-checkstyle.xml</configLocation>
-                                <encoding>UTF-8</encoding>
-                                <consoleOutput>true</consoleOutput>
-                                <includeTestSourceDirectory>true</includeTestSourceDirectory>
-                                <testSourceDirectory>${project.basedir}/src/test/java</testSourceDirectory>
-                                <failsOnError>false</failsOnError>
-                            </configuration>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.scalastyle</groupId>
-                    <artifactId>scalastyle-maven-plugin</artifactId>
-                    <version>${scalastyle.plugin.version}</version>
-                    <executions>
-                        <execution>
-                            <id>validate</id>
-                            <phase>validate</phase>
-                            <configuration>
-                                <verbose>false</verbose>
-                                <failOnViolation>false</failOnViolation>
-                                <includeTestSourceDirectory>true</includeTestSourceDirectory>
-                                <failOnWarning>false</failOnWarning>
-                                <sourceDirectory>${project.basedir}/src/main/scala</sourceDirectory>
-                                <testSourceDirectory>${project.basedir}/src/test/scala</testSourceDirectory>
-                                <!--<configLocation>https://raw.githubusercontent.com/databricks/sbt-databricks/master/scalastyle-config.xml</configLocation>-->
-                                <outputFile>${project.build.directory}/scalastyle-output.xml</outputFile>
-                                <outputEncoding>UTF-8</outputEncoding>
-                            </configuration>
-                            <goals>
-                                <goal>check</goal>
-                            </goals>
-                        </execution>
-                    </executions>
-                </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-shade-plugin</artifactId>
                     <version>${shade.plugin.version}</version>
                     <configuration>