Skip to content

Commit

Permalink
[ci skip] Update release version
Browse files Browse the repository at this point in the history
  • Loading branch information
Auto Bot committed Feb 27, 2024
1 parent bf5d509 commit 1927444
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,16 @@
[![Build](https://github.com/promcteam/prorpgitems/actions/workflows/release.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/releases/com/promcteam/prorpgitems/1.1.0-R0.19-SNAPSHOT)
[![Build](https://github.com/promcteam/prorpgitems/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/promcteam/prorpgitems/1.1.0-R0.19-SNAPSHOT)
[![Build](https://github.com/promcteam/prorpgitems/actions/workflows/release.yml/badge.svg?branch=main)](https://s01.oss.sonatype.org/content/repositories/releases/com/promcteam/prorpgitems/1.1.0-R1)
[![Build](https://github.com/promcteam/prorpgitems/actions/workflows/devbuild.yml/badge.svg?branch=dev)](https://s01.oss.sonatype.org/content/repositories/snapshots/com/promcteam/prorpgitems/1.1.0-R1)

# ProRPGItems

If you wish to use ProRPGItems as a dependency in your projects, ProRPGItems is available through Maven Central
or snapshots through Sonatype.

```xml
<repository>
<id>sonatype</id>
<url>https://s01.oss.sonatype.org/content/repositories/snapshots</url>
</repository>
...
<dependency>
<groupId>com.promcteam</groupId>
<artifactId>prorpgitems</artifactId>
<version>1.1.0-R0.19-SNAPSHOT</version>
<version>1.1.0-R1</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</properties>

<artifactId>prorpgitems</artifactId>
<version>1.1.0-R0.20-SNAPSHOT</version>
<version>1.1.0-R1</version>
<name>ProRPGItems</name>

<repositories>
Expand Down

0 comments on commit 1927444

Please sign in to comment.