@@ -285,10 +285,7 @@ INITIALISATION
285
285
<exec osfamily =" windows" executable =" tools/get-scala-commit-sha.bat" outputproperty =" git.commit.sha" failifexecutionfails =" false" />
286
286
<exec osfamily =" unix" executable =" tools/get-scala-commit-date" outputproperty =" git.commit.date" failifexecutionfails =" false" />
287
287
<exec osfamily =" windows" executable =" tools/get-scala-commit-date.bat" outputproperty =" git.commit.date" failifexecutionfails =" false" />
288
- <exec osfamily =" unix" executable =" tools/get-scala-commit-drift" outputproperty =" git.commit.drift" failifexecutionfails =" false" />
289
- <exec osfamily =" windows" executable =" tools/get-scala-commit-drift.bat" outputproperty =" git.commit.drift" failifexecutionfails =" false" />
290
288
<!-- some default in case something went wrong getting the revision -->
291
- <property name =" git.commit.drift" value =" 00000000" />
292
289
<property name =" git.commit.sha" value =" unknown" />
293
290
<property name =" git.commit.date" value =" unknown" />
294
291
@@ -298,7 +295,7 @@ INITIALISATION
298
295
value =" ${ version.major } .${ version.minor } .${ version.patch } ${ version.suffix } ${ maven.version.suffix } " />
299
296
<property
300
297
name =" version.number"
301
- value =" ${ maven. version.number } - ${ git.commit.date } -${ git.commit.drift } -${ git.commit.sha } " />
298
+ value =" ${ version.major } . ${ version.minor } . ${ version.patch } ${ version.suffix } -${ git.commit.date } -${ git.commit.sha } " />
302
299
<property
303
300
name =" osgi.version.number"
304
301
value =" ${ version.major } .${ version.minor } .${ version.patch } .v${ git.commit.date } ${ version.suffix } -${ git.commit.sha } " />
@@ -334,8 +331,8 @@ INITIALISATION
334
331
<echo message =" java args: ${ env.ANT_OPTS } ${ jvm.opts } " />
335
332
<echo message =" javac args: ${ javac.args } " />
336
333
<echo message =" scalac args: ${ scalac.args } " />
334
+ <echo message =" git date: ${ git.commit.date } " />
337
335
<echo message =" git hash: ${ git.commit.sha } " />
338
- <echo message =" git drift: ${ git.commit.drift } " />
339
336
<echo message =" maven version: ${ maven.version.number } " />
340
337
<echo message =" OSGi version: ${ osgi.version.number } " />
341
338
<echo message =" canonical version: ${ version.number } " />
0 commit comments