You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/11/22 08:10:15 UTC

[maven-dependency-plugin] branch master updated: Bump project version to 3.4.0-SNAPSHOT

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

sjaranowski 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 0eabeef8 Bump project version to 3.4.0-SNAPSHOT
0eabeef8 is described below

commit 0eabeef83b4ced3b7d1e72b3da69adfa348a3e6a
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Tue Nov 22 09:09:48 2022 +0100

    Bump project version to 3.4.0-SNAPSHOT
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2815ad2d..01c6616e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   </parent>
 
   <artifactId>maven-dependency-plugin</artifactId>
-  <version>3.3.1-SNAPSHOT</version>
+  <version>3.4.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Dependency Plugin</name>
@@ -94,7 +94,7 @@ under the License.
     <pluginTestingVersion>3.3.0</pluginTestingVersion>
     <resolverVersion>1.0.0.v20140518</resolverVersion>
     <javaVersion>8</javaVersion>
-    <project.build.outputTimestamp>2022-03-05T18:51:54Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-11-22T08:07:26Z</project.build.outputTimestamp>
     <slf4j.version>1.7.36</slf4j.version>
   </properties>