Skip to content

Commit 44400da

Browse files
committed
Correct POM name for uploading
1 parent 26a90af commit 44400da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ task generatePom(group: 'distribution', description: 'Generates POM file for upl
145145
url 'https://www.cuba-platform.com'
146146
}
147147
}
148-
}.writeTo(new File(mavenPomDir, 'pom.xml'))
148+
}.writeTo(new File(mavenPomDir, project.name + '-' + project.version + '.pom'))
149149
}
150150
}
151151

0 commit comments

Comments
 (0)