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/05 17:44:13 UTC

[maven-parent] branch master updated: prepare documentation for next development iteration

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 7fdccb5  prepare documentation for next development iteration
7fdccb5 is described below

commit 7fdccb51a032fe0d11e0228ad055aae088321938
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Dec 5 18:37:13 2022 +0100

    prepare documentation for next development iteration
---
 doxia-tools/site-pom.xml                               | 2 +-
 maven-extensions/site-pom.xml                          | 2 +-
 maven-plugins/site-pom.xml                             | 2 +-
 maven-shared-components/site-pom.xml                   | 2 +-
 maven-shared-components/src/site-docs/apt/index.apt.vm | 7 +++++--
 maven-skins/site-pom.xml                               | 2 +-
 site-pom.xml                                           | 2 +-
 7 files changed, 11 insertions(+), 8 deletions(-)

diff --git a/doxia-tools/site-pom.xml b/doxia-tools/site-pom.xml
index 01e16de..1d94aad 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</version>
+    <version>39-SNAPSHOT</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-extensions/site-pom.xml b/maven-extensions/site-pom.xml
index 7605575..c2bab30 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</version>
+    <version>39-SNAPSHOT</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-plugins/site-pom.xml b/maven-plugins/site-pom.xml
index f4b3e36..c0c2271 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</version>
+    <version>39-SNAPSHOT</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/maven-shared-components/site-pom.xml b/maven-shared-components/site-pom.xml
index 3a4e8d0..9458355 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</version>
+    <version>39-SNAPSHOT</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 bed3723..69e03c2 100644
--- a/maven-shared-components/src/site-docs/apt/index.apt.vm
+++ b/maven-shared-components/src/site-docs/apt/index.apt.vm
@@ -54,12 +54,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-skins/site-pom.xml b/maven-skins/site-pom.xml
index da37361..b899cb8 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</version>
+    <version>39-SNAPSHOT</version>
     <relativePath>../site-pom.xml</relativePath>
   </parent>
 
diff --git a/site-pom.xml b/site-pom.xml
index c2d74b2..1cf83ee 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</version>
+    <version>39-SNAPSHOT</version>
     <relativePath>./pom.xml</relativePath>
   </parent>