Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update the gh-pages branch | Florian Zschocke | 2020-01-27 | 1 | -0/+9 |
| | | | | | | The site was generated, but updating the gh-pages branch was included in the `publishSite` target. So a new target is added and called, `updateSite`. | ||||
* | Adjust `release.template` for publishing releases on GitHub | Florian Zschocke | 2020-01-27 | 1 | -20/+44 |
| | | | | | | | | | | | | | | | | | The major change is switching from `publishBinaries`, which still exists and uploads to Bintray, to `releaseBinaries`, which creates a draft release on GitHub and uploads the binaries. Another change is some reordering. Now first the binaries are uploaded, the maven artifacts pubished and the tag and site pages pushed. Then the GitHub release is made public. Only after that is the minor version bumped and pushed. The whole script could use some error checking and stoping when things go wrong, instead of blindly continuing. A minor change, and temporary, is that we need and check for Ant 1.9, as we still build with Java 7. | ||||
* | Simplify build and contribution process back to master/trunk development | James Moger | 2015-11-23 | 1 | -14/+3 |
| | |||||
* | Merge non-fast-forward for release branch merges | James Moger | 2014-06-16 | 1 | -3/+3 |
| | |||||
* | Update build script for git-flow releases | James Moger | 2014-06-16 | 1 | -84/+96 |
| | |||||
* | Added buildMavenArtifacts target to release script template | James Moger | 2013-08-22 | 1 | -1/+1 |
| | |||||
* | Added maintaining a Maven repository to the build release process | James Moger | 2013-07-25 | 1 | -0/+32 |
| | |||||
* | Added release script template and build.xml adjustments | James Moger | 2013-07-14 | 1 | -0/+52 |