You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by er...@apache.org on 2017/08/09 23:42:19 UTC

[math] Update "maven-jgit-buildnumber-plugin".

Repository: commons-math
Updated Branches:
  refs/heads/master dcaed2dc2 -> 1e139db44


Update "maven-jgit-buildnumber-plugin".


Project: http://git-wip-us.apache.org/repos/asf/commons-math/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-math/commit/1e139db4
Tree: http://git-wip-us.apache.org/repos/asf/commons-math/tree/1e139db4
Diff: http://git-wip-us.apache.org/repos/asf/commons-math/diff/1e139db4

Branch: refs/heads/master
Commit: 1e139db440205db0b25e10ed0e324ae37b6e5bf8
Parents: dcaed2d
Author: Gilles <er...@apache.org>
Authored: Thu Aug 10 01:40:05 2017 +0200
Committer: Gilles <er...@apache.org>
Committed: Thu Aug 10 01:40:05 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-math/blob/1e139db4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e2e44a3..2701e59 100644
--- a/pom.xml
+++ b/pom.xml
@@ -483,7 +483,7 @@
 
     <!-- Temporary fix to replace svn-based build number with git-based build number -->
     <buildnumber.skip>true</buildnumber.skip>
-    <math.jgit.buildnumber.version>1.2.10</math.jgit.buildnumber.version>
+    <math.jgit.buildnumber.version>1.2.11</math.jgit.buildnumber.version>
     <implementation.build>${git.revision}; ${maven.build.timestamp}</implementation.build>
 
     <!-- Override default buildNumber timestamp format, needed for coveralls plugin -->
@@ -788,7 +788,7 @@
       <build>
         <plugins>
           <plugin>
-            <groupId>ru.concerteza.buildnumber</groupId>
+            <groupId>org.bidib.buildnumber</groupId>
             <artifactId>maven-jgit-buildnumber-plugin</artifactId>
             <version>${math.jgit.buildnumber.version}</version>
             <executions>