The Allergy API plan. More details of the release in https://wiki.openmrs.org/x/i4DTAw

Build: #103 was successful Changes by Burke Mamlin <burke@openmrs.org> and Ian Bacher

Stages & jobs

  1. Default Stage

  2. Release

    Requires a user to start manually

Build result summary

Details

Completed
Queue duration
44 minutes
Duration
1 minute
Labels
None
Revisions
Git
fec77c13ae38b7682a6933230b7d9cbc2b6b1c74 fec77c13ae38b7682a6933230b7d9cbc2b6b1c74
Release scripts
681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7
Total tests
50
Successful since
#98 ()

Tests

  • 0 New failures
  • 0 Existing failures
  • 0 Fixed

Code commits

Git
Author Commit Message Commit date
Ian Bacher Ian Bacher fec77c13ae38b7682a6933230b7d9cbc2b6b1c74 fec77c13ae38b7682a6933230b7d9cbc2b6b1c74 Updating repository URLs to HTTPS
For details on why this change is happening see this Talk post: https://talk.openmrs.org/t/maven-3-8-1-and-http-repositories/33364

If this commit causes issues, please feel free to revert
Release scripts
Author Commit Message Commit date
Burke Mamlin <burke@openmrs.org> Burke Mamlin <burke@openmrs.org> 681f3bff12454842e7e4fae01a15ce2827d75dc7 681f3bff12454842e7e4fae01a15ce2827d75dc7 Fix sourceforge rsync transfers
Sourceforge key is now under a sourceforge subfolder. Use "openmrs" username.
Ian Bacher Ian Bacher 1969d1c2650fc66ab14f5edb4052a329a196f370 1969d1c2650fc66ab14f5edb4052a329a196f370 Update release-prepare-perform.sh
Hopefully fix the regex issue
Ian Bacher Ian Bacher ce18ee46b521ba3039496ba220aeddd4b313c5e5 ce18ee46b521ba3039496ba220aeddd4b313c5e5 Update release script to support semvers (#7)
* Uses a POSIX-compatible version of the regex for identifying semvers
* Reserves the ending -SNAPSHOT for development versions so we don't break the logic that follows

See: https://talk.openmrs.org/t/easing-semver-constraint-on-releasing-modules-from-bamboo/27716/2