Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FIX: CLI version output #186

Merged
merged 3 commits into from
Sep 26, 2024
Merged

FIX: CLI version output #186

merged 3 commits into from
Sep 26, 2024

Conversation

carlwilson
Copy link
Member

  • replaced hard coded version in CliValidator:
    • now uses BuildVersionProvider which implements IVersionProvider; and
    • reads release details from a java properties resource file odf-apps/src/main/resources/org/openpreservation/odf/apps/build.properties;
  • updated version to 0.14.0-SNAPSHOT for development; and
  • checked in templated changes to batch files and documentation.

- replaced hard coded version in `CliValidator`:
  - now uses `BuildVersionProvider` which implements `IVersionProvider`; and
  - reads release details from a java properties resource file `odf-apps/src/main/resources/org/openpreservation/odf/apps/build.properties`;
- updated version to `0.14.0-SNAPSHOT` for development; and
- checked in templated changes to batch files and documentation.
- replaced hard coded version in `CliValidator`:
  - now uses `BuildVersionProvider` which implements `IVersionProvider`; and
  - reads release details from a java properties resource file `odf-apps/src/main/resources/org/openpreservation/odf/apps/build.properties`;
- updated version to `0.14.0-SNAPSHOT` for development; and
- checked in templated changes to batch files and documentation.
@carlwilson carlwilson closed this Sep 25, 2024
@carlwilson carlwilson reopened this Sep 25, 2024
@carlwilson carlwilson closed this Sep 25, 2024
@carlwilson carlwilson reopened this Sep 25, 2024
@carlwilson carlwilson self-assigned this Sep 25, 2024
@carlwilson carlwilson added the bug Something isn't working label Sep 25, 2024
@carlwilson carlwilson added this to the v0.14 milestone Sep 25, 2024
@carlwilson carlwilson linked an issue Sep 25, 2024 that may be closed by this pull request
@carlwilson carlwilson merged commit f04a783 into main Sep 26, 2024
13 checks passed
@carlwilson carlwilson deleted the fix/version-output branch September 26, 2024 07:41
@carlwilson carlwilson restored the fix/version-output branch September 26, 2024 07:42
@carlwilson carlwilson deleted the fix/version-output branch September 26, 2024 07:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

CLI doesn't accurately report project version.
1 participant