This is an automated email from the ASF dual-hosted git repository. hboutemy 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 6663002 [maven-release-plugin] prepare release maven-parent-35 6663002 is described below commit 66630028d94fda1cd095f9195c0df09977e1c4e0 Author: Hervé Boutemy <hbout...@apache.org> AuthorDate: Sun Feb 27 19:03:29 2022 +0100 [maven-release-plugin] prepare release maven-parent-35 --- apache-resource-bundles/pom.xml | 2 +- doxia-tools/pom.xml | 2 +- maven-extensions/pom.xml | 2 +- maven-plugins/pom.xml | 2 +- maven-shared-components/pom.xml | 2 +- maven-skins/pom.xml | 2 +- pom.xml | 6 +++--- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/apache-resource-bundles/pom.xml b/apache-resource-bundles/pom.xml index 4bee7f5..e8306e2 100644 --- a/apache-resource-bundles/pom.xml +++ b/apache-resource-bundles/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>35-SNAPSHOT</version> + <version>35</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml index 0434357..fd6846a 100644 --- a/doxia-tools/pom.xml +++ b/doxia-tools/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>35-SNAPSHOT</version> + <version>35</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml index fe3eb33..ee6ae5d 100644 --- a/maven-extensions/pom.xml +++ b/maven-extensions/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>35-SNAPSHOT</version> + <version>35</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index eddf61a..da0ba46 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -24,7 +24,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>35-SNAPSHOT</version> + <version>35</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml index c7d9b30..d88e4d0 100644 --- a/maven-shared-components/pom.xml +++ b/maven-shared-components/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>35-SNAPSHOT</version> + <version>35</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml index 76c6eae..98b650a 100644 --- a/maven-skins/pom.xml +++ b/maven-skins/pom.xml @@ -25,7 +25,7 @@ under the License. <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>35-SNAPSHOT</version> + <version>35</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index e83996c..6fb6ba0 100644 --- a/pom.xml +++ b/pom.xml @@ -32,7 +32,7 @@ under the License. <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>35-SNAPSHOT</version> + <version>35</version> <packaging>pom</packaging> <name>Apache Maven</name> @@ -902,7 +902,7 @@ under the License. <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</connection> <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-parent.git</developerConnection> <url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url> - <tag>HEAD</tag> + <tag>maven-parent-35</tag> </scm> <ciManagement> @@ -934,7 +934,7 @@ under the License. <sisuVersion>0.3.5</sisuVersion> <!-- don't fail check for some rules that are too hard to enforce (could even be told broken for some) --> <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength</checkstyle.violation.ignore> - <project.build.outputTimestamp>2020-01-26T09:04:18Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-02-27T18:03:24Z</project.build.outputTimestamp> </properties> <dependencyManagement>