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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new bc02f62  Prepare ASF parent POM release 30
bc02f62 is described below

commit bc02f621df58f10c51073ba670b951ba01ddbe1d
Author: Slawomir Jaranowski <[email protected]>
AuthorDate: Sun Jun 11 18:36:35 2023 +0200

    Prepare ASF parent POM release 30
---
 site-pom.xml                   | 2 +-
 src/site-docs/apt/index.apt.vm | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/site-pom.xml b/site-pom.xml
index b8c19a6..a73c06f 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>30-SNAPSHOT</version>
+    <version>30</version>
     <relativePath>./pom.xml</relativePath>
   </parent>
 
diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index cee7cbd..754d8fc 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -134,8 +134,6 @@ The <<<apache-release>>> Profile
     If you want to avoid this default assembly execution to provide your own 
mechanism to produce the source release archive,
     you can disable the execution by configuring <<<skipAssembly>>> parameter 
for this <<<source-release-assembly>>> execution id
 
- * maven-deploy-plugin: configured to activate <<<updateReleaseInfo>>>
-
  * maven-source-plugin: configured to build and attach a source jar.
 
  * maven-javadoc-plugin: configured to build and attach a javadoc jar.
@@ -173,7 +171,7 @@ History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
   master: 
{{{https://github.com/apache/maven-apache-parent/tree/master/pom.xml}$project.version}}
-  
({{{https://github.com/apache/maven-apache-parent/compare/apache-29...master}diff}})
+  
({{{https://github.com/apache/maven-apache-parent/compare/apache-30...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
@@ -184,6 +182,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 30, '2023-06-11' )
+*--------------+------------+
 #display( 29, '2022-12-11' )
 *--------------+------------+
 #display( 28, '2022-11-14' )

Reply via email to