Skip to content

Commit

Permalink
Publish to github maven packages
Browse files Browse the repository at this point in the history
  • Loading branch information
smaziano committed Apr 13, 2021
1 parent 1e34384 commit 994fb78
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Add the package dependencies to the `dependencies` element of your project pom.x
<dependency>
<groupId>ao.vpos.vpos</groupId>
<artifactId>vpos</artifactId>
<version>0.1.1</version>
<version>1.0.0</version>
</dependency>
</dependencies>
```
Expand Down
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>ao.vpos.vpos</groupId>
<artifactId>vpos</artifactId>
<version>0.1.1</version>
<version>1.0.0</version>

<name>vpos</name>
<url>https://github.com/nextbss/vpos-java</url>
Expand All @@ -20,8 +20,8 @@
<distributionManagement>
<repository>
<id>github</id>
<name>GitHub NEXTBSS Apache Maven Packages</name>
<url>https://maven.pkg.github.com/nextbss/vpos-java</url>
<name>GitHub vPOS Apache Maven Packages</name>
<url>https://maven.pkg.github.com/v-pos/vpos-java</url>
</repository>
</distributionManagement>

Expand Down

0 comments on commit 994fb78

Please sign in to comment.