You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/12/11 19:51:57 UTC

[maven-parent] branch master updated: Prepare release 39

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-parent.git


The following commit(s) were added to refs/heads/master by this push:
     new eac4aa9  Prepare release 39
eac4aa9 is described below

commit eac4aa989a9035002943c9fc8f8140a7a2dcff76
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Sun Dec 11 20:51:36 2022 +0100

    Prepare release 39
---
 doxia-tools/site-pom.xml                               | 2 +-
 maven-extensions/site-pom.xml                          | 2 +-
 maven-plugins/site-pom.xml                             | 2 +-
 maven-plugins/src/site-docs/apt/index.apt.vm           | 4 +++-
 maven-shared-components/site-pom.xml                   | 2 +-
 maven-shared-components/src/site-docs/apt/index.apt.vm | 4 +++-
 maven-skins/site-pom.xml                               | 2 +-
 maven-skins/src/site-docs/apt/index.apt.vm             | 4 +++-
 pom.xml                                                | 2 +-
 site-pom.xml                                           | 2 +-
 src/site-docs/apt/index.apt.vm                         | 4 +++-
 11 files changed, 19 insertions(+), 11 deletions(-)

diff --git a/doxia-tools/site-pom.xml b/doxia-tools/site-pom.xml
index 1d94aad..6b8e2d1 100644
--- a/doxia-tools/site-pom.xml
+++ b/doxia-tools/site-pom.xml
@@ -27,7 +27,7 @@ under the License.
     <!-- we need to have a different gav for pom.xml and site-pom.xml -->
     <!-- dot at the end is on purpose -->
     <artifactId>maven-parent.</artifactId>
-    <version>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-extensions/site-pom.xml b/maven-extensions/site-pom.xml
index c2bab30..983b4c9 100644
--- a/maven-extensions/site-pom.xml
+++ b/maven-extensions/site-pom.xml
@@ -28,7 +28,7 @@ under the License.
     <!-- we need to have a different gav for pom.xml and site-pom.xml -->
     <!-- dot at the end is on purpose -->
     <artifactId>maven-parent.</artifactId>
-    <version>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugins/site-pom.xml b/maven-plugins/site-pom.xml
index c0c2271..ddab2b4 100644
--- a/maven-plugins/site-pom.xml
+++ b/maven-plugins/site-pom.xml
@@ -28,7 +28,7 @@ under the License.
     <!-- we need to have a different gav for pom.xml and site-pom.xml -->
     <!-- dot at the end is on purpose -->
     <artifactId>maven-parent.</artifactId>
-    <version>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugins/src/site-docs/apt/index.apt.vm b/maven-plugins/src/site-docs/apt/index.apt.vm
index 20e166a..83d859a 100644
--- a/maven-plugins/src/site-docs/apt/index.apt.vm
+++ b/maven-plugins/src/site-docs/apt/index.apt.vm
@@ -56,7 +56,7 @@ mvn -Preporting site-deploy
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 38 )
+#**##set( $prev = 39 )
   master: {{{https://github.com/apache/maven-parent/tree/master/maven-plugins/pom.xml}$project.version}}
   ({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master#diff}diff}})
 #end
@@ -73,6 +73,8 @@ mvn -Preporting site-deploy
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 39, '2022-12-11' )
+*--------------+------------+
 #display( 38, '2022-11-21' )
 *--------------+------------+
 #display( 37, '2022-07-20' )
diff --git a/maven-shared-components/site-pom.xml b/maven-shared-components/site-pom.xml
index 9458355..2a5e2be 100644
--- a/maven-shared-components/site-pom.xml
+++ b/maven-shared-components/site-pom.xml
@@ -28,7 +28,7 @@ under the License.
     <!-- we need to have a different gav for pom.xml and site-pom.xml -->
     <!-- dot at the end is on purpose -->
     <artifactId>maven-parent.</artifactId>
-    <version>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-shared-components/src/site-docs/apt/index.apt.vm b/maven-shared-components/src/site-docs/apt/index.apt.vm
index 69e03c2..ecf2492 100644
--- a/maven-shared-components/src/site-docs/apt/index.apt.vm
+++ b/maven-shared-components/src/site-docs/apt/index.apt.vm
@@ -44,7 +44,7 @@ mvn -Preporting site-deploy
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 38 )
+#**##set( $prev = 39 )
   master: {{{https://github.com/apache/maven-parent/tree/master/maven-shared-components/pom.xml}$project.version}}
   ({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master#diff}diff}})
 #end
@@ -61,6 +61,8 @@ mvn -Preporting site-deploy
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 39, '2022-12-11' )
+*--------------+------------+
 #display( 38, '2022-11-21' )
 *--------------+------------+
 #display( 37, '2022-07-20' )
diff --git a/maven-skins/site-pom.xml b/maven-skins/site-pom.xml
index b899cb8..a48ebc8 100644
--- a/maven-skins/site-pom.xml
+++ b/maven-skins/site-pom.xml
@@ -28,7 +28,7 @@ under the License.
     <!-- we need to have a different gav for pom.xml and site-pom.xml -->
     <!-- dot at the end is on purpose -->
     <artifactId>maven-parent.</artifactId>
-    <version>39-SNAPSHOT</version>
+    <version>39</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-skins/src/site-docs/apt/index.apt.vm b/maven-skins/src/site-docs/apt/index.apt.vm
index 7b99ded..10ee220 100644
--- a/maven-skins/src/site-docs/apt/index.apt.vm
+++ b/maven-skins/src/site-docs/apt/index.apt.vm
@@ -34,7 +34,7 @@ Maven Skins Parent POM
 History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 38 )
+#**##set( $prev = 39 )
   master: {{{https://github.com/apache/maven-parent/tree/master/maven-skins/pom.xml}$project.version}}
   ({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master#diff}diff}})
 #end
@@ -47,6 +47,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 39, '2022-12-11' )
+*--------------+------------+
 #display( 38, '2022-11-21' )
 *--------------+------------+
 #display( 37, '2022-07-20' )
diff --git a/pom.xml b/pom.xml
index 5df43dd..be1e375 100644
--- a/pom.xml
+++ b/pom.xml
@@ -24,7 +24,7 @@ under the License.
   <parent>
     <groupId>org.apache</groupId>
     <artifactId>apache</artifactId>
-    <version>28</version>
+    <version>29</version>
     <relativePath>../asf/pom.xml</relativePath>
   </parent>
 
diff --git a/site-pom.xml b/site-pom.xml
index 1cf83ee..d5ea406 100644
--- a/site-pom.xml
+++ b/site-pom.xml
@@ -25,7 +25,7 @@ under the License.
   <parent>
     <groupId>org.apache.maven</groupId>
     <artifactId>maven-parent</artifactId>
-    <version>39-SNAPSHOT</version>
+    <version>39</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 b44161d..ce8be02 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -99,7 +99,7 @@ mvn scm-publish:publish-scm
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 38 )
+#**##set( $prev = 39 )
   master: {{{https://github.com/apache/maven-parent/tree/master/pom.xml}$project.version}}
   ({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master#diff}diff}},
   {{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...master}commits}})
@@ -118,6 +118,8 @@ mvn scm-publish:publish-scm
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 39, '2022-12-11' )
+*--------------+------------+
 #display( 38, '2022-11-21' )
 *--------------+------------+
 #display( 37, '2022-07-20' )