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 e25b955  [maven-release-plugin] prepare for next development iteration
e25b955 is described below

commit e25b955566da8bbba0b54f631caca731bab74920
Author: Slawomir Jaranowski <s.jaranow...@gmail.com>
AuthorDate: Wed Apr 12 20:06:23 2023 +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 e7efde6..723d952 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@
   </parent>
 
   <artifactId>maven-dependency-analyzer</artifactId>
-  <version>1.13.1</version>
+  <version>1.13.2-SNAPSHOT</version>
   <packaging>jar</packaging>
 
   <name>Apache Maven Dependency Analyzer</name>
@@ -38,7 +38,7 @@
   <scm>
     
<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>
-    <tag>maven-dependency-analyzer-1.13.1</tag>
+    <tag>HEAD</tag>
     
<url>https://github.com/apache/maven-dependency-analyzer/tree/${project.scm.tag}</url>
   </scm>
   <issueManagement>
@@ -60,7 +60,7 @@
     <mavenVersion>3.2.5</mavenVersion>
     <slf4jVersion>1.7.36</slf4jVersion>
     <javaVersion>8</javaVersion>
-    
<project.build.outputTimestamp>2023-04-12T18:06:02Z</project.build.outputTimestamp>
+    
<project.build.outputTimestamp>2023-04-12T18:06:23Z</project.build.outputTimestamp>
     <!-- TODO check with next parent -->
     <maven.plugin.tools.version>3.8.1</maven.plugin.tools.version>
   </properties>

Reply via email to