Skip to content

Commit a26cf04

Browse files
committed
fix: maven central requirements and group id change to vincejv.com
1 parent 1b1b337 commit a26cf04

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ This library deals with the following list of domain objects from the DVS API:
4646
<dependency>
4747
<groupId>com.vincejv</groupId>
4848
<artifactId>dvs-apiclient</artifactId>
49-
<version>2.1.3</version> <!-- replace with latest version -->
49+
<version>2.1.4</version> <!-- replace with latest version -->
5050
</dependency>
5151
```
5252
2. Standalone JAR

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@
99
<distribution>repo</distribution>
1010
</license>
1111
</licenses>
12-
<inceptionYear>2022</inceptionYear>
1312

1413
<developers>
1514
<developer>
@@ -32,12 +31,15 @@
3231
<tag>HEAD</tag>
3332
</scm>
3433

35-
<groupId>com.abavilla</groupId>
34+
<groupId>com.vincejv</groupId>
3635
<artifactId>dvs-apiclient</artifactId>
3736
<version>0</version>
3837
<packaging>jar</packaging>
3938

4039
<name>DVS API Client</name>
40+
<description>Easily integrate DT One's DVS API to your Java application</description>
41+
<url>https://github.com/vincejv/dtone-dvs-api-java-client</url>
42+
<inceptionYear>2022</inceptionYear>
4143

4244
<properties>
4345
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)