Phil Steitz wrote:

> On 1/9/15 6:53 AM, Jörg Schaible wrote:
>> Hi Luc,
>>
>> Luc Maisonobe wrote:
>>
>>> This is a [VOTE] for releasing Apache Commons Math 3.4.1 from release
>>> candidate 1.
>>>
>>> Tag name:
>>>   MATH_3_4_1_RC1 (signature can be checked from git using 'git tag -v')
>>>
>>> Tag URL:
>>>
>>> <https://git-wip-us.apache.org/repos/asf?p=commons-math.git;a=commit;h=ef6e0f882819e7c5230aece1610297e67775cca2>
>>>
>>> Commit ID the tag points at:
>>>   ef6e0f882819e7c5230aece1610297e67775cca2
>>>
>>> Site:
>>>   <http://people.apache.org/~luc/commons-math-3.4.1-RC1-site>
>>>
>>> Distribution files:
>>>   https://dist.apache.org/repos/dist/dev/commons/math/
>>>
>>> Distribution files hashes (SHA1):
>>> 165244fec72fa874ac5efe2d3b7926ab853e0783 commons-math3-3.4.1-bin.tar.gz
>>> 2e9b1df32db85e3bc290d06eda26a01ef5ed6182 commons-math3-3.4.1-bin.zip
>>> 5068444e55b27a506183a86b2df071b3868b0104 commons-math3-3.4.1-src.tar.gz
>>> 2c4f0742a235a71f9b3cb09dee1946e270055d43 commons-math3-3.4.1-src.zip
>>>
>>> KEYS file to check signatures:
>>>   http://www.apache.org/dist/commons/KEYS
>>>
>>> Maven artifacts:
>>>
>>>
>> 
<https://repository.apache.org/content/repositories/orgapachecommons-1075/org/apache/commons/commons-math3/3.4.1/>
>>> [ ] +1 Release it.
>>> [ ] +0 Go ahead; I don't care.
>>> [ ] -0 There are a few minor glitches: ...
>>> [ ] -1 No, do not release it because ...
>>>
>>> This vote will close in 72 hours, at 2015-01-11T19:30:00Z (this is UTC
>>> time).
>> there are oddities in the build now. Due to the maven-jgit-buildnumber-
>> plugin you have to use now Java 6 to build.
> 
> Yes, that is one of the hacks I had to do to get maven to build it
> under 1.5.

Nevertheless, you can build with JDK >= 1.6, but use profile of Java 1.5. I 
don't understand, why the plugin is used at all:

[snip]

>> Fortunately the build does not fail. However, it seems that we determine
>> the build number twice now:
>>
>> =================== %< =====================
>> [INFO] --- buildnumber-maven-plugin:1.2:create (default) @ commons-math3
>> [--- INFO] Checking for local modifications: skipped.
>> [INFO] Updating project files from SCM: skipped.
>> [INFO] Executing: /bin/sh -c cd /home/joehni/tmp/download/commons-
>> math3-3.4.1-src && git rev-parse --verify HEAD
>> [INFO] Working directory:
>> [/home/joehni/tmp/download/commons-math3-3.4.1-src INFO] Storing
>> [buildNumber: ?????? at timestamp: 1420792613249 INFO] Executing: /bin/sh
>> [-c cd /home/joehni/tmp/download/commons-
>> math3-3.4.1-src && git rev-parse --verify HEAD
>> [INFO] Working directory:
>> [/home/joehni/tmp/download/commons-math3-3.4.1-src INFO] Storing
>> [buildScmBranch: UNKNOWN_BRANCH INFO]
>> [INFO] --- maven-jgit-buildnumber-plugin:1.2.8:extract-buildnumber
>> [(default)
>> @ commons-math3 ---
>> [ERROR]
>> =================== %< =====================
>>
>> So, do we need this plugin at all?

- Jörg


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to