Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
MikeEdgar committed Oct 23, 2023
1 parent eeb8b56 commit 53bd70e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>io.xlate</groupId>
<artifactId>jsonapi-rvp</artifactId>
<version>0.1.1-SNAPSHOT</version>
<version>0.1.1</version>

<name>JSON:API - REST, Validation, Persistence</name>
<description>JSON API server implementation Java using JAX-RS, Bean Validation, and Java Persistence (JPA)</description>
Expand All @@ -17,7 +17,7 @@
<url>https://github.com/xlate/jsonapi-rvp</url>
<connection>scm:git:https://github.com/xlate/jsonapi-rvp.git</connection>
<developerConnection>scm:git:ssh://[email protected]/xlate/jsonapi-rvp.git</developerConnection>
<tag>HEAD</tag>
<tag>v0.1.1</tag>
</scm>

<licenses>
Expand Down

0 comments on commit 53bd70e

Please sign in to comment.