Skip to content

Commit ee3aed7

Browse files
committed
Upgrade auto-reconfiguration version
Previously, the auto-reconfiguration JARs for Spring, Play, and Play JPA were pinned to an old version of auto-reconfiguration. This change updates those patterns to use the latest in the 1.x line. [#71298968]
1 parent af804e9 commit ee3aed7

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

config/play_framework_auto_reconfiguration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# Note that the repository is shared with the Spring Auto Reconfiguration framework and should be kept in step to
1818
# avoid conflicts.
1919
---
20-
version: 0.+
20+
version: 1.+
2121
repository_root: "{default.repository.root}/auto-reconfiguration"

config/play_framework_jpa_plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,5 @@
1515

1616
# Configuration for the Play JPA Plugin framework
1717
---
18-
version: 1.0.+
18+
version: 1.+
1919
repository_root: "{default.repository.root}/play-jpa-plugin"

config/spring_auto_reconfiguration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@
1717
# Note that the repository is shared with the Play Auto Reconfiguration framework and should be kept in step to
1818
# avoid conflicts.
1919
---
20-
version: 1.0.+
20+
version: 1.+
2121
repository_root: "{default.repository.root}/auto-reconfiguration"

0 commit comments

Comments
 (0)