Skip to content

Commit

Permalink
#79 - Upgrade to Spring Framework 6 snapshots.
Browse files Browse the repository at this point in the history
  • Loading branch information
odrotbohm committed Sep 20, 2021
1 parent d0d9a4d commit e3b7eb4
Showing 1 changed file with 15 additions and 5 deletions.
20 changes: 15 additions & 5 deletions pom.xml
Expand Up @@ -50,7 +50,7 @@
<junit.version>5.8.0</junit.version>
<logback.version>1.2.6</logback.version>
<mockito.version>3.12.4</mockito.version>
<spring.version>5.3.10</spring.version>
<spring.version>6.0.0-SNAPSHOT</spring.version>
<slf4j.version>1.7.32</slf4j.version>

<java-module-name>spring.plugin</java-module-name>
Expand All @@ -73,9 +73,9 @@
<profiles>

<profile>
<id>spring5-next</id>
<id>spring-next</id>
<properties>
<spring.version>5.2.1.BUILD-SNAPSHOT</spring.version>
<spring.version>6.0.0-SNAPSHOT</spring.version>
</properties>
<repositories>
<repository>
Expand Down Expand Up @@ -381,10 +381,20 @@
<url>https://github.com/spring-projects/spring-plugin/issues</url>
</issueManagement>

<repositories>
<repository>
<id>spring-libs-snapshot</id>
<url>https://repo.spring.io/snapshot</url>
<releases>
<enabled>false</enabled>
</releases>
</repository>
</repositories>

<pluginRepositories>
<pluginRepository>
<id>spring-plugins-release</id>
<url>https://repo.spring.io/plugins-release</url>
<id>spring-plugin-release</id>
<url>https://repo.spring.io/plugin-release</url>
<snapshots>
<enabled>false</enabled>
</snapshots>
Expand Down

0 comments on commit e3b7eb4

Please sign in to comment.