Skip to content

Commit de08537

Browse files
committed
update parent to 27
1 parent 75e73dd commit de08537

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: CI build
22
on:
33
push:
4-
branches: master
4+
branches: main
55
jobs:
66
build:
77
runs-on: ubuntu-latest

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.m-m-m</groupId>
77
<artifactId>mmm</artifactId>
8-
<version>26</version>
8+
<version>27</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111
<artifactId>mmm-ui-api-parent</artifactId>

0 commit comments

Comments
 (0)