Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
IAM20 committed Jan 16, 2023
1 parent 9e9b5ad commit 08820c8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ spring-projects/spring-data-commons
https://github.com/spring-projects/spring-data-commons


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

This product is licensed to you under the Apache License, Version 2.0 (the "License").
Expand Down
11 changes: 10 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ buildscript {

allprojects {
group = "com.navercorp.spring"
version = "2.4.7-SNAPSHOT"
version = "3.0.0"
}

subprojects {
Expand Down Expand Up @@ -91,6 +91,15 @@ subprojects {
}
}

versionMapping {
usage('java-api') {
fromResolutionOf('runtimeClasspath')
}
usage('java-runtime') {
fromResolutionResult()
}
}

pom {
name = "Spring JDBC Plus"
description = "Spring JDBC Plus"
Expand Down

0 comments on commit 08820c8

Please sign in to comment.