Skip to content

Commit

Permalink
[maven-release-plugin] prepare for next development iteration
Browse files Browse the repository at this point in the history
  • Loading branch information
benalexau committed Dec 5, 2023
1 parent f17b63f commit 991be9a
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 @@ -8,7 +8,7 @@
</parent>
<groupId>org.lmdbjava</groupId>
<artifactId>lmdbjava</artifactId>
<version>0.9.0</version>
<version>0.9.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>LmdbJava</name>
<description>Low latency Java API for the ultra-fast, embedded Symas Lightning Database (LMDB)</description>
Expand Down Expand Up @@ -176,7 +176,7 @@
<connection>scm:git:[email protected]:${github.org}/${github.repo}.git</connection>
<developerConnection>scm:git:[email protected]:${github.org}/${github.repo}.git</developerConnection>
<url>[email protected]:${github.org}/${github.repo}.git</url>
<tag>lmdbjava-0.9.0</tag>
<tag>HEAD</tag>
</scm>
<issueManagement>
<system>GitHub Issues</system>
Expand Down

0 comments on commit 991be9a

Please sign in to comment.