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

desruisseaux pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/sis-site.git


The following commit(s) were added to refs/heads/main by this push:
     new 191a5800 Fix an error in the version of Glassfish dependency. Also fix 
more minor errors in release management guide.
191a5800 is described below

commit 191a580099a6bb8362d0a9f7ded8aabb45927729
Author: Martin Desruisseaux <martin.desruisse...@geomatys.com>
AuthorDate: Fri Oct 13 00:29:13 2023 +0200

    Fix an error in the version of Glassfish dependency.
    Also fix more minor errors in release management guide.
---
 content/developer-guide/introduction/Installation.html | 2 +-
 content/downloads.md                                   | 2 +-
 content/release-management.md                          | 9 ++-------
 3 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/content/developer-guide/introduction/Installation.html 
b/content/developer-guide/introduction/Installation.html
index d34e6f77..6749122c 100644
--- a/content/developer-guide/introduction/Installation.html
+++ b/content/developer-guide/introduction/Installation.html
@@ -72,7 +72,7 @@
   &lt;dependency&gt;
     &lt;groupId&gt;org.glassfish.jaxb&lt;/groupId&gt;
     &lt;artifactId&gt;jaxb-runtime&lt;/artifactId&gt;
-    &lt;version&gt;2.3.6&lt;/version&gt;
+    &lt;version&gt;4.0.3&lt;/version&gt;
     &lt;scope&gt;runtime&lt;/scope&gt;
   &lt;/dependency&gt;
 
diff --git a/content/downloads.md b/content/downloads.md
index d517cdf7..74b9f6c2 100644
--- a/content/downloads.md
+++ b/content/downloads.md
@@ -125,7 +125,7 @@ Below are examples of declarations in a `pom.xml` file for 
building a project wi
   <dependency>
     <groupId>org.glassfish.jaxb</groupId>
     <artifactId>jaxb-runtime</artifactId>
-    <version>2.3.6</version>
+    <version>4.0.3</version>
     <scope>runtime</scope>
   </dependency>
 </dependencies>
diff --git a/content/release-management.md b/content/release-management.md
index 5fec8d67..8599999c 100644
--- a/content/release-management.md
+++ b/content/release-management.md
@@ -47,7 +47,6 @@ provided that all relative paths in this page are adjusted 
accordingly.
 │  │  └─ $NEW_VERSION
 │  │     └─ RC$RELEASE_CANDIDATE
 │  └─ test
-│     ├─ integration
 │     └─ maven
 └─ site
    ├─ asf-site
@@ -827,13 +826,9 @@ svn delete 
https://dist.apache.org/repos/dist/release/sis/$OLD_VERSION \
 
 On the `main` branch:
 
-* Update the version numbers in all `pom.xml` files.
+* Search for all occurrences of `SNAPSHOT` and update the version number.
 * Edit the value of the `MAJOR_VERSION` or `MINOR_VERSION` constant in the
-  `core/sis-utility/src/main/java/org/apache/sis/internal/system/Modules.java` 
file.
-
-Then on the development branch:
-
-* Edit the version number in the 
`application/sis-javafx/src/main/artifact/README` file.
+  `endorsed/src/org.apache.sis.util/main/org/apache/sis/system/Modules.java` 
file.
 
 
 ## Delete old artifacts on Maven snapshot repository    {#nexus-clean}

Reply via email to