Skip to content

Commit 4a12a82

Browse files
authored
[JAVA-43836] Fix missing plugin version - Week 4 - 2025 (#18196)
1 parent 0002e48 commit 4a12a82

File tree

1 file changed

+5
-0
lines changed
  • spring-boot-modules/spring-boot-3-4

1 file changed

+5
-0
lines changed

spring-boot-modules/spring-boot-3-4/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,27 @@
66
<artifactId>spring-boot-3-4</artifactId>
77
<version>1.0.0-SNAPSHOT</version>
88
<name>spring-boot-3-4</name>
9+
910
<dependencies>
1011
<dependency>
1112
<groupId>org.springframework.boot</groupId>
1213
<artifactId>spring-boot-starter</artifactId>
1314
<version>${spring-boot.version}</version>
1415
</dependency>
1516
</dependencies>
17+
1618
<build>
1719
<plugins>
1820
<plugin>
1921
<groupId>org.springframework.boot</groupId>
2022
<artifactId>spring-boot-maven-plugin</artifactId>
23+
<version>${spring-boot.version}</version>
2124
</plugin>
2225
</plugins>
2326
</build>
27+
2428
<properties>
2529
<spring-boot.version>3.4.0</spring-boot.version>
2630
</properties>
31+
2732
</project>

0 commit comments

Comments
 (0)