You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by db...@apache.org on 2019/01/05 05:29:49 UTC

[tomee-site-generator] 02/02: Update repo locations after gitbox move.

This is an automated email from the ASF dual-hosted git repository.

dblevins pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-site-generator.git

commit e195946a120829698d43ada3c7e8fff239ddbb8f
Author: David Blevins <da...@gmail.com>
AuthorDate: Fri Jan 4 21:29:16 2019 -0800

    Update repo locations after gitbox move.
---
 src/main/java/org/apache/tomee/website/JBake.java | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/main/java/org/apache/tomee/website/JBake.java b/src/main/java/org/apache/tomee/website/JBake.java
index 147fe8d..3a2b44d 100755
--- a/src/main/java/org/apache/tomee/website/JBake.java
+++ b/src/main/java/org/apache/tomee/website/JBake.java
@@ -41,10 +41,10 @@ public class JBake {
                 new File("repos"),
                 new File("src/main/jbake"),
                 destination,
-                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")
+                new Source("https://gitbox.apache.org/repos/asf/tomee.git", "master", "tomee-8.0", true),
+                new Source("https://gitbox.apache.org/repos/asf/tomee.git", "tomee-7.1.0", "tomee-7.1"),
+                new Source("https://gitbox.apache.org/repos/asf/tomee.git", "tomee-7.0.5", "tomee-7.0"),
+                new Source("https://gitbox.apache.org/repos/asf/tomee.git", "master", "master")
         );
 
         sources.prepare();