diff --git a/persistence-modules/spring-jdbc-2/pom.xml b/persistence-modules/spring-jdbc-2/pom.xml index 7942e7675d..374c87d358 100644 --- a/persistence-modules/spring-jdbc-2/pom.xml +++ b/persistence-modules/spring-jdbc-2/pom.xml @@ -20,6 +20,7 @@ org.springframework.boot spring-boot-starter-jdbc + ${spring-boot.version} @@ -30,7 +31,7 @@ org.springframework.boot spring-boot-starter-test - + ${spring-boot.version} @@ -46,47 +47,11 @@ - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - false - - - - 3.2.0-SNAPSHOT 5.10.0 UTF-8 + 3.2.4 \ No newline at end of file diff --git a/persistence-modules/spring-jdbc-2/src/main/java/com/baeldung/jdbcclient/JdbcClientDemoApplication.java b/persistence-modules/spring-jdbc-2/src/main/java/com/baeldung/jdbcclient/JdbcClientDemoApplication.java index d10124fdef..1e7a6034ee 100644 --- a/persistence-modules/spring-jdbc-2/src/main/java/com/baeldung/jdbcclient/JdbcClientDemoApplication.java +++ b/persistence-modules/spring-jdbc-2/src/main/java/com/baeldung/jdbcclient/JdbcClientDemoApplication.java @@ -4,8 +4,7 @@ import org.springframework.boot.SpringApplication; import org.springframework.boot.autoconfigure.SpringBootApplication; import org.springframework.context.annotation.ComponentScan; -@SpringBootApplication -@ComponentScan(basePackages = "com.baledung.jdbcclient") +@SpringBootApplication(scanBasePackages = "com.baeldung") public class JdbcClientDemoApplication { public static void main(String[] args) { diff --git a/spring-ai/pom.xml b/spring-ai/pom.xml index 8864b03568..da4a38a868 100644 --- a/spring-ai/pom.xml +++ b/spring-ai/pom.xml @@ -18,7 +18,7 @@ spring-snapshots Spring Snapshots - https://repo.spring.io/snapshot + https://repo.spring.io/snapshot false diff --git a/spring-boot-modules/spring-boot-3-2/pom.xml b/spring-boot-modules/spring-boot-3-2/pom.xml index d427aff835..2509cbf0d0 100644 --- a/spring-boot-modules/spring-boot-3-2/pom.xml +++ b/spring-boot-modules/spring-boot-3-2/pom.xml @@ -14,14 +14,6 @@ 1.0.0-SNAPSHOT - - - repository.spring.release - Spring GA Repository - https://repo.spring.io/milestone - - - org.springframework.boot @@ -102,7 +94,6 @@ org.springframework.boot spring-boot-starter-test - 3.2.0-M2 org.junit.jupiter @@ -202,18 +193,6 @@ - - - - org.springframework.boot - spring-boot-dependencies - 3.2.0-M2 - import - pom - - - - @@ -300,6 +279,7 @@ 0.2.0 5.0.2 3.1.2 + 3.2.4 diff --git a/spring-boot-modules/spring-boot-3/pom.xml b/spring-boot-modules/spring-boot-3/pom.xml index 0c00a8af34..78196c3413 100644 --- a/spring-boot-modules/spring-boot-3/pom.xml +++ b/spring-boot-modules/spring-boot-3/pom.xml @@ -211,46 +211,9 @@ 3.0.0-M7 com.baeldung.sample.TodoApplication 5.14.0 - 3.2.0-SNAPSHOT + 3.2.4 0.2.0 5.10.0 - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - false - - - - - - spring-milestones - Spring Milestones - https://repo.spring.io/milestone - - false - - - - spring-snapshots - Spring Snapshots - https://repo.spring.io/snapshot - - false - - - - \ No newline at end of file diff --git a/spring-cloud-modules/spring-cloud-eureka/spring-cloud-eureka-feign-client-integration-test/pom.xml b/spring-cloud-modules/spring-cloud-eureka/spring-cloud-eureka-feign-client-integration-test/pom.xml index 86644a4999..3c059e65fa 100644 --- a/spring-cloud-modules/spring-cloud-eureka/spring-cloud-eureka-feign-client-integration-test/pom.xml +++ b/spring-cloud-modules/spring-cloud-eureka/spring-cloud-eureka-feign-client-integration-test/pom.xml @@ -90,14 +90,6 @@ - - - repository.spring.milestone - Spring Milestone Repository - https://repo.spring.io/release - - - diff --git a/spring-native/pom-nativeimage.xml b/spring-native/pom-nativeimage.xml index 08ceb09a8a..15712902e4 100644 --- a/spring-native/pom-nativeimage.xml +++ b/spring-native/pom-nativeimage.xml @@ -15,27 +15,6 @@ ../parent-boot-3 - - - spring-milestone - Spring Milestone - https://repo.spring.io/milestone - - - spring-snapshot - Spring Snapshot - https://repo.spring.io/snapshot - - - - - - spring-plugins-snapshot - Spring Plugins Snapshot - https://repo.spring.io/plugins-snapshot - - - org.springframework.boot diff --git a/spring-native/pom.xml b/spring-native/pom.xml index 97eb33c1c7..e2bf3d4078 100644 --- a/spring-native/pom.xml +++ b/spring-native/pom.xml @@ -15,32 +15,6 @@ ../parent-boot-2 - - - spring-milestone - Spring Milestone - https://repo.spring.io/milestone - - - spring-snapshot - Spring Snapshot - https://repo.spring.io/snapshot - - - - - - spring-plugins-snapshot - Spring Plugins Snapshot - https://repo.spring.io/plugins-snapshot - - - spring-plugins-milestone - Spring Plugins Milestone - https://repo.spring.io/plugins-milestone - - - org.springframework.boot @@ -84,5 +58,31 @@ 0.12.1 2.17.1 + + + + spring-milestone + Spring Milestone + https://repo.spring.io/milestone + + + spring-snapshot + Spring Snapshot + https://repo.spring.io/snapshot + + + + + + spring-plugins-snapshot + Spring Plugins Snapshot + https://repo.spring.io/plugins-snapshot + + + spring-plugins-milestone + Spring Plugins Milestone + https://repo.spring.io/plugins-milestone + + \ No newline at end of file