Change artifact names.
This commit is contained in:
@@ -4,7 +4,7 @@ allprojects {
|
||||
apply plugin: "idea"
|
||||
apply plugin: "maven"
|
||||
|
||||
group = "org.springframework.data.rest"
|
||||
group = "org.springframework.data"
|
||||
version = "$sdRestVersion"
|
||||
|
||||
configurations.all {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
archivesBaseName = "${rootProject.name}-${name}"
|
||||
archivesBaseName = "rest-${name}"
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
archivesBaseName = "${rootProject.name}-${name}"
|
||||
archivesBaseName = "rest-${name}"
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
//apply plugin: "war"
|
||||
//apply plugin: "jetty"
|
||||
|
||||
archivesBaseName = "${rootProject.name}-${name}"
|
||||
archivesBaseName = "rest-${name}"
|
||||
|
||||
dependencies {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user