Skip to content

Commit 836cd02

Browse files
committed
Fix name & description for generated POMs
1 parent a0d8f8d commit 836cd02

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=5.0.1-SNAPSHOT
1+
version=5.0.0-SNAPSHOT
22
org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8
33
org.gradle.caching=true
44
org.gradle.parallel=true

publish-maven.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ publishing {
55
mavenJava(MavenPublication) {
66
pom {
77
afterEvaluate {
8-
name = project.description
9-
description = project.description
8+
name = project.name
9+
description = project.name
1010
}
1111
url = 'https://github.com/spring-cloud/spring-functions-catalog'
1212
organization {

0 commit comments

Comments
 (0)