We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7f9c47a + 9ad2d7f commit 7c80a8dCopy full SHA for 7c80a8d
brook-spring-boot/pom.xml
@@ -37,4 +37,13 @@
37
</dependency>
38
</dependencies>
39
</dependencyManagement>
40
+
41
+ <profiles>
42
+ <profile>
43
+ <id>spring-boot-2.7</id>
44
+ <properties>
45
+ <spring-boot.version>2.7.18</spring-boot.version>
46
+ </properties>
47
+ </profile>
48
+ </profiles>
49
</project>
pom.xml
@@ -61,7 +61,7 @@
61
</issueManagement>
62
63
<properties>
64
- <revision>1.0.0</revision>
+ <revision>1.0.1</revision>
65
<java.source.version>1.8</java.source.version>
66
<java.target.version>1.8</java.target.version>
67
<file.encoding>UTF-8</file.encoding>
0 commit comments