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

robertlazarski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-rampart.git

commit 463f7b22714951be619e534895ebfb018076cfdd
Author: Robert Lazarski <robertlazar...@gmail.com>
AuthorDate: Sat Nov 30 07:38:08 2024 -1000

    Release prep
---
 pom.xml                           | 10 +++++++++-
 src/site/site.xml                 |  2 +-
 src/site/xdoc/developer-guide.xml |  4 ----
 3 files changed, 10 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4b2e34c8..98d71d11 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
     <parent>
         <groupId>org.apache</groupId>
         <artifactId>apache</artifactId>
-        <version>20</version>
+        <version>33</version>
     </parent>
 
     <groupId>org.apache.rampart</groupId>
@@ -106,6 +106,12 @@
             <email>thilinamb AT apache.org</email>
             <organization>WSO2</organization>
         </developer>
+        <developer>
+            <name>Robert Lazarski</name>
+            <id>robertlazarski</id>
+            <email>robertlazarski AT gmail.com</email>
+            <organization>Alpha Theory</organization>
+        </developer>
     </developers>
 
     <scm>
@@ -763,6 +769,8 @@
 
         <jacoco.version>0.8.12</jacoco.version>
         <slf4j.version>2.0.16</slf4j.version>
+       <!-- see the parent artifact 'apache' i.e 33, it defaults to a older 
version--> 
+        <maven.compiler.target>11</maven.compiler.target>
     </properties>
 
     <pluginRepositories>
diff --git a/src/site/site.xml b/src/site/site.xml
index dc74cb5e..bacd474d 100644
--- a/src/site/site.xml
+++ b/src/site/site.xml
@@ -70,7 +70,7 @@
             <item name="Online Javadocs" href="apidocs/index.html"/>
         </menu>
         <menu name="Project Information">
-            <item name="Project Team" href="team-list.html" />
+            <item name="Project Team" href="team.html" />
             <item name="Issue Tracking" 
href="http://issues.apache.org/jira/browse/Rampart"; />
             <item name="Mailing Lists" href="mail-lists.html"/>
             <item name="Source Code" 
href="https://github.com/apache/axis-axis2-java-rampart"; />
diff --git a/src/site/xdoc/developer-guide.xml 
b/src/site/xdoc/developer-guide.xml
index bd9b62b9..ff7b2fb8 100644
--- a/src/site/xdoc/developer-guide.xml
+++ b/src/site/xdoc/developer-guide.xml
@@ -220,8 +220,6 @@ align="middle" />
 
 </code>
 
-<p>To make the release process easier, the passphrase for the code signing key 
should be configured in ~/.m2/settings.xml</p>
-
 <p>The release process uses a Nexus staging repository. Every committer should 
have access to the corresponding staging profile in Nexus. To validate this, 
login to repository.apache.org and check that you can see the org.apache.axis 
staging profile. The credentials used to deploy to Nexus should be added to 
settings.xml</p>
                         
 <h3>Release</h3>
@@ -254,8 +252,6 @@ align="middle" />
 
 <code>gpg --armor --export key_id</code>
 
-<p>Delete <a 
href="https://dist.apache.org/repos/dist/release/axis/axis2/java/rampart/KEYS";> 
if it exists. </a></p>
-
 <p>Create a new staging area for the site:</p>
 
 <code>svn copy https://svn.apache.org/repos/asf/axis/site/axis2/java/rampart 
https://svn.apache.org/repos/asf/axis/site/axis2/java/rampart-staging</code>

Reply via email to