This is an automated email from the ASF dual-hosted git repository. desruisseaux pushed a commit to branch asf-staging in repository https://gitbox.apache.org/repos/asf/sis-site.git
The following commit(s) were added to refs/heads/asf-staging by this push: new 438d998f Fix erroneous version number of Glassfish dependency. 438d998f is described below commit 438d998f1d3e43c50686cbfbc20f91d3bb8cccc3 Author: Martin Desruisseaux <martin.desruisse...@geomatys.com> AuthorDate: Fri Oct 13 00:32:20 2023 +0200 Fix erroneous version number of Glassfish dependency. --- downloads.html | 2 +- en/sitemap.xml | 4 ++-- release-management.html | 9 ++------- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/downloads.html b/downloads.html index f85f017f..c4415467 100644 --- a/downloads.html +++ b/downloads.html @@ -200,7 +200,7 @@ Below are examples of declarations in a <code>pom.xml</code> file for building a </span></span><span class="line"><span class="cl"> <span class="nt"><dependency></span> </span></span><span class="line"><span class="cl"> <span class="nt"><groupId></span>org.glassfish.jaxb<span class="nt"></groupId></span> </span></span><span class="line"><span class="cl"> <span class="nt"><artifactId></span>jaxb-runtime<span class="nt"></artifactId></span> -</span></span><span class="line"><span class="cl"> <span class="nt"><version></span>2.3.6<span class="nt"></version></span> +</span></span><span class="line"><span class="cl"> <span class="nt"><version></span>4.0.3<span class="nt"></version></span> </span></span><span class="line"><span class="cl"> <span class="nt"><scope></span>runtime<span class="nt"></scope></span> </span></span><span class="line"><span class="cl"> <span class="nt"></dependency></span> </span></span><span class="line"><span class="cl"><span class="nt"></dependencies></span></span></span></code></pre></div> diff --git a/en/sitemap.xml b/en/sitemap.xml index 169330b4..25d41cf1 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -3,7 +3,7 @@ xmlns:xhtml="http://www.w3.org/1999/xhtml"> <url> <loc>https://sis.apache.org/downloads.html</loc> - <lastmod>2023-10-03T18:22:46+02:00</lastmod> + <lastmod>2023-10-13T00:29:13+02:00</lastmod> </url><url> <loc>https://sis.apache.org/team-list.html</loc> <lastmod>2022-12-08T22:07:22+01:00</lastmod> @@ -100,7 +100,7 @@ <lastmod>2022-12-08T22:07:22+01:00</lastmod> </url><url> <loc>https://sis.apache.org/release-management.html</loc> - <lastmod>2023-10-07T16:05:00+02:00</lastmod> + <lastmod>2023-10-13T00:29:13+02:00</lastmod> </url><url> <loc>https://sis.apache.org/release-notes.html</loc> <lastmod>2023-10-02T17:36:51+02:00</lastmod> diff --git a/release-management.html b/release-management.html index 64db8496..391423f9 100644 --- a/release-management.html +++ b/release-management.html @@ -201,7 +201,6 @@ provided that all relative paths in this page are adjusted accordingly.</p> </span></span><span class="line"><span class="cl">│ │ └─ $NEW_VERSION </span></span><span class="line"><span class="cl">│ │ └─ RC$RELEASE_CANDIDATE </span></span><span class="line"><span class="cl">│ └─ test -</span></span><span class="line"><span class="cl">│ ├─ integration </span></span><span class="line"><span class="cl">│ └─ maven </span></span><span class="line"><span class="cl">└─ site </span></span><span class="line"><span class="cl"> ├─ asf-site @@ -753,13 +752,9 @@ and the message format must be RAW text only (no HTML).</li> <h1 id="next-release">Update main branch for the next development cycle </h1> <p>On the <code>main</code> branch:</p> <ul> -<li>Update the version numbers in all <code>pom.xml</code> files.</li> +<li>Search for all occurrences of <code>SNAPSHOT</code> and update the version number.</li> <li>Edit the value of the <code>MAJOR_VERSION</code> or <code>MINOR_VERSION</code> constant in the -<code>core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java</code> file.</li> -</ul> -<p>Then on the development branch:</p> -<ul> -<li>Edit the version number in the <code>application/sis-javafx/src/main/artifact/README</code> file.</li> +<code>endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java</code> file.</li> </ul> <h2 id="nexus-clean">Delete old artifacts on Maven snapshot repository </h2> <p>Login in the <a href="https://repository.apache.org/index.html">Nexus repository</a>.