◐ Shell
reader mode source ↗
Skip to content
Permalink
base repository: scijava/scijava
base: main
...
head repository: scijava/scijava
Checking mergeability… Don’t worry, you can still create the pull request.
  • 2 commits
  • 26 files changed
  • 1 contributor

Commits on Sep 9, 2024

  1. Convert aggregator POM into a shared parent POM

    This transition will enable us to perform individual component
    releases as well as multiple simultaneous component releases:
    
    - Bump the version numbers of the to-be-released component(s)
    
    - Downgrade the version numbers of not-to-be-released components
      from their latest SNAPSHOT versions to their most recent releases
    
    - Remove the not-to-be-released components from the <modules> list
    
    The the remaining reactor will consist of only the to-be-released
    components, all at their newly minted release versions, and with
    no snapshot dependencies, for reproducibility.
    ctrueden committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    4c38f44 View commit details
  2. WIP: Bump scijava-ops-api minor version digit

    It has new API since ...
    ctrueden committed Sep 9, 2024
    Configuration menu
    Copy the full SHA
    57318ac View commit details
    Browse the repository at this point in the history
Loading