Skip to content

Commit 08820c8

Browse files
committed
Release 3.0.0
1 parent 9e9b5ad commit 08820c8

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ spring-projects/spring-data-commons
2525
https://github.com/spring-projects/spring-data-commons
2626

2727

28-
Spring Data Commons 2.7.5
28+
Spring Data Commons 3.0.0
2929
Copyright (c) [2010-2019] Pivotal Software, Inc.
3030

3131
This product is licensed to you under the Apache License, Version 2.0 (the "License").

build.gradle

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ buildscript {
1515

1616
allprojects {
1717
group = "com.navercorp.spring"
18-
version = "2.4.7-SNAPSHOT"
18+
version = "3.0.0"
1919
}
2020

2121
subprojects {
@@ -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"

0 commit comments

Comments
 (0)