diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 86bc68b..f86bc87 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,6 +1,6 @@ { ".": "1.1.1", - "maven-workspace/multi1": "0.1.0", + "maven-workspace/multi1": "0.2.0", "maven-workspace/multi2": "0.1.0", "maven-workspace/bom": "0.1.0" } \ No newline at end of file diff --git a/maven-workspace/multi1/CHANGELOG.md b/maven-workspace/multi1/CHANGELOG.md index 51baf45..62443dc 100644 --- a/maven-workspace/multi1/CHANGELOG.md +++ b/maven-workspace/multi1/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.0](https://github.com/chingor13/release-please-playground/compare/multi1-v0.1.0...multi1-v0.2.0) (2022-10-10) + + +### Features + +* add new README ([9391f1b](https://github.com/chingor13/release-please-playground/commit/9391f1bcccfdbd4abf25040b263e80feea36b342)) + ## 0.1.0 (2022-09-29) diff --git a/maven-workspace/multi1/bom/pom.xml b/maven-workspace/multi1/bom/pom.xml index b985e36..54d2ee0 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.3-SNAPSHOT + 1.2.0 \ No newline at end of file diff --git a/maven-workspace/multi1/pom.xml b/maven-workspace/multi1/pom.xml index f2d130b..36f7348 100644 --- a/maven-workspace/multi1/pom.xml +++ b/maven-workspace/multi1/pom.xml @@ -2,5 +2,5 @@ com.google.example multi1-parent - 0.1.1-SNAPSHOT + 0.2.0 \ No newline at end of file diff --git a/maven-workspace/multi1/primary/pom.xml b/maven-workspace/multi1/primary/pom.xml index 5e72fdb..15cc1ba 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.3-SNAPSHOT + 1.2.0 \ No newline at end of file diff --git a/maven-workspace/multi1/sub1/pom.xml b/maven-workspace/multi1/sub1/pom.xml index 24b7c69..3c79621 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.2.3-SNAPSHOT + 2.3.0 \ No newline at end of file diff --git a/maven-workspace/multi1/sub2/pom.xml b/maven-workspace/multi1/sub2/pom.xml index 6ee41ab..88b67a0 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.5-SNAPSHOT + 3.4.0 \ No newline at end of file diff --git a/maven-workspace/multi1/versions.txt b/maven-workspace/multi1/versions.txt index 8c0247a..21c5b60 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.2:1.1.3-SNAPSHOT -multi1:1.1.2:1.1.3-SNAPSHOT -multi1-sub1:2.2.3:2.2.4-SNAPSHOT -multi1-sub2:3.3.4:3.3.5-SNAPSHOT \ No newline at end of file +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