You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by el...@apache.org on 2020/07/16 19:56:09 UTC

[maven-dependency-analyzer] branch master updated: [maven-release-plugin] prepare release maven-dependency-analyzer-1.11.2

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

elharo 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 a8c9afc  [maven-release-plugin] prepare release maven-dependency-analyzer-1.11.2
a8c9afc is described below

commit a8c9afc42c32434b832dd0a4967613e7a169f104
Author: Elliotte Rusty Harold <el...@ibiblio.org>
AuthorDate: Thu Jul 16 15:56:05 2020 -0400

    [maven-release-plugin] prepare release maven-dependency-analyzer-1.11.2
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 9d41ad3..40a1f87 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@
 
   <artifactId>maven-dependency-analyzer</artifactId>
   <packaging>jar</packaging>
-  <version>1.11.2-SNAPSHOT</version>
+  <version>1.11.2</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>HEAD</tag>
+    <tag>maven-dependency-analyzer-1.11.2</tag>
   </scm>
   <issueManagement>
     <system>jira</system>
@@ -61,7 +61,7 @@
   <properties>
     <mavenVersion>2.0.5</mavenVersion>
     <javaVersion>7</javaVersion>
-    <project.build.outputTimestamp>2020-04-04T09:03:59Z</project.build.outputTimestamp>
+    <project.build.outputTimestamp>2020-07-16T19:55:32Z</project.build.outputTimestamp>
   </properties>
 
   <dependencyManagement>