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/14 22:50:47 UTC

[maven-apache-parent] branch master updated (2717e72 -> ad1aa02)

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

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


    from 2717e72  [MPOM-369] Bump maven-shade-plugin from 3.3.0 to 3.4.1 (#112)
     new 65182eb  Prepare ASF parent POM release 28
     new ad1aa02  [maven-release-plugin] prepare release apache-28

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                        | 6 +++---
 site-pom.xml                   | 2 +-
 src/site-docs/apt/index.apt.vm | 4 +++-
 3 files changed, 7 insertions(+), 5 deletions(-)


[maven-apache-parent] 02/02: [maven-release-plugin] prepare release apache-28

Posted by gn...@apache.org.
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-apache-parent.git

commit ad1aa022c7eee326f12f9cf75120b9f5bf3c0aee
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Nov 14 23:50:44 2022 +0100

    [maven-release-plugin] prepare release apache-28
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 116a3b7..0e5103b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   <!-- for more information, see the documentation of this POM: http://maven.apache.org/pom/asf/ -->
   <groupId>org.apache</groupId>
   <artifactId>apache</artifactId>
-  <version>28-SNAPSHOT</version>
+  <version>28</version>
   <packaging>pom</packaging>
 
   <name>The Apache Software Foundation</name>
@@ -63,7 +63,7 @@ under the License.
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-apache-parent.git</developerConnection>
     <url>https://github.com/apache/maven-apache-parent/tree/${project.scm.tag}</url>
-    <tag>HEAD</tag>
+    <tag>apache-28</tag>
   </scm>
 
   <distributionManagement>
@@ -96,7 +96,7 @@ under the License.
     <surefire.version>2.22.2</surefire.version><!-- for surefire, failsafe and surefire-report -->
     <maven.plugin.tools.version>3.7.0</maven.plugin.tools.version><!-- for m-plugin-p and maven-plugin-annotations -->
     <assembly.tarLongFileMode>posix</assembly.tarLongFileMode>
-    <project.build.outputTimestamp>2022-07-10T09:19:48Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-14T22:50:41Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>


[maven-apache-parent] 01/02: Prepare ASF parent POM release 28

Posted by gn...@apache.org.
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-apache-parent.git

commit 65182eb36851411d2d6e8f6bb7d91d87c5358577
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Mon Nov 14 23:50:13 2022 +0100

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

diff --git a/site-pom.xml b/site-pom.xml
index c94e6e7..eb3c516 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>28-SNAPSHOT</version>
+    <version>28</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 de5a6f0..8c0ee5f 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -164,7 +164,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-27...master}diff}})
+  ({{{https://github.com/apache/maven-apache-parent/compare/apache-28...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
@@ -175,6 +175,8 @@ History
 *--------------+------------+
 || <<Version>> || <<Release Date>> ||
 *--------------+------------+
+#display( 28, '2022-11-14' )
+*--------------+------------+
 #display( 27, '2022-07-10' )
 *--------------+------------+
 #display( 26, '2022-04-09' )