Skip to content

Commit

Permalink
chore: release main (#47)
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>
Co-authored-by: Jeff Ching <[email protected]>
  • Loading branch information
release-please[bot] and chingor13 authored Nov 29, 2023
1 parent eb7e98a commit 6e8b729
Show file tree
Hide file tree
Showing 9 changed files with 19 additions and 14 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.0"
"maven-workspace/bom": "0.1.1"
}
5 changes: 5 additions & 0 deletions maven-workspace/bom/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
8 changes: 4 additions & 4 deletions maven-workspace/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,25 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>my-bom</artifactId>
<version>0.1.1-SNAPSHOT</version><!-- {x-version-update:multi1-bom:current} -->
<version>0.1.1</version><!-- {x-version-update:multi1-bom:current} -->
<dependencyManagement>
<dependencies>
<dependency>
<groupId>com.google.example</groupId>
<artifactId>multi1-bom</artifactId>
<version>1.1.1</version>
<version>1.2.1-SNAPSHOT</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>com.google.example</groupId>
<artifactId>multi1-sub1</artifactId>
<version>2.2.2</version>
<version>2.3.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.example</groupId>
<artifactId>multi1-sub2</artifactId>
<version>3.3.3</version>
<version>3.4.1-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>com.google.example</groupId>
Expand Down
2 changes: 1 addition & 1 deletion maven-workspace/multi1/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>multi1-bom</artifactId>
<version>1.2.0</version><!-- {x-version-update:multi1-bom:current} -->
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:multi1-bom:current} -->
</project>
2 changes: 1 addition & 1 deletion maven-workspace/multi1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>multi1-parent</artifactId>
<version>0.2.0</version><!-- {x-version-update:multi1:current} -->
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:multi1:current} -->
</project>
2 changes: 1 addition & 1 deletion maven-workspace/multi1/primary/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>multi1</artifactId>
<version>1.2.0</version><!-- {x-version-update:multi1:current} -->
<version>1.2.1-SNAPSHOT</version><!-- {x-version-update:multi1:current} -->
</project>
2 changes: 1 addition & 1 deletion maven-workspace/multi1/sub1/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>multi1-sub1</artifactId>
<version>2.3.0</version><!-- {x-version-update:multi1-sub1:current} -->
<version>2.3.1-SNAPSHOT</version><!-- {x-version-update:multi1-sub1:current} -->
</project>
2 changes: 1 addition & 1 deletion maven-workspace/multi1/sub2/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<project>
<groupId>com.google.example</groupId>
<artifactId>multi1-sub2</artifactId>
<version>3.4.0</version><!-- {x-version-update:multi1-sub2:current} -->
<version>3.4.1-SNAPSHOT</version><!-- {x-version-update:multi1-sub2:current} -->
</project>
8 changes: 4 additions & 4 deletions maven-workspace/multi1/versions.txt
Original file line number Diff line number Diff line change
@@ -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
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

0 comments on commit 6e8b729

Please sign in to comment.