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/01/24 19:57:28 UTC

[maven-dependency-analyzer] branch master updated: [maven-release-plugin] prepare for next development iteration

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-analyzer.git


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

commit cc3a700b86b421b47b6745412bf3628830eea3ab
Author: Slawomir Jaranowski <s....@gmail.com>
AuthorDate: Mon Jan 24 20:57:26 2022 +0100

    [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 6b6d615..f73044f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>maven-dependency-analyzer</artifactId>
   <packaging>jar</packaging>
-  <version>1.12.0</version>
+  <version>1.12.1-SNAPSHOT</version>
 
   <name>Apache Maven Dependency Analyzer</name>
   <description>
@@ -41,7 +41,7 @@
     <connection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git</connection>
     <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/maven-dependency-analyzer.git</developerConnection>
     <url>https://github.com/apache/maven-dependency-analyzer/tree/${project.scm.tag}</url>
-    <tag>maven-dependency-analyzer-1.12.0</tag>
+    <tag>HEAD</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -62,7 +62,7 @@
     <mavenVersion>2.0.5</mavenVersion>
     <surefire.version>2.22.2</surefire.version>
     <javaVersion>8</javaVersion>
-    <project.build.outputTimestamp>2022-01-24T19:56:40Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2022-01-24T19:57:26Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>