File tree Expand file tree Collapse file tree 2 files changed +11
-2
lines changed
Expand file tree Collapse file tree 2 files changed +11
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ spring-projects/spring-data-commons
2525https://github.com/spring-projects/spring-data-commons
2626
2727
28- Spring Data Commons 2.7.5
28+ Spring Data Commons 3.0.0
2929Copyright (c) [2010-2019] Pivotal Software, Inc.
3030
3131This product is licensed to you under the Apache License, Version 2.0 (the "License").
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ buildscript {
1515
1616allprojects {
1717 group = " com.navercorp.spring"
18- version = " 2.4.7-SNAPSHOT "
18+ version = " 3.0.0 "
1919}
2020
2121subprojects {
@@ -91,6 +91,15 @@ subprojects {
9191 }
9292 }
9393
94+ versionMapping {
95+ usage(' java-api' ) {
96+ fromResolutionOf(' runtimeClasspath' )
97+ }
98+ usage(' java-runtime' ) {
99+ fromResolutionResult()
100+ }
101+ }
102+
94103 pom {
95104 name = " Spring JDBC Plus"
96105 description = " Spring JDBC Plus"
You can’t perform that action at this time.
0 commit comments