Repository: any23 Updated Branches: refs/heads/master 76b089a65 -> 10e2c4f25
ANY23-220 Run crawler plugin on Apache Any23 site Project: http://git-wip-us.apache.org/repos/asf/any23/repo Commit: http://git-wip-us.apache.org/repos/asf/any23/commit/10e2c4f2 Tree: http://git-wip-us.apache.org/repos/asf/any23/tree/10e2c4f2 Diff: http://git-wip-us.apache.org/repos/asf/any23/diff/10e2c4f2 Branch: refs/heads/master Commit: 10e2c4f25969ad9a084607f7b65553a56d9cc43e Parents: 76b089a Author: Lewis John McGibbney <[email protected]> Authored: Sat Jun 28 02:00:37 2014 -0700 Committer: Lewis John McGibbney <[email protected]> Committed: Sat Jun 28 02:00:37 2014 -0700 ---------------------------------------------------------------------- .../test/java/org/apache/any23/plugin/crawler/SiteCrawlerTest.java | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/any23/blob/10e2c4f2/plugins/basic-crawler/src/test/java/org/apache/any23/plugin/crawler/SiteCrawlerTest.java ---------------------------------------------------------------------- diff --git a/plugins/basic-crawler/src/test/java/org/apache/any23/plugin/crawler/SiteCrawlerTest.java b/plugins/basic-crawler/src/test/java/org/apache/any23/plugin/crawler/SiteCrawlerTest.java index 4482c39..5958631 100644 --- a/plugins/basic-crawler/src/test/java/org/apache/any23/plugin/crawler/SiteCrawlerTest.java +++ b/plugins/basic-crawler/src/test/java/org/apache/any23/plugin/crawler/SiteCrawlerTest.java @@ -69,7 +69,7 @@ public class SiteCrawlerTest extends Any23OnlineTestBase { } }); - controller.start( new URL("http://schema.org/"), false); + controller.start( new URL("http://any23.apache.org/"), false); synchronized (this) { this.wait(15 * 1000); http://git-wip-us.apache.org/repos/asf/any23/blob/10e2c4f2/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index d6af5ff..7aca55a 100644 --- a/pom.xml +++ b/pom.xml @@ -226,7 +226,7 @@ <javac.target.version>1.6</javac.target.version> <maven.build.timestamp.format>yyyy-MM-dd HH:mm:ssZ</maven.build.timestamp.format> <implementation.build>${scmBranch}@r${buildNumber}</implementation.build> - <implementation.build.tstamp>${implementation.build}; ${maven.build.timestamp}</implementation.build.tstamp> + <implementation.build.tstamp>${maven.build.timestamp}</implementation.build.tstamp> <slf4j.logger.version>1.7.5</slf4j.logger.version> <sesame.version>2.7.10</sesame.version> <semargl.version>0.6.1</semargl.version>
