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 2023/01/23 18:06:09 UTC

[maven-deploy-plugin] branch master updated: Bump project version to 3.1.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-deploy-plugin.git


The following commit(s) were added to refs/heads/master by this push:
     new 6c2ce48  Bump project version to 3.1.0-SNAPSHOT
6c2ce48 is described below

commit 6c2ce4894791f7071285522ad5b243d28469818e
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Jan 23 19:04:36 2023 +0100

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

diff --git a/pom.xml b/pom.xml
index aeb11b5..c6ec6c2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@ under the License.
   </parent>
 
   <artifactId>maven-deploy-plugin</artifactId>
-  <version>3.0.1-SNAPSHOT</version>
+  <version>3.1.0-SNAPSHOT</version>
   <packaging>maven-plugin</packaging>
 
   <name>Apache Maven Deploy Plugin</name>
@@ -88,7 +88,7 @@ under the License.
     <mavenSurefirePluginVersion>${surefire.version}</mavenSurefirePluginVersion>
     <mavenWarPluginVersion>3.3.2</mavenWarPluginVersion>
 
-    <project.build.outputTimestamp>2022-07-16T16:14:30Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2023-01-23T18:00:59Z</project.build.outputTimestamp>
   </properties>
 
   <dependencies>