Skip to content

Commit

Permalink
fix: maven central requirements and group id change to vincejv.com
Browse files Browse the repository at this point in the history
  • Loading branch information
vincejv committed Oct 17, 2022
1 parent 1b1b337 commit a26cf04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This library deals with the following list of domain objects from the DVS API:
<dependency>
<groupId>com.vincejv</groupId>
<artifactId>dvs-apiclient</artifactId>
<version>2.1.3</version> <!-- replace with latest version -->
<version>2.1.4</version> <!-- replace with latest version -->
</dependency>
```
2. Standalone JAR
Expand Down
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
<distribution>repo</distribution>
</license>
</licenses>
<inceptionYear>2022</inceptionYear>

<developers>
<developer>
Expand All @@ -32,12 +31,15 @@
<tag>HEAD</tag>
</scm>

<groupId>com.abavilla</groupId>
<groupId>com.vincejv</groupId>
<artifactId>dvs-apiclient</artifactId>
<version>0</version>
<packaging>jar</packaging>

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

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
Expand Down

0 comments on commit a26cf04

Please sign in to comment.