File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -115,7 +115,7 @@ publishing {
115115 register(publicationName, MavenPublication ::class ) {
116116 pom {
117117 name.set(" docker-remote-api-model" )
118- description.set(" API model for the Docker remote api" )
118+ description.set(" API model for the Docker remote api v ${remoteApiVersion} " )
119119 url.set(" https://github.com/docker-client/docker-remote-api" )
120120 licenses {
121121 license {
@@ -136,7 +136,7 @@ publishing {
136136 url.set(" https://github.com/docker-client/docker-remote-api" )
137137 }
138138 }
139- artifactId = " docker-remote-api-model"
139+ artifactId = " docker-remote-api-model- ${remoteApiVersion.replace( Regex ( " \\ . " ), " - " )} "
140140 version = artifactVersion
141141 from(components[" java" ])
142142 artifact(sourcesJar.get())
You can’t perform that action at this time.
0 commit comments