|
8 | 8 | </parent> |
9 | 9 | <groupId>org.lmdbjava</groupId> |
10 | 10 | <artifactId>lmdbjava</artifactId> |
11 | | - <version>0.9.0</version> |
| 11 | + <version>0.9.1-SNAPSHOT</version> |
12 | 12 | <packaging>jar</packaging> |
13 | 13 | <name>LmdbJava</name> |
14 | 14 | <description>Low latency Java API for the ultra-fast, embedded Symas Lightning Database (LMDB)</description> |
|
176 | 176 | <connection>scm:git:git@github.com:${github.org}/${github.repo}.git</connection> |
177 | 177 | <developerConnection>scm:git:git@github.com:${github.org}/${github.repo}.git</developerConnection> |
178 | 178 | <url>git@github.com:${github.org}/${github.repo}.git</url> |
179 | | - <tag>lmdbjava-0.9.0</tag> |
| 179 | + <tag>HEAD</tag> |
180 | 180 | </scm> |
181 | 181 | <issueManagement> |
182 | 182 | <system>GitHub Issues</system> |
|