We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e73dd commit de08537Copy full SHA for de08537
.github/workflows/build.yml
@@ -1,7 +1,7 @@
1
name: CI build
2
on:
3
push:
4
- branches: master
+ branches: main
5
jobs:
6
build:
7
runs-on: ubuntu-latest
pom.xml
@@ -5,7 +5,7 @@
<parent>
<groupId>io.github.m-m-m</groupId>
<artifactId>mmm</artifactId>
8
- <version>26</version>
+ <version>27</version>
9
<relativePath>../parent/pom.xml</relativePath>
10
</parent>
11
<artifactId>mmm-ui-api-parent</artifactId>
0 commit comments