This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git
The following commit(s) were added to refs/heads/master by this push: new b822663b [maven-release-plugin] prepare for next development iteration b822663b is described below commit b822663bf973255a3e9c44e05f245b71f3ab3fcc Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Jan 6 23:59:58 2023 +0100 [maven-release-plugin] prepare for next development iteration --- pom.xml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 62af4bf7..b92bd0f9 100644 --- a/pom.xml +++ b/pom.xml @@ -24,11 +24,11 @@ under the License. <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> <version>38</version> - <relativePath/> + <relativePath /> </parent> <artifactId>maven-dependency-plugin</artifactId> - <version>3.5.0</version> + <version>3.5.1-SNAPSHOT</version> <packaging>maven-plugin</packaging> <name>Apache Maven Dependency Plugin</name> @@ -92,7 +92,7 @@ under the License. <pluginTestingVersion>3.3.0</pluginTestingVersion> <resolverVersion>1.0.0.v20140518</resolverVersion> <javaVersion>8</javaVersion> - <project.build.outputTimestamp>2023-01-06T22:57:48Z</project.build.outputTimestamp> + <project.build.outputTimestamp>2023-01-06T22:59:57Z</project.build.outputTimestamp> <slf4j.version>1.7.36</slf4j.version> <plexus-archiver.version>4.6.0</plexus-archiver.version> </properties> @@ -430,7 +430,7 @@ under the License. <localRepo> <source>${project.build.directory}/local-repo</source> </localRepo> - <proxyRepo/> + <proxyRepo /> </repositories> </configuration> <executions>