Skip to content

Commit f078508

Browse files
Reset snapshot versions to variable (lost during release)
1 parent 3dc83e8 commit f078508

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

thymeleaf-spring6/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -352,39 +352,39 @@
352352
<dependency>
353353
<groupId>org.springframework</groupId>
354354
<artifactId>spring-beans</artifactId>
355-
<version>6.0.0-SNAPSHOT</version>
355+
<version>${springframework.version}</version>
356356
<scope>provided</scope>
357357
<optional>true</optional>
358358
</dependency>
359359

360360
<dependency>
361361
<groupId>org.springframework</groupId>
362362
<artifactId>spring-web</artifactId>
363-
<version>6.0.0-SNAPSHOT</version>
363+
<version>${springframework.version}</version>
364364
<scope>provided</scope>
365365
<optional>true</optional>
366366
</dependency>
367367

368368
<dependency>
369369
<groupId>org.springframework</groupId>
370370
<artifactId>spring-webflux</artifactId>
371-
<version>6.0.0-SNAPSHOT</version>
371+
<version>${springframework.version}</version>
372372
<scope>provided</scope>
373373
<optional>true</optional>
374374
</dependency>
375375

376376
<dependency>
377377
<groupId>org.springframework</groupId>
378378
<artifactId>spring-webmvc</artifactId>
379-
<version>6.0.0-SNAPSHOT</version>
379+
<version>${springframework.version}</version>
380380
<scope>provided</scope>
381381
<optional>true</optional>
382382
</dependency>
383383

384384
<dependency>
385385
<groupId>org.springframework</groupId>
386386
<artifactId>spring-expression</artifactId>
387-
<version>6.0.0-SNAPSHOT</version>
387+
<version>${springframework.version}</version>
388388
<scope>provided</scope>
389389
<optional>true</optional>
390390
</dependency>

0 commit comments

Comments
 (0)