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 5de2997 [maven-release-plugin] prepare for next development iteration 5de2997 is described below commit 5de2997cfea45d1931462775c175e4dbd900786b Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Nov 15 00:11:28 2022 +0100 [maven-release-plugin] prepare for next development iteration --- 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 | 8 ++++---- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apache-resource-bundles/pom.xml b/apache-resource-bundles/pom.xml index 64e2904..c79061a 100644 --- a/apache-resource-bundles/pom.xml +++ b/apache-resource-bundles/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>38</version> + <version>39-SNAPSHOT</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml index a037eb8..c77f3d9 100644 --- a/doxia-tools/pom.xml +++ b/doxia-tools/pom.xml @@ -23,7 +23,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> diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml index c0f6792..02d9685 100644 --- a/maven-extensions/pom.xml +++ b/maven-extensions/pom.xml @@ -23,7 +23,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> diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 39764c0..57b4d74 100644 --- a/maven-plugins/pom.xml +++ b/maven-plugins/pom.xml @@ -23,7 +23,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> diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml index 475bf80..2fbf04b 100644 --- a/maven-shared-components/pom.xml +++ b/maven-shared-components/pom.xml @@ -23,7 +23,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> diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml index d872f77..446492a 100644 --- a/maven-skins/pom.xml +++ b/maven-skins/pom.xml @@ -23,7 +23,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> diff --git a/pom.xml b/pom.xml index f96fd3d..9455e40 100644 --- a/pom.xml +++ b/pom.xml @@ -30,7 +30,7 @@ under the License. <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>38</version> + <version>39-SNAPSHOT</version> <packaging>pom</packaging> <name>Apache Maven</name> @@ -950,7 +950,7 @@ under the License. WhitespaceAfter,WhitespaceAround,GenericWhitespace</checkstyle.violation.spotless.ignore> <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength, ${checkstyle.violation.spotless.ignore}</checkstyle.violation.ignore> - <project.build.outputTimestamp>2022-11-14T23:08:32Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-11-14T23:11:28Z</project.build.outputTimestamp> </properties> <dependencyManagement> @@ -1173,8 +1173,8 @@ under the License. <importOrder> <file>config/maven-eclipse-importorder.txt</file> </importOrder> - <removeUnusedImports/> - <palantirJavaFormat/> + <removeUnusedImports /> + <palantirJavaFormat /> <licenseHeader> <file>config/maven-header-plain.txt</file> </licenseHeader>