We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
name
description
1 parent a0d8f8d commit 836cd02Copy full SHA for 836cd02
gradle.properties
@@ -1,4 +1,4 @@
1
-version=5.0.1-SNAPSHOT
+version=5.0.0-SNAPSHOT
2
org.gradle.jvmargs=-Xmx1536M -Dfile.encoding=UTF-8
3
org.gradle.caching=true
4
org.gradle.parallel=true
publish-maven.gradle
@@ -5,8 +5,8 @@ publishing {
5
mavenJava(MavenPublication) {
6
pom {
7
afterEvaluate {
8
- name = project.description
9
- description = project.description
+ name = project.name
+ description = project.name
10
}
11
url = 'https://github.com/spring-cloud/spring-functions-catalog'
12
organization {
0 commit comments