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
commit 9d6333f0c0ba8f00657810b8403ac9e4227e9aa4 Author: Guillaume Nodet <gno...@gmail.com> AuthorDate: Tue Nov 15 00:11:19 2022 +0100 [maven-release-plugin] prepare release maven-parent-38 --- 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 | 10 +++++----- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/apache-resource-bundles/pom.xml b/apache-resource-bundles/pom.xml index e66a531..64e2904 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-SNAPSHOT</version> + <version>38</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/doxia-tools/pom.xml b/doxia-tools/pom.xml index dcefd53..a037eb8 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-SNAPSHOT</version> + <version>38</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/maven-extensions/pom.xml b/maven-extensions/pom.xml index 09f08f6..c0f6792 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-SNAPSHOT</version> + <version>38</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/maven-plugins/pom.xml b/maven-plugins/pom.xml index 7f1d352..39764c0 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-SNAPSHOT</version> + <version>38</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/maven-shared-components/pom.xml b/maven-shared-components/pom.xml index f35c70c..475bf80 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-SNAPSHOT</version> + <version>38</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/maven-skins/pom.xml b/maven-skins/pom.xml index fabc9ff..d872f77 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-SNAPSHOT</version> + <version>38</version> <relativePath>../pom.xml</relativePath> </parent> diff --git a/pom.xml b/pom.xml index cb83167..f96fd3d 100644 --- a/pom.xml +++ b/pom.xml @@ -24,13 +24,13 @@ under the License. <parent> <groupId>org.apache</groupId> <artifactId>apache</artifactId> - <version>28-SNAPSHOT</version> + <version>28</version> <relativePath>../asf/pom.xml</relativePath> </parent> <groupId>org.apache.maven</groupId> <artifactId>maven-parent</artifactId> - <version>38-SNAPSHOT</version> + <version>38</version> <packaging>pom</packaging> <name>Apache Maven</name> @@ -909,7 +909,7 @@ under the License. <scm> <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> - <tag>HEAD</tag> + <tag>maven-parent-38</tag> <url>https://github.com/apache/maven-parent/tree/${project.scm.tag}</url> </scm> @@ -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-07-20T17:09:29Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2022-11-14T23:08:32Z</project.build.outputTimestamp> </properties> <dependencyManagement> @@ -1217,10 +1217,10 @@ under the License. <executions> <execution> <id>checkstyle-check</id> - <phase>process-sources</phase> <goals> <goal>check</goal> </goals> + <phase>process-sources</phase> </execution> </executions> </plugin>