Skip to content

Latest commit

 

History

History
59 lines (40 loc) · 1.55 KB

CHANGELOG.md

File metadata and controls

59 lines (40 loc) · 1.55 KB

Changelog

Newer versions

See GitHub releases

1.11

Release date: 2015-08-18

  • Passing parameters and properties through the generated property file instead of command-line which caused problems (especially on Windows)
  • Changed core dependency from 1.480 to 1.596
  • Updated dependency on "token-macro" plugin (1.10)
  • Dropped compatibility with Java 1.5

1.10

Release date: 2013-10-31

  • Load environment variables with <property environment="env"/> by default, so they are accessible via ${env.VARIABLE}
  • Fixed missing job options in command line properties

1.9

Release date: 2013-07-15

  • Build files are now automatically deleted by default so you need to update job configuration if you want to keep them
  • Fixing upgrade issue with ant-contrib in version 1.8

1.8

Release date: 2013-06-28

  • Remove archive copying of buildfile to job directory
  • Cleanup dependencies in pom.xml

1.7

Release date: 2013-06-24

  • Added option to keep build files for each build step, it's deleted by default now
  • Added dependency on "ant" plugin (1.2)
  • Added dependency on "token-macro" plugin (1.7)
  • Option for disabling ant-contrib has been moved to build step configuration
  • Changed dependency to core 1.480

1.6

Release date: 2012-08-28

  • Fixing typo in extendedScriptSource

1.5

Release date: 2012-06-21

  • Fixing typo

1.4

Release date: 2012-06-20

  • Fixing build file when extended script source is null

1.3

Release date: 2012-06-06

  • First public release