Skip to content

Commit bdfccd1

Browse files
committed
Fix the description for the SDK in the pom file
1 parent 56de571 commit bdfccd1

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

driver/pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,14 @@
44
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
55
<modelVersion>4.0.0</modelVersion>
66
<name>Oracle NoSQL Database SDK for Java</name>
7-
<description>Java examples for Oracle NoSQL Database</description>
7+
<description>
8+
This project contains the SDK used for Oracle NoSQL Database
9+
</description>
810
<url>https://github.com/oracle/nosql-java-sdk</url>
911
<licenses>
1012
<license>
1113
<name>The Universal Permissive License (UPL), Version 1.0</name>
12-
<url>http://www.oracle.com/technetwork/licenses/upl-license-2927578.html</url>
14+
<url>https://www.oracle.com/downloads/licenses/upl-license1.html</url>
1315
<distribution>repo</distribution>
1416
</license>
1517
</licenses>

0 commit comments

Comments
 (0)