Skip to content

Commit 08fa19b

Browse files
committed
fix: minor improvements
1 parent 422053f commit 08fa19b

File tree

17 files changed

+1
-2
lines changed

17 files changed

+1
-2
lines changed

.github/workflows/pr.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ jobs:
1717
matrix:
1818
java: [ 11, 17 ]
1919
distribution: [ temurin ]
20-
kubernetes: [ 'v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4', 'v1.22.1' ]
2120
steps:
2221
- uses: actions/checkout@v2
2322
- name: Set up Java and Maven

samples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<packaging>pom</packaging>
1515

1616
<modules>
17-
<module>spring-boot-sample</module>
17+
<module>spring-boot</module>
1818
</modules>
1919

2020
</project>
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)