[james-hupa] branch trunk updated: Reformat, remove the blank space.

2018-02-22 Thread dongxu
This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git


The following commit(s) were added to refs/heads/trunk by this push:
 new 586ac80  Reformat, remove the blank space.
586ac80 is described below

commit 586ac8020ec037d289781a0c0b32edb6150731c6
Author: Echo Wang 
AuthorDate: Fri Feb 23 15:37:28 2018 +0800

Reformat, remove the blank space.
---
 client/src/main/java/org/apache/hupa/Launcher.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/client/src/main/java/org/apache/hupa/Launcher.java 
b/client/src/main/java/org/apache/hupa/Launcher.java
index 4481a75..2101eef 100644
--- a/client/src/main/java/org/apache/hupa/Launcher.java
+++ b/client/src/main/java/org/apache/hupa/Launcher.java
@@ -32,7 +32,7 @@ import org.eclipse.jetty.webapp.WebAppContext;
 public final class Launcher {
public static void main(String[] args) throws Exception {
 
-   int port = Integer.parseInt(System.getProperty("port", "8282"));
+  int port = Integer.parseInt(System.getProperty("port", "8282"));
   String bindAddress = System.getProperty("host", "0.0.0.0");
 
   InetSocketAddress a = new InetSocketAddress(bindAddress, port);

-- 
To stop receiving notification emails like this one, please contact
don...@apache.org.

-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org



james-site git commit: Update to hupa release 0.0.3 for doc.

2018-02-22 Thread dongxu
Repository: james-site
Updated Branches:
  refs/heads/asf-site d0142be60 -> e6edcf292


Update to hupa release 0.0.3 for doc.


Project: http://git-wip-us.apache.org/repos/asf/james-site/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-site/commit/e6edcf29
Tree: http://git-wip-us.apache.org/repos/asf/james-site/tree/e6edcf29
Diff: http://git-wip-us.apache.org/repos/asf/james-site/diff/e6edcf29

Branch: refs/heads/asf-site
Commit: e6edcf292be49cb6c8ca0bbc1b67a61d29f51968
Parents: d0142be
Author: Echo Wang 
Authored: Thu Feb 22 17:23:48 2018 +0800
Committer: Echo Wang 
Committed: Thu Feb 22 17:23:48 2018 +0800

--
 content/hupa/index.html | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)
--


http://git-wip-us.apache.org/repos/asf/james-site/blob/e6edcf29/content/hupa/index.html
--
diff --git a/content/hupa/index.html b/content/hupa/index.html
index 950bb39..dd49404 100644
--- a/content/hupa/index.html
+++ b/content/hupa/index.html
@@ -255,17 +255,17 @@
 
 Releases
 
-Last release is Hupa 0.0.2:
-http://repo1.maven.org/maven2/org/apache/james/hupa/hupa/0.0.2/hupa-0.0.2.war;>
 binary  : ready to run or to deploy in any servlet container.
-http://repo1.maven.org/maven2/org/apache/james/hupa/hupa-parent/0.0.2/hupa-parent-0.0.2-source-release.zip;>
 sources .
+Last release is Hupa 0.0.3:
+http://central.maven.org/maven2/org/apache/james/hupa/hupa/0.0.3/hupa-0.0.3.war;>
 binary  : ready to run or to deploy in any servlet container.
+http://central.maven.org/maven2/org/apache/james/hupa/hupa-parent/0.0.3/hupa-parent-0.0.3-source-release.zip;>
 sources .
 
-
+
 
 
 Demo


-
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org