Skip to content

Commit dc61486

Browse files
committed
Better package name
1 parent bfb35f7 commit dc61486

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Then add a dependency for Databox Custom DataSource artefact (see [here](https:/
3636
```xml
3737
<dependency>
3838
<groupId>com.databox</groupId>
39-
<artifactId>custom-datasource-sdk</artifactId>
39+
<artifactId>java-push-sdk</artifactId>
4040
<version>LATEST</version>
4141
</dependency>
4242
```

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>com.databox</groupId>
5-
<artifactId>custom-datasource-sdk</artifactId>
6-
<version>1.1.1-SNAPSHOT</version>
7-
<name>custom-datasource-sdk</name>
5+
<artifactId>java-push-sdk</artifactId>
6+
<version>2.0.0-SNAPSHOT</version>
7+
<name>java-push-sdk</name>
88
<description>The Java SDK for interacting with the Databox Push API.</description>
99
<packaging>jar</packaging>
1010

0 commit comments

Comments
 (0)