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 00:36:29 UTC

[3/3] incubator-streams git commit: fix checkstyle link

fix checkstyle link


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

Branch: refs/heads/master
Commit: 871f5cd34b3dfb24b6eea0af31c4a2056cc760a9
Parents: 3ae5272
Author: Steve Blackmon @steveblackmon <sb...@apache.org>
Authored: Sun Mar 19 19:22:44 2017 -0500
Committer: Steve Blackmon @steveblackmon <sb...@apache.org>
Committed: Sun Mar 19 19:22:44 2017 -0500

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-streams/blob/871f5cd3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index aa78318..e83dab2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -891,7 +891,7 @@
                             <id>validate</id>
                             <phase>validate</phase>
                             <configuration>
-                                <configLocation>http://streams.incubator.apache.org/site/latest/streams-master/streams-java-checkstyle.xml</configLocation>
+                                <configLocation>http://streams.incubator.apache.org/site/latest/streams-project/streams-java-checkstyle.xml</configLocation>
                                 <encoding>UTF-8</encoding>
                                 <consoleOutput>true</consoleOutput>
                                 <includeTestSourceDirectory>true</includeTestSourceDirectory>