Skip to content

Commit

Permalink
[maven-release-plugin] prepare release v0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
kkuegler committed Sep 4, 2023
1 parent b633194 commit e1acaf8
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 @@ -4,7 +4,7 @@

<groupId>com.github.kkuegler</groupId>
<artifactId>human-readable-ids-java</artifactId>
<version>0.1.2-SNAPSHOT</version>
<version>0.2</version>

<name>${project.groupId}:${project.artifactId}</name>
<description>A Java id generator to produce random human-readable identifiers like 'fast-elephant-42'</description>
Expand All @@ -29,7 +29,7 @@
<connection>scm:git:git://github.com/kkuegler/human-readable-ids-java.git</connection>
<developerConnection>scm:git:[email protected]:kkuegler/human-readable-ids-java.git</developerConnection>
<url>http://github.com/kkuegler/human-readable-ids-java/tree/master</url>
<tag>HEAD</tag>
<tag>v0.2</tag>
</scm>

<properties>
Expand Down

0 comments on commit e1acaf8

Please sign in to comment.