Skip to content

Commit

Permalink
Undo BOM changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hpehl committed Nov 29, 2024
1 parent 739d523 commit 509bbfc
Show file tree
Hide file tree
Showing 10 changed files with 5 additions and 641 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,7 @@ jobs:
server-password: OSSRH_PASSWORD
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE
- run: |
cd bom
$MVN deploy -P release
cd ..
$MVN deploy -P release
- run: $MVN deploy -P release
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
Expand Down
6 changes: 1 addition & 5 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,7 @@ jobs:
server-id: ossrh
server-username: OSSRH_USERNAME
server-password: OSSRH_PASSWORD
- run: |
cd bom
$MVN deploy
cd ..
$MVN deploy -DskipTests
- run: $MVN deploy -DskipTests
env:
OSSRH_USERNAME: ${{ secrets.OSSRH_USERNAME }}
OSSRH_PASSWORD: ${{ secrets.OSSRH_PASSWORD }}
6 changes: 1 addition & 5 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,4 @@ jobs:
java-version: 17
distribution: temurin
cache: maven
- run: |
cd bom
$MVN verify
cd ..
$MVN verify
- run: $MVN verify
92 changes: 1 addition & 91 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [1.7.0] - 2024-11-29

> [!WARNING]
> This release contains refactorings and deprecations that might break existing code.
Expand Down Expand Up @@ -1095,95 +1093,7 @@ Switch to Apache2 license
- for dependency upgrades
-->
























































































[Unreleased]: https://github.com/hal/elemento/compare/v1.7.0...HEAD
[1.7.0]: https://github.com/hal/elemento/compare/v1.6.11...v1.7.0
[Unreleased]: https://github.com/hal/elemento/compare/v1.6.11...HEAD
[1.6.11]: https://github.com/hal/elemento/compare/v1.6.10...v1.6.11
[1.6.10]: https://github.com/hal/elemento/compare/v1.6.9...v1.6.10
[1.6.9]: https://github.com/hal/elemento/compare/v1.6.8...v1.6.9
Expand Down
18 changes: 0 additions & 18 deletions bom/.mvn/wrapper/maven-wrapper.properties

This file was deleted.

Loading

0 comments on commit 509bbfc

Please sign in to comment.