8000 Merge branch 'release/1.0.0-RC5' · FzNl/rsocket-java@0a4559e · GitHub
[go: up one dir, main page]

Skip to content

Commit 0a4559e

Browse files
committed
Merge branch 'release/1.0.0-RC5'
2 parents 2970f59 + 7ed1284 commit 0a4559e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@
1111
# See the License for the specific language governing permissions and
1212
# limitations under the License.
1313
#
14-
version=1.0.0-RC4
14+
version=1.0.0-RC5

gradle/publications.gradle

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ subprojects {
88
maven(MavenPublication) {
99
pom {
1010
name = project.name
11+
afterEvaluate {
12+
description = project.description
13+
}
1114
groupId = 'io.rsocket'
12-
description = project.description
1315
url = 'http://rsocket.io'
1416
licenses {
1517
license {

0 commit comments

Comments
 (0)
0