This repository was archived by the owner on Oct 3, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +21
-2
lines changed
Expand file tree Collapse file tree 3 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -10,3 +10,7 @@ branches:
1010 handleGHRelease : true
1111 releaseType : java-backport
1212 branch : 1.1.x
13+ - bumpMinorPreMajor : true
14+ handleGHRelease : true
15+ releaseType : java-backport
16+ branch : 1.2.x
Original file line number Diff line number Diff line change @@ -48,6 +48,21 @@ branchProtectionRules:
4848 - ' Kokoro - Test: Integration'
4949 - cla/google
5050 - OwlBot Post Processor
51+ - pattern : 1.2.x
52+ isAdminEnforced : true
53+ requiredApprovingReviewCount : 1
54+ requiresCodeOwnerReviews : true
55+ requiresStrictStatusChecks : false
56+ requiredStatusCheckContexts :
57+ - dependencies (8)
58+ - dependencies (11)
59+ - lint
60+ - clirr
61+ - units (8)
62+ - units (11)
63+ - ' Kokoro - Test: Integration'
64+ - cla/google
65+ - OwlBot Post Processor
5166permissionRules :
5267 - team : yoshi-admins
5368 permission : admin
Original file line number Diff line number Diff line change @@ -56,13 +56,13 @@ implementation 'com.google.cloud:google-cloud-resourcemanager'
5656If you are using Gradle without BOM, add this to your dependencies
5757
5858``` Groovy
59- implementation 'com.google.cloud:google-cloud-resourcemanager:1.3.1 '
59+ implementation 'com.google.cloud:google-cloud-resourcemanager:1.3.2 '
6060```
6161
6262If you are using SBT, add this to your dependencies
6363
6464``` Scala
65- libraryDependencies += " com.google.cloud" % " google-cloud-resourcemanager" % " 1.3.1 "
65+ libraryDependencies += " com.google.cloud" % " google-cloud-resourcemanager" % " 1.3.2 "
6666```
6767
6868## Authentication
You can’t perform that action at this time.
0 commit comments