You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by mt...@apache.org on 2021/04/26 13:54:29 UTC

[maven-shared-utils] branch master updated: [maven-release-plugin] prepare for next development iteration

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

mthmulders pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
     new f45fc4e  [maven-release-plugin] prepare for next development iteration
f45fc4e is described below

commit f45fc4edf74b02b05851d5f9ad7d92d6dede90b5
Author: Maarten Mulders <mt...@apache.org>
AuthorDate: Mon Apr 26 15:54:26 2021 +0200

    [maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 8faf21d..ff9236c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   </parent>
 
   <artifactId>maven-shared-utils</artifactId>
-  <version>3.3.4</version>
+  <version>3.3.5-SNAPSHOT</version>
 
   <name>Apache Maven Shared Utils</name>
   <description>Shared utilities for use by Maven core and plugins</description>
@@ -36,7 +36,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git</developerConnection>
     <url>https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}</url>
-    <tag>maven-shared-utils-3.3.4</tag>
+    <tag>HEAD</tag>
  </scm>
   <issueManagement>
     <system>jira</system>
@@ -61,7 +61,7 @@
 
   <properties>
     <checkstyle.violation.ignore>RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,ModifierOrder</checkstyle.violation.ignore>
-    <project.build.outputTimestamp>2021-04-26T13:53:43Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2021-04-26T13:54:25Z</project.build.outputTimestamp>
     <javaVersion>7</javaVersion>
     <mavenVersion>3.1.0</mavenVersion>
   </properties>