|
8 | 8 | </parent> |
9 | 9 | <groupId>org.lmdbjava</groupId> |
10 | 10 | <artifactId>lmdbjava</artifactId> |
11 | | - <version>0.8.3</version> |
| 11 | + <version>0.9.0-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> |
|
206 | 206 | <connection>scm:git:git@github.com:${github.org}/${github.repo}.git</connection> |
207 | 207 | <developerConnection>scm:git:git@github.com:${github.org}/${github.repo}.git</developerConnection> |
208 | 208 | <url>git@github.com:${github.org}/${github.repo}.git</url> |
209 | | - <tag>lmdbjava-0.8.3</tag> |
| 209 | + <tag>HEAD</tag> |
210 | 210 | </scm> |
211 | 211 | <issueManagement> |
212 | 212 | <system>GitHub Issues</system> |
|