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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/jspwiki-site.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 3c769b19d6 Automatic Site Publish by Buildbot
3c769b19d6 is described below

commit 3c769b19d6058647ccd1c163f22017e3b6524795
Author: jenkins <[email protected]>
AuthorDate: Sat Sep 9 15:34:30 2023 +0000

    Automatic Site Publish by Buildbot
---
 apidocs/2.12.2-SNAPSHOT/constant-values.html        |   6 +++---
 apidocs/2.12.2-SNAPSHOT/member-search-index.zip     | Bin 46462 -> 46462 bytes
 apidocs/2.12.2-SNAPSHOT/package-search-index.zip    | Bin 627 -> 627 bytes
 .../src-html/org/apache/wiki/api/Release.html       |   6 +++---
 apidocs/2.12.2-SNAPSHOT/type-search-index.zip       | Bin 4546 -> 4546 bytes
 development/changelog.html                          |  10 ++++++++++
 .../2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html   |   2 +-
 .../cmp-jspwiki-210-test-adaptees.html              |   2 +-
 japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html        |   2 +-
 japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html  |   2 +-
 japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html      |   2 +-
 japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html      |   2 +-
 japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html       |   2 +-
 .../cmp-jspwiki-kendra-searchprovider.html          |   2 +-
 japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html       |   2 +-
 japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html   |   2 +-
 .../cmp-jspwiki-tika-searchprovider.html            |   2 +-
 japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html       |   2 +-
 18 files changed, 28 insertions(+), 18 deletions(-)

diff --git a/apidocs/2.12.2-SNAPSHOT/constant-values.html 
b/apidocs/2.12.2-SNAPSHOT/constant-values.html
index c1ce554084..44739e5ada 100644
--- a/apidocs/2.12.2-SNAPSHOT/constant-values.html
+++ b/apidocs/2.12.2-SNAPSHOT/constant-values.html
@@ -128,14 +128,14 @@ $('.navPadding').css('padding-top', 
$('.fixedNav').css("height"));
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
 <th class="colSecond" scope="row"><code><a 
href="org/apache/wiki/api/Release.html#BUILD">BUILD</a></code></th>
-<td class="colLast"><code>""</code></td>
+<td class="colLast"><code>"01"</code></td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><a id="org.apache.wiki.api.Release.MINORREVISION">
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;int</code></td>
 <th class="colSecond" scope="row"><code><a 
href="org/apache/wiki/api/Release.html#MINORREVISION">MINORREVISION</a></code></th>
-<td class="colLast"><code>1</code></td>
+<td class="colLast"><code>2</code></td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><a id="org.apache.wiki.api.Release.REVISION">
@@ -156,7 +156,7 @@ $('.navPadding').css('padding-top', 
$('.fixedNav').css("height"));
 <!--   -->
 </a><code>public&nbsp;static&nbsp;final&nbsp;java.lang.String</code></td>
 <th class="colSecond" scope="row"><code><a 
href="org/apache/wiki/api/Release.html#VERSTR">VERSTR</a></code></th>
-<td class="colLast"><code>"2.12.1"</code></td>
+<td class="colLast"><code>"2.12.2-git-01"</code></td>
 </tr>
 </tbody>
 </table>
diff --git a/apidocs/2.12.2-SNAPSHOT/member-search-index.zip 
b/apidocs/2.12.2-SNAPSHOT/member-search-index.zip
index 8962dbcc2a..2e8d586ad1 100644
Binary files a/apidocs/2.12.2-SNAPSHOT/member-search-index.zip and 
b/apidocs/2.12.2-SNAPSHOT/member-search-index.zip differ
diff --git a/apidocs/2.12.2-SNAPSHOT/package-search-index.zip 
b/apidocs/2.12.2-SNAPSHOT/package-search-index.zip
index bd93770921..c3037e396f 100644
Binary files a/apidocs/2.12.2-SNAPSHOT/package-search-index.zip and 
b/apidocs/2.12.2-SNAPSHOT/package-search-index.zip differ
diff --git a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/Release.html 
b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/Release.html
index 7c73c215bb..6f5f4469d7 100644
--- a/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/Release.html
+++ b/apidocs/2.12.2-SNAPSHOT/src-html/org/apache/wiki/api/Release.html
@@ -59,7 +59,7 @@
 <span class="sourceLineNo">050</span><a id="line.50">     *  &lt;p&gt;</a>
 <span class="sourceLineNo">051</span><a id="line.51">     *  If the POSTFIX is 
empty, it is not added to the version string.</a>
 <span class="sourceLineNo">052</span><a id="line.52">     */</a>
-<span class="sourceLineNo">053</span><a id="line.53">    private static final 
String    POSTFIX       = "";</a>
+<span class="sourceLineNo">053</span><a id="line.53">    private static final 
String    POSTFIX       = "-git-";</a>
 <span class="sourceLineNo">054</span><a id="line.54"></a>
 <span class="sourceLineNo">055</span><a id="line.55">    /** The JSPWiki major 
version. */</a>
 <span class="sourceLineNo">056</span><a id="line.56">    public static final 
int        VERSION       = 2;</a>
@@ -68,7 +68,7 @@
 <span class="sourceLineNo">059</span><a id="line.59">    public static final 
int        REVISION      = 12;</a>
 <span class="sourceLineNo">060</span><a id="line.60"></a>
 <span class="sourceLineNo">061</span><a id="line.61">    /** The minor 
revision.  */</a>
-<span class="sourceLineNo">062</span><a id="line.62">    public static final 
int        MINORREVISION = 1;</a>
+<span class="sourceLineNo">062</span><a id="line.62">    public static final 
int        MINORREVISION = 2;</a>
 <span class="sourceLineNo">063</span><a id="line.63"></a>
 <span class="sourceLineNo">064</span><a id="line.64">    /** The build 
number/identifier.  This is a String as opposed to an integer, just so that 
people can add other identifiers to it.</a>
 <span class="sourceLineNo">065</span><a id="line.65">     * The build number 
is incremented every time a committer checks in code, and reset when a release 
is made.</a>
@@ -78,7 +78,7 @@
 <span class="sourceLineNo">069</span><a id="line.69">     *  &lt;p&gt;</a>
 <span class="sourceLineNo">070</span><a id="line.70">     *  If the build 
identifier is empty, it is not added.</a>
 <span class="sourceLineNo">071</span><a id="line.71">     */</a>
-<span class="sourceLineNo">072</span><a id="line.72">    public static final 
String     BUILD         = "";</a>
+<span class="sourceLineNo">072</span><a id="line.72">    public static final 
String     BUILD         = "01";</a>
 <span class="sourceLineNo">073</span><a id="line.73"></a>
 <span class="sourceLineNo">074</span><a id="line.74">    /**</a>
 <span class="sourceLineNo">075</span><a id="line.75">     *  This is the 
generic version string you should use when printing out the version.  It is 
of</a>
diff --git a/apidocs/2.12.2-SNAPSHOT/type-search-index.zip 
b/apidocs/2.12.2-SNAPSHOT/type-search-index.zip
index c46f12a808..866411a06b 100644
Binary files a/apidocs/2.12.2-SNAPSHOT/type-search-index.zip and 
b/apidocs/2.12.2-SNAPSHOT/type-search-index.zip differ
diff --git a/development/changelog.html b/development/changelog.html
index 3e312c00d7..5aaa3e46fd 100644
--- a/development/changelog.html
+++ b/development/changelog.html
@@ -186,6 +186,16 @@ KIND, either express or implied.  See the License for the
 specific language governing permissions and limitations
 under the License.
 -->
+<p><strong>2023-09-09  Dirk Frederickx (brushed AT apache DOT org)</strong></p>
+<ul>
+<li>
+<p><em>2.12.2-git-01</em></p>
+</li>
+<li>
+<p><a 
href="https://issues.apache.org/jira/browse/JSPWIKI-1165";>JSPWIKI-1165</a> - 
long text in monospace font inside {{}} is shown without scroll bar<br />
+Inline preformatted text will wrap as necessary, and stay within the width of 
the line boxes.</p>
+</li>
+</ul>
 <p><strong>2023-07-29  Juan Pablo Santos (juanpablo AT apache DOT 
org)</strong></p>
 <ul>
 <li>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html
index 57365c549b..69c6b72a19 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-adapters.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-210-adapters/2.12.2-SNAPSHOT/jspwiki-210-adapters-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:34.855+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:07.760+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-test-adaptees.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-test-adaptees.html
index 048d9e317e..38f701ffd4 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-test-adaptees.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-210-test-adaptees.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-210-test-adaptees/2.12.2-SNAPSHOT/jspwiki-210-test-adaptees-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:35.736+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:08.752+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html
index 1f5eaaa81c..0a23557d5c 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-api.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-api/2.12.2-SNAPSHOT/jspwiki-api-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:36.422+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:09.437+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html
index 63fb32a643..bb49ccb56d 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-bootstrap.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-bootstrap/2.12.2-SNAPSHOT/jspwiki-bootstrap-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:36.983+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:10.068+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html
index b5e48fca27..bccd3c6bda 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-cache.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-cache/2.12.2-SNAPSHOT/jspwiki-cache-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:37.594+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:10.846+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html
index 47161a5218..168535f6ce 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-event.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-event/2.12.2-SNAPSHOT/jspwiki-event-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:37.941+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:11.396+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html
index 416c44b030..df215f54ab 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-http.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-http/2.12.2-SNAPSHOT/jspwiki-http-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:38.392+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:11.868+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-kendra-searchprovider.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-kendra-searchprovider.html
index 4411b4a92d..b0fdcdf747 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-kendra-searchprovider.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-kendra-searchprovider.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-kendra-searchprovider/2.12.2-SNAPSHOT/jspwiki-kendra-searchprovider-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:38.781+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:12.575+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html
index 6e0df1458f..d38e5922a1 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-main.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-main/2.12.2-SNAPSHOT/jspwiki-main-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:40.692+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:14.683+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html
index 00bdc6beda..b1c85049f1 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-markdown.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-markdown/2.12.2-SNAPSHOT/jspwiki-markdown-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:41.773+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:15.996+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-tika-searchprovider.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-tika-searchprovider.html
index 8f5fcea01e..0a9731a704 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-tika-searchprovider.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-tika-searchprovider.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-tika-searchprovider/2.12.2-SNAPSHOT/jspwiki-tika-searchprovider-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:42.551+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:16.964+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>
diff --git a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html 
b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html
index 4037d6d911..cbcf26b494 100644
--- a/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html
+++ b/japicmp/2.12.2-SNAPSHOT/cmp-jspwiki-util.html
@@ -184,7 +184,7 @@ ul {
                     
<td>New:</td><td>/home/jenkins/.m2/repository/org/apache/jspwiki/jspwiki-util/2.12.2-SNAPSHOT/jspwiki-util-2.12.2-SNAPSHOT.jar</td>
                 </tr>
                 <tr>
-                    <td>Created:</td><td>2023-09-06T22:05:43.108+0000</td>
+                    <td>Created:</td><td>2023-09-09T15:29:17.538+0000</td>
                 </tr>
                 <tr>
                     <td>Access modifier filter:</td><td>PROTECTED</td>

Reply via email to