Skip to content

Commit 80db97e

Browse files
committed
修改版本和group
1 parent c904690 commit 80db97e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ apply plugin: 'eclipse'
44
apply plugin: 'idea'
55
apply plugin: 'org.springframework.boot'
66

7-
group = 'spring4all'
7+
group = 'com.spring4all'
88
version = '0.0.1'
99

1010
sourceCompatibility = 1.7
@@ -17,7 +17,7 @@ ext {
1717
mavenReleaseUrl = 'http://192.168.88.8:8081/nexus/content/repositories/releases'
1818
mavenSnapshotUrl = 'http://192.168.88.8:8081/nexus/content/repositories/snapshots'
1919
springBootVersion = '1.5.6.RELEASE'
20-
springVersion = '4.2.7.RELEASE'
20+
springVersion = '4.3.10.RELEASE'
2121
hbaseVersion = '1.0.0-cdh5.4.4'
2222
slf4jVersion = '1.7.25'
2323
}

0 commit comments

Comments
 (0)