From 75462ca9263152f83c4fa7d5b113258f39aaefd3 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Thu, 29 Sep 2022 15:14:25 -0700 Subject: [PATCH] chore: release main (#36) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> --- .release-please-manifest.json | 5 ++++- maven-workspace/bom/CHANGELOG.md | 8 ++++++++ maven-workspace/bom/pom.xml | 2 +- maven-workspace/bom/versions.txt | 2 +- maven-workspace/multi1/CHANGELOG.md | 8 ++++++++ maven-workspace/multi1/bom/pom.xml | 2 +- maven-workspace/multi1/pom.xml | 2 +- maven-workspace/multi1/primary/pom.xml | 2 +- maven-workspace/multi1/sub2/pom.xml | 2 +- maven-workspace/multi1/versions.txt | 8 ++++---- maven-workspace/multi2/CHANGELOG.md | 8 ++++++++ maven-workspace/multi2/bom/pom.xml | 2 +- maven-workspace/multi2/pom.xml | 2 +- maven-workspace/multi2/primary/pom.xml | 2 +- maven-workspace/multi2/sub1/pom.xml | 2 +- maven-workspace/multi2/sub2/pom.xml | 2 +- maven-workspace/multi2/versions.txt | 8 ++++---- 17 files changed, 47 insertions(+), 20 deletions(-) create mode 100644 maven-workspace/bom/CHANGELOG.md create mode 100644 maven-workspace/multi1/CHANGELOG.md create mode 100644 maven-workspace/multi2/CHANGELOG.md diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b55c11f..86bc68b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,6 @@ { - ".": "1.1.1" + ".": "1.1.1", + "maven-workspace/multi1": "0.1.0", + "maven-workspace/multi2": "0.1.0", + "maven-workspace/bom": "0.1.0" } \ No newline at end of file diff --git a/maven-workspace/bom/CHANGELOG.md b/maven-workspace/bom/CHANGELOG.md new file mode 100644 index 0000000..51baf45 --- /dev/null +++ b/maven-workspace/bom/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2022-09-29) + + +### Bug Fixes + +* add missing files ([a66da8d](https://github.com/chingor13/release-please-playground/commit/a66da8d943642276f7b8f9f0c33c48e6c36a017f)) diff --git a/maven-workspace/bom/pom.xml b/maven-workspace/bom/pom.xml index c6c3f43..6a8846b 100644 --- a/maven-workspace/bom/pom.xml +++ b/maven-workspace/bom/pom.xml @@ -2,7 +2,7 @@ com.google.example my-bom - 1.2.4-SNAPSHOT + 0.1.0 diff --git a/maven-workspace/bom/versions.txt b/maven-workspace/bom/versions.txt index 484187c..46133a8 100644 --- a/maven-workspace/bom/versions.txt +++ b/maven-workspace/bom/versions.txt @@ -1,4 +1,4 @@ # Format: # module:released-version:current-version -my-bom:1.2.3:1.2.4-SNAPSHOT +my-bom:1.2.4:1.2.4 diff --git a/maven-workspace/multi1/CHANGELOG.md b/maven-workspace/multi1/CHANGELOG.md new file mode 100644 index 0000000..51baf45 --- /dev/null +++ b/maven-workspace/multi1/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2022-09-29) + + +### Bug Fixes + +* add missing files ([a66da8d](https://github.com/chingor13/release-please-playground/commit/a66da8d943642276f7b8f9f0c33c48e6c36a017f)) diff --git a/maven-workspace/multi1/bom/pom.xml b/maven-workspace/multi1/bom/pom.xml index b6df83b..caf82eb 100644 --- a/maven-workspace/multi1/bom/pom.xml +++ b/maven-workspace/multi1/bom/pom.xml @@ -2,5 +2,5 @@ com.google.example multi1-bom - 1.1.2-SNAPSHOT + 1.1.2 \ No newline at end of file diff --git a/maven-workspace/multi1/pom.xml b/maven-workspace/multi1/pom.xml index f54393b..15bd66c 100644 --- a/maven-workspace/multi1/pom.xml +++ b/maven-workspace/multi1/pom.xml @@ -2,5 +2,5 @@ com.google.example multi1-parent - 1.1.2-SNAPSHOT + 0.1.0 \ No newline at end of file diff --git a/maven-workspace/multi1/primary/pom.xml b/maven-workspace/multi1/primary/pom.xml index fd569d0..646d027 100644 --- a/maven-workspace/multi1/primary/pom.xml +++ b/maven-workspace/multi1/primary/pom.xml @@ -2,5 +2,5 @@ com.google.example multi1 - 1.1.2-SNAPSHOT + 1.1.2 \ No newline at end of file diff --git a/maven-workspace/multi1/sub2/pom.xml b/maven-workspace/multi1/sub2/pom.xml index ee080cf..71e83fd 100644 --- a/maven-workspace/multi1/sub2/pom.xml +++ b/maven-workspace/multi1/sub2/pom.xml @@ -2,5 +2,5 @@ com.google.example multi1-sub2 - 3.3.4-SNAPSHOT + 3.3.4 \ No newline at end of file diff --git a/maven-workspace/multi1/versions.txt b/maven-workspace/multi1/versions.txt index 6e69d7a..ddf766b 100644 --- a/maven-workspace/multi1/versions.txt +++ b/maven-workspace/multi1/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -multi1-bom:1.1.1:1.1.2-SNAPSHOT -multi1:1.1.1:1.1.2-SNAPSHOT -multi1-sub1:2.2.2:2.2.3-SNAPSHOT -multi1-sub2:3.3.3:3.3.4-SNAPSHOT \ No newline at end of file +multi1-bom:1.1.2:1.1.2 +multi1:1.1.2:1.1.2 +multi1-sub1:2.2.3:2.2.3 +multi1-sub2:3.3.4:3.3.4 \ No newline at end of file diff --git a/maven-workspace/multi2/CHANGELOG.md b/maven-workspace/multi2/CHANGELOG.md new file mode 100644 index 0000000..51baf45 --- /dev/null +++ b/maven-workspace/multi2/CHANGELOG.md @@ -0,0 +1,8 @@ +# Changelog + +## 0.1.0 (2022-09-29) + + +### Bug Fixes + +* add missing files ([a66da8d](https://github.com/chingor13/release-please-playground/commit/a66da8d943642276f7b8f9f0c33c48e6c36a017f)) diff --git a/maven-workspace/multi2/bom/pom.xml b/maven-workspace/multi2/bom/pom.xml index 70228f2..2ff1b25 100644 --- a/maven-workspace/multi2/bom/pom.xml +++ b/maven-workspace/multi2/bom/pom.xml @@ -2,5 +2,5 @@ com.google.example multi2-bom - 4.4.5-SNAPSHOT + 1.1.2 \ No newline at end of file diff --git a/maven-workspace/multi2/pom.xml b/maven-workspace/multi2/pom.xml index 3f9bbb1..614ae05 100644 --- a/maven-workspace/multi2/pom.xml +++ b/maven-workspace/multi2/pom.xml @@ -2,5 +2,5 @@ com.google.example multi2-parent - 4.4.5-SNAPSHOT + 0.1.0 \ No newline at end of file diff --git a/maven-workspace/multi2/primary/pom.xml b/maven-workspace/multi2/primary/pom.xml index fe192f4..d368395 100644 --- a/maven-workspace/multi2/primary/pom.xml +++ b/maven-workspace/multi2/primary/pom.xml @@ -2,5 +2,5 @@ com.google.example multi2 - 4.4.5-SNAPSHOT + 1.1.2 \ No newline at end of file diff --git a/maven-workspace/multi2/sub1/pom.xml b/maven-workspace/multi2/sub1/pom.xml index 19d7408..9c2452f 100644 --- a/maven-workspace/multi2/sub1/pom.xml +++ b/maven-workspace/multi2/sub1/pom.xml @@ -2,5 +2,5 @@ com.google.example multi2-sub1 - 5.5.6-SNAPSHOT + 1.1.2 \ No newline at end of file diff --git a/maven-workspace/multi2/sub2/pom.xml b/maven-workspace/multi2/sub2/pom.xml index 175f79b..9be1fe9 100644 --- a/maven-workspace/multi2/sub2/pom.xml +++ b/maven-workspace/multi2/sub2/pom.xml @@ -2,5 +2,5 @@ com.google.example multi2-sub2 - 6.6.7-SNAPSHOT + 3.3.4 \ No newline at end of file diff --git a/maven-workspace/multi2/versions.txt b/maven-workspace/multi2/versions.txt index 6300023..4616fc9 100644 --- a/maven-workspace/multi2/versions.txt +++ b/maven-workspace/multi2/versions.txt @@ -1,7 +1,7 @@ # Format: # module:released-version:current-version -multi2-bom:1.1.1:4.4.5-SNAPSHOT -multi2:1.1.1:4.4.5-SNAPSHOT -multi2-sub1:2.2.2:5.5.6-SNAPSHOT -multi2-sub2:3.3.3:6.6.7-SNAPSHOT \ No newline at end of file +multi2-bom:1.1.2:1.1.2 +multi2:1.1.2:1.1.2 +multi2-sub1:2.2.3:2.2.3 +multi2-sub2:3.3.4:3.3.4 \ No newline at end of file