Skip to content

Commit 463f7b2

Browse files
Release prep
1 parent 1ded480 commit 463f7b2

File tree

3 files changed

+10
-6
lines changed

3 files changed

+10
-6
lines changed

pom.xml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<parent>
2626
<groupId>org.apache</groupId>
2727
<artifactId>apache</artifactId>
28-
<version>20</version>
28+
<version>33</version>
2929
</parent>
3030

3131
<groupId>org.apache.rampart</groupId>
@@ -106,6 +106,12 @@
106106
<email>thilinamb AT apache.org</email>
107107
<organization>WSO2</organization>
108108
</developer>
109+
<developer>
110+
<name>Robert Lazarski</name>
111+
<id>robertlazarski</id>
112+
<email>robertlazarski AT gmail.com</email>
113+
<organization>Alpha Theory</organization>
114+
</developer>
109115
</developers>
110116

111117
<scm>
@@ -763,6 +769,8 @@
763769

764770
<jacoco.version>0.8.12</jacoco.version>
765771
<slf4j.version>2.0.16</slf4j.version>
772+
<!-- see the parent artifact 'apache' i.e 33, it defaults to a older version-->
773+
<maven.compiler.target>11</maven.compiler.target>
766774
</properties>
767775

768776
<pluginRepositories>

src/site/site.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@
7070
<item name="Online Javadocs" href="apidocs/index.html"/>
7171
</menu>
7272
<menu name="Project Information">
73-
<item name="Project Team" href="team-list.html" />
73+
<item name="Project Team" href="team.html" />
7474
<item name="Issue Tracking" href="http://issues.apache.org/jira/browse/Rampart" />
7575
<item name="Mailing Lists" href="mail-lists.html"/>
7676
<item name="Source Code" href="https://github.com/apache/axis-axis2-java-rampart" />

src/site/xdoc/developer-guide.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,6 @@ align="middle" />
220220

221221
</code>
222222

223-
<p>To make the release process easier, the passphrase for the code signing key should be configured in ~/.m2/settings.xml</p>
224-
225223
<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>
226224

227225
<h3>Release</h3>
@@ -254,8 +252,6 @@ align="middle" />
254252

255253
<code>gpg --armor --export key_id</code>
256254

257-
<p>Delete <a href="https://dist.apache.org/repos/dist/release/axis/axis2/java/rampart/KEYS"> if it exists. </a></p>
258-
259255
<p>Create a new staging area for the site:</p>
260256

261257
<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>

0 commit comments

Comments
 (0)