You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by mm...@apache.org on 2019/07/25 16:14:48 UTC

[pulsar] branch master updated: upgrade git_commit_id_plugin to 3.0 (#4801)

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

mmerli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 88c8544  upgrade git_commit_id_plugin to 3.0 (#4801)
88c8544 is described below

commit 88c854473346507563305d6b65d7a094f7531964
Author: Jia Zhai <zh...@apache.org>
AuthorDate: Fri Jul 26 00:14:43 2019 +0800

    upgrade git_commit_id_plugin to 3.0 (#4801)
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ef19d94..6b859eb 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1007,7 +1007,7 @@ flexible messaging model and an intuitive client API.</description>
         <groupId>joda-time</groupId>
         <artifactId>joda-time</artifactId>
         <version>${joda.version}</version>
-      </dependency>      
+      </dependency>
       <dependency>
         <groupId>org.javassist</groupId>
         <artifactId>javassist</artifactId>
@@ -1449,7 +1449,7 @@ flexible messaging model and an intuitive client API.</description>
         <plugin>
           <groupId>pl.project13.maven</groupId>
           <artifactId>git-commit-id-plugin</artifactId>
-          <version>2.2.4</version>
+          <version>3.0.0</version>
         </plugin>
       </plugins>
     </pluginManagement>