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

[maven-parent] branch master updated: Prepare doc release for 38

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

gnodet 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 152a8ba  Prepare doc release for 38
152a8ba is described below

commit 152a8ba46f12d40944553761fdec9b29c852f3de
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Nov 21 08:19:04 2022 +0100

    Prepare doc release for 38
---
 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           | 9 ++++++---
 maven-shared-components/site-pom.xml                   | 2 +-
 maven-shared-components/src/site-docs/apt/index.apt.vm | 2 +-
 maven-skins/site-pom.xml                               | 2 +-
 maven-skins/src/site-docs/apt/index.apt.vm             | 4 +++-
 site-pom.xml                                           | 2 +-
 src/site-docs/apt/index.apt.vm                         | 9 ++++++---
 10 files changed, 22 insertions(+), 14 deletions(-)

diff --git a/doxia-tools/site-pom.xml b/doxia-tools/site-pom.xml
index f1f344a..01e16de 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>38-SNAPSHOT</version>
+    <version>38</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-extensions/site-pom.xml b/maven-extensions/site-pom.xml
index 1fdb70d..7605575 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>38-SNAPSHOT</version>
+    <version>38</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugins/site-pom.xml b/maven-plugins/site-pom.xml
index 371c2db..f4b3e36 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>38-SNAPSHOT</version>
+    <version>38</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 0100b92..20e166a 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 = 37 )
+#**##set( $prev = 38 )
   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
@@ -66,12 +66,15 @@ mvn -Preporting site-deploy
 | ({{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...maven-parent-$version#diff}diff}}) | $date |
 #end
 
-    As of version 34, this POM sets the Java source and target versions to 1.7. Thus, as any plugin (or other component)
-    moved to version 34+ of this POM, it moves to requiring Java 1.7 (was Java 1.5 since version 21, and Java 1.6 since version 27).
+    As of version 38, this POM sets the Java source and target versions to 1.8. Thus, as any plugin (or other component)
+    moved to version 38+ of this POM, it moves to requiring Java 1.8 (was Java 1.5 since version 21, Java 1.6 since
+    version 27, and Java 1.7 since version 34).
 
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 38, '2022-11-21' )
+*--------------+------------+
 #display( 37, '2022-07-20' )
 *--------------+------------+
 #display( 36, '2022-04-18' )
diff --git a/maven-shared-components/site-pom.xml b/maven-shared-components/site-pom.xml
index 7b6ea56..3a4e8d0 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>38-SNAPSHOT</version>
+    <version>38</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 550ac7b..bed3723 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 = 37 )
+#**##set( $prev = 38 )
   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
diff --git a/maven-skins/site-pom.xml b/maven-skins/site-pom.xml
index 5cfa889..da37361 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>38-SNAPSHOT</version>
+    <version>38</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 c7a42a7..7b99ded 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 = 37 )
+#**##set( $prev = 38 )
   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( 38, '2022-11-21' )
+*--------------+------------+
 #display( 37, '2022-07-20' )
 *--------------+------------+
 #display( 36, '2022-04-18' )
diff --git a/site-pom.xml b/site-pom.xml
index c498abb..c2d74b2 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>38-SNAPSHOT</version>
+    <version>38</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 ef8f514..d6a5e2d 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -88,7 +88,7 @@ mvn scm-publish:publish-scm
 * History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
-#**##set( $prev = 37 )
+#**##set( $prev = 38 )
   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}})
@@ -100,12 +100,15 @@ mvn scm-publish:publish-scm
 |  {{{https://github.com/apache/maven-parent/compare/maven-parent-$prev...maven-parent-$version}commits}}) | $date |
 #end
 
-    As of version 34, this POM sets the Java source and target versions to 1.7. Thus, as any plugin (or other component)
-    moved to version 34+ of this POM, it moves to requiring Java 1.7 (was Java 1.5 since version 21, and Java 1.6 since version 27).
+    As of version 38, this POM sets the Java source and target versions to 1.8. Thus, as any plugin (or other component)
+    moved to version 38+ of this POM, it moves to requiring Java 1.8 (was Java 1.5 since version 21, Java 1.6 since
+    version 27, and Java 1.7 since version 34).
 
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 38, '2022-11-21' )
+*--------------+------------+
 #display( 37, '2022-07-20' )
 *--------------+------------+
 #display( 36, '2022-04-18' )