Skip to content

Commit

Permalink
chore: release main (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Nov 29, 2023
1 parent 6e8b729 commit a0978a9
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
".": "1.1.1",
"maven-workspace/multi1": "0.2.0",
"maven-workspace/multi2": "0.1.0",
"maven-workspace/bom": "0.1.1"
"maven-workspace/bom": "0.1.2"
}
7 changes: 7 additions & 0 deletions maven-workspace/bom/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@
* com.google.example:multi1-sub1 bumped to 2.3.1-SNAPSHOT,
* com.google.example:multi1-sub2 bumped to 3.4.1-SNAPSHOT

## [0.1.2](https://github.com/chingor13/release-please-playground/compare/bom-v0.1.1...bom-v0.1.2) (2023-11-29)


### Bug Fixes

* add missing files ([a66da8d](https://github.com/chingor13/release-please-playground/commit/a66da8d943642276f7b8f9f0c33c48e6c36a017f))

## 0.1.0 (2022-09-29)


Expand Down
2 changes: 1 addition & 1 deletion maven-workspace/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>my-bom</artifactId>
<version>0.1.1</version><!-- {x-version-update:multi1-bom:current} -->
<version>0.1.2</version><!-- {x-version-update:multi1-bom:current} -->
<dependencyManagement>
<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion maven-workspace/bom/versions.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Format:
# module:released-version:current-version

my-bom:1.2.4:1.2.5-SNAPSHOT
my-bom:1.2.5:1.2.5

0 comments on commit a0978a9

Please sign in to comment.