Skip to content

Commit c24abbe

Browse files
authored
Update mongodb-driver-core POM description (#1088)
JAVA-4878
1 parent bc05e53 commit c24abbe

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

driver-core/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,7 @@ plugins {
2020
}
2121

2222
archivesBaseName = 'mongodb-driver-core'
23-
description = '''The Java operations layer for the MongoDB Java Driver.
24-
Third parties can wrap this layer to provide custom higher-level APIs'''
23+
description = 'Shared components for the Synchronous and Reactive Streams implementations of the MongoDB Java Driver.'
2524

2625
ext {
2726
pomName = 'MongoDB Java Driver Core'

0 commit comments

Comments
 (0)