From 59cdae04770611392cbd2b36b9b0a247b43afc4b Mon Sep 17 00:00:00 2001 From: Alejandro Revilla Date: Sat, 27 Aug 2016 19:30:58 -0300 Subject: [PATCH] minor corrections/updates [ci skip] --- doc/src/asciidoc/ch01/about.adoc | 2 +- doc/src/asciidoc/ch01/running.adoc | 33 ++++++++++++++++++++---------- doc/src/asciidoc/ch01/using.adoc | 5 +++-- 3 files changed, 26 insertions(+), 14 deletions(-) diff --git a/doc/src/asciidoc/ch01/about.adoc b/doc/src/asciidoc/ch01/about.adoc index efbad47420..e7328ead29 100644 --- a/doc/src/asciidoc/ch01/about.adoc +++ b/doc/src/asciidoc/ch01/about.adoc @@ -10,7 +10,7 @@ encouraged to register by visiting the project's main page at http://jpos.org. Code is hosted at http://github.com/jpos/jPOS. -You may also want to follow us on Twitter, where we keep a list of users who regularly tweet about jPOS at http://twitter.com/apr/jpos[@apr/jpos]. +You may also want to follow us on Twitter, where we keep a list of users who regularly tweet about jPOS at http://twitter.com/apr/lists/jpos[@apr/lists/jpos]. In addition, you may want to subscribe to our http://groups.google.com/group/jpos-users[users' mailing list (jpos-users@googlegroups.com)]. diff --git a/doc/src/asciidoc/ch01/running.adoc b/doc/src/asciidoc/ch01/running.adoc index 9489c98d82..14439c1d4d 100644 --- a/doc/src/asciidoc/ch01/running.adoc +++ b/doc/src/asciidoc/ch01/running.adoc @@ -12,27 +12,39 @@ the +bin/q2+ or +bin/q2.bat+ scripts. Once started, the output should look like this: ------------ - + - OS: Mac OS X - host: Macintosh-2.local/192.168.2.20 - version: 1.9.1-SNAPSHOT (fb4cc76) - instance: cd5013af-1d38-4a5e-b771-e807904212e1 - uptime: 00:00:00.218 + OS: Linux (3.14.35-28.38.amzn1.x86_64) + process name: 19213@ip-172-30-0-180 + host: ip-172-30-0-180/52.5.73.144 + cwd: /opt/local/jpos + free space: 133.3 GiB + usable space: 123.3 GiB + version: 2.0.7-SNAPSHOT (bdcac3f) + instance: b1016676-b840-4fb6-916b-37c4b4355c45 + uptime: 00:00:00.691 (0.460000) processors: 2 drift : 0 - memory(t/u/f): 85/7/77 - threads: 4 + memory(t/u/f): 75/14/60 + encoding: UTF-8 + timezone: Etc/UTC (Coordinated Universal Time) Z + watch service: sun.nio.fs.LinuxWatchService + clock: 1472336811 2016-08-27T22:26:51.720Z + thread count: 10 + peak threads: 10 + user threads: 6 Thread[Reference Handler,10,system] Thread[Finalizer,8,system] Thread[Signal Dispatcher,9,system] Thread[RMI TCP Accept-0,5,system] - Thread[Q2-cd5013af-1d38-4a5e-b771-e807904212e1,5,main] + Thread[pool-1-thread-1,5,main] + Thread[Q2-b1016676-b840-4fb6-916b-37c4b4355c45,5,main] Thread[DestroyJavaVM,5,main] + Thread[Thread-2,5,main] Thread[Timer-0,5,main] Thread[SystemMonitor,5,main] name-registrar: - logger.Q2.buffered: org.jpos.util.BufferedLogListener + Q2: org.jpos.q2.Q2 logger.Q2: org.jpos.util.Logger @@ -41,4 +53,3 @@ Once started, the output should look like this: You may want to review the content in the +deploy+ directory, that comes from the +src/dist+ source tree. - diff --git a/doc/src/asciidoc/ch01/using.adoc b/doc/src/asciidoc/ch01/using.adoc index 5ef1ec8052..cf0a17bd30 100644 --- a/doc/src/asciidoc/ch01/using.adoc +++ b/doc/src/asciidoc/ch01/using.adoc @@ -38,8 +38,9 @@ the following repository [NOTE] ====== -We publish SNAPSHOT daily builds (i.e. version 1.9.9-SNAPSHOT) to -the http://jpos.org/maven[jPOS Maven repository]. +We publish SNAPSHOT daily builds (i.e. version {jpos_snapshot_version}) to +the http://jpos.org/maven[jPOS Maven repository] and stable releases to Maven Central. +Please note the *compat_1_5_2* module is only published to jPOS Maven repo. ====== if you use Gradle, you can configure: