Skip to content

Commit 10c3620

Browse files
committed
Set default branch to 3.3.x and update version to 3.3.1-SNAPSHOT
1 parent 7e0538f commit 10c3620

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@ name: Java CI with Gradle
22

33
on:
44
push:
5-
branches: [ master ]
5+
branches: [ 3.3.x ]
66
pull_request:
7-
branches: [ master ]
7+
branches: [ 3.3.x ]
88
workflow_dispatch:
99

1010
env:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ rootProject.apply {
307307
release {
308308
newVersionCommitMessage.set("[Gradle Release Plugin] - [skip ci] new version commit: ")
309309
git {
310-
requireBranch.set("master")
310+
requireBranch.set("3.3.x")
311311
}
312312
}
313313

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group=org.seasar.doma
2-
version=3.3.0
2+
version=3.3.1-SNAPSHOT
33
encoding=UTF-8
44
projectUrl=https://github.com/domaframework/doma
55
githubUrl=[email protected]:domaframework/doma.git

0 commit comments

Comments
 (0)