Skip to content

Commit

Permalink
Reset snapshot versions to variable (lost during release)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielfernandez committed Jan 18, 2022
1 parent 3dc83e8 commit f078508
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions thymeleaf-spring6/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -352,39 +352,39 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>${springframework.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-web</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>${springframework.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webflux</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>${springframework.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-webmvc</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>${springframework.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>

<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-expression</artifactId>
<version>6.0.0-SNAPSHOT</version>
<version>${springframework.version}</version>
<scope>provided</scope>
<optional>true</optional>
</dependency>
Expand Down

0 comments on commit f078508

Please sign in to comment.