Repository: tomee-site-generator Updated Branches: refs/heads/master 0f90a6acf -> a2dc9bf00
Add back in the other branches Project: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/repo Commit: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/commit/a2dc9bf0 Tree: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/tree/a2dc9bf0 Diff: http://git-wip-us.apache.org/repos/asf/tomee-site-generator/diff/a2dc9bf0 Branch: refs/heads/master Commit: a2dc9bf001e6e7ffafcf00962aae99e726f7fc8d Parents: 0f90a6a Author: dblevins <[email protected]> Authored: Sun Dec 2 03:40:32 2018 -0800 Committer: dblevins <[email protected]> Committed: Sun Dec 2 03:40:32 2018 -0800 ---------------------------------------------------------------------- src/main/java/org/apache/tomee/website/JBake.java | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tomee-site-generator/blob/a2dc9bf0/src/main/java/org/apache/tomee/website/JBake.java ---------------------------------------------------------------------- diff --git a/src/main/java/org/apache/tomee/website/JBake.java b/src/main/java/org/apache/tomee/website/JBake.java index 627ee4c..e397968 100755 --- a/src/main/java/org/apache/tomee/website/JBake.java +++ b/src/main/java/org/apache/tomee/website/JBake.java @@ -42,10 +42,10 @@ public class JBake { new File("target/jbake"), new File("repos"), new File("src/main/jbake"), - new Source("https://git-wip-us.apache.org/repos/asf/tomee.git", "master", "tomee-8.0") -// new Source("https://git-wip-us.apache.org/repos/asf/tomee.git", "tomee-7.1.0", "tomee-7.1"), -// new Source("https://git-wip-us.apache.org/repos/asf/tomee.git", "tomee-7.0.5", "tomee-7.0"), -// new Source("https://git-wip-us.apache.org/repos/asf/tomee.git", "master", "master") + new Source("https://git-wip-us.apache.org/repos/asf/tomee.git", "master", "tomee-8.0", true), + new Source("https://git-wip-us.apache.org/repos/asf/tomee.git", "tomee-7.1.0", "tomee-7.1"), + new Source("https://git-wip-us.apache.org/repos/asf/tomee.git", "tomee-7.0.5", "tomee-7.0"), + new Source("https://git-wip-us.apache.org/repos/asf/tomee.git", "master", "master") ); sources.prepare();
