File tree 1 file changed +2
-23
lines changed
spring-boot-modules/spring-boot-properties
1 file changed +2
-23
lines changed Original file line number Diff line number Diff line change 122
122
</profile >
123
123
</profiles >
124
124
125
- <repositories >
126
- <repository >
127
- <id >spring-milestones</id >
128
- <name >Spring Milestones</name >
129
- <url >https://repo.spring.io/milestone</url >
130
- <snapshots >
131
- <enabled >false</enabled >
132
- </snapshots >
133
- </repository >
134
- </repositories >
135
- <pluginRepositories >
136
- <pluginRepository >
137
- <id >spring-milestones</id >
138
- <name >Spring Milestones</name >
139
- <url >https://repo.spring.io/milestone</url >
140
- <snapshots >
141
- <enabled >false</enabled >
142
- </snapshots >
143
- </pluginRepository >
144
- </pluginRepositories >
145
-
146
125
<properties >
147
126
<spring-cloud .version>2023.0.1</spring-cloud .version>
148
127
<commons-configuration .version>1.10</commons-configuration .version>
149
128
<resource .delimiter>@</resource .delimiter>
150
129
<start-class >com.baeldung.yaml.MyApplication</start-class >
151
- <spring-boot .version>3.5.0-M3 </spring-boot .version>
130
+ <spring-boot .version>3.2.2 </spring-boot .version>
152
131
</properties >
153
132
154
- </project >
133
+ </project >
You can’t perform that action at this time.
0 commit comments