From 6e8b7298978f613fc7da9ee88582e0fa5a9468f4 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 29 Nov 2023 11:09:30 -0800 Subject: [PATCH] chore: release main (#47) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jeff Ching --- .release-please-manifest.json | 2 +- maven-workspace/bom/CHANGELOG.md | 5 +++++ maven-workspace/bom/pom.xml | 8 ++++---- maven-workspace/multi1/bom/pom.xml | 2 +- maven-workspace/multi1/pom.xml | 2 +- maven-workspace/multi1/primary/pom.xml | 2 +- maven-workspace/multi1/sub1/pom.xml | 2 +- maven-workspace/multi1/sub2/pom.xml | 2 +- maven-workspace/multi1/versions.txt | 8 ++++---- 9 files changed, 19 insertions(+), 14 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f86bc87..27df37e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,5 +2,5 @@ ".": "1.1.1", "maven-workspace/multi1": "0.2.0", "maven-workspace/multi2": "0.1.0", - "maven-workspace/bom": "0.1.0" + "maven-workspace/bom": "0.1.1" } \ No newline at end of file diff --git a/maven-workspace/bom/CHANGELOG.md b/maven-workspace/bom/CHANGELOG.md index 51baf45..f4e8358 100644 --- a/maven-workspace/bom/CHANGELOG.md +++ b/maven-workspace/bom/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +* The following workspace dependencies were updated + * com.google.example:multi1-bom bumped to 1.2.1-SNAPSHOT, + * com.google.example:multi1-sub1 bumped to 2.3.1-SNAPSHOT, + * com.google.example:multi1-sub2 bumped to 3.4.1-SNAPSHOT + ## 0.1.0 (2022-09-29) diff --git a/maven-workspace/bom/pom.xml b/maven-workspace/bom/pom.xml index c8065f7..fe5ecd6 100644 --- a/maven-workspace/bom/pom.xml +++ b/maven-workspace/bom/pom.xml @@ -2,25 +2,25 @@ com.google.example my-bom - 0.1.1-SNAPSHOT + 0.1.1 com.google.example multi1-bom - 1.1.1 + 1.2.1-SNAPSHOT pom import com.google.example multi1-sub1 - 2.2.2 + 2.3.1-SNAPSHOT com.google.example multi1-sub2 - 3.3.3 + 3.4.1-SNAPSHOT com.google.example diff --git a/maven-workspace/multi1/bom/pom.xml b/maven-workspace/multi1/bom/pom.xml index 54d2ee0..b07fb1c 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.2.0 + 1.2.1-SNAPSHOT \ No newline at end of file diff --git a/maven-workspace/multi1/pom.xml b/maven-workspace/multi1/pom.xml index 36f7348..178b06e 100644 --- a/maven-workspace/multi1/pom.xml +++ b/maven-workspace/multi1/pom.xml @@ -2,5 +2,5 @@ com.google.example multi1-parent - 0.2.0 + 1.2.1-SNAPSHOT \ No newline at end of file diff --git a/maven-workspace/multi1/primary/pom.xml b/maven-workspace/multi1/primary/pom.xml index 15cc1ba..7511e02 100644 --- a/maven-workspace/multi1/primary/pom.xml +++ b/maven-workspace/multi1/primary/pom.xml @@ -2,5 +2,5 @@ com.google.example multi1 - 1.2.0 + 1.2.1-SNAPSHOT \ No newline at end of file diff --git a/maven-workspace/multi1/sub1/pom.xml b/maven-workspace/multi1/sub1/pom.xml index 3c79621..ec0c213 100644 --- a/maven-workspace/multi1/sub1/pom.xml +++ b/maven-workspace/multi1/sub1/pom.xml @@ -2,5 +2,5 @@ com.google.example multi1-sub1 - 2.3.0 + 2.3.1-SNAPSHOT \ No newline at end of file diff --git a/maven-workspace/multi1/sub2/pom.xml b/maven-workspace/multi1/sub2/pom.xml index 88b67a0..45f2c22 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.4.0 + 3.4.1-SNAPSHOT \ No newline at end of file diff --git a/maven-workspace/multi1/versions.txt b/maven-workspace/multi1/versions.txt index 21c5b60..5fedd37 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.2.0:1.2.0 -multi1:1.2.0:1.2.0 -multi1-sub1:2.3.0:2.3.0 -multi1-sub2:3.4.0:3.4.0 \ No newline at end of file +multi1-bom:1.2.0:1.2.1-SNAPSHOT +multi1:1.2.0:1.2.1-SNAPSHOT +multi1-sub1:2.3.0:2.3.1-SNAPSHOT +multi1-sub2:3.4.0:3.4.1-SNAPSHOT \ No newline at end of file