|
20 | 20 | <modelVersion>4.0.0</modelVersion> |
21 | 21 | <groupId>org.lmdbjava</groupId> |
22 | 22 | <artifactId>lmdbjava</artifactId> |
23 | | - <version>0.9.1-SNAPSHOT</version> |
| 23 | + <version>0.9.1</version> |
24 | 24 | <packaging>jar</packaging> |
25 | 25 | <name>LmdbJava</name> |
26 | 26 | <description>Low latency Java API for the ultra-fast, embedded Symas Lightning Database (LMDB)</description> |
|
184 | 184 | </goals> |
185 | 185 | <configuration> |
186 | 186 | <rules> |
187 | | - <dependencyConvergence/> |
| 187 | + <dependencyConvergence /> |
188 | 188 | <requireMavenVersion> |
189 | 189 | <version>[${maven.enforcer.mvn},)</version> |
190 | 190 | </requireMavenVersion> |
191 | 191 | <requireJavaVersion> |
192 | 192 | <version>[${maven.enforcer.java},)</version> |
193 | 193 | </requireJavaVersion> |
194 | | - <requireNoRepositories/> |
195 | | - <requirePluginVersions/> |
| 194 | + <requireNoRepositories /> |
| 195 | + <requirePluginVersions /> |
196 | 196 | <requireReleaseDeps> |
197 | 197 | <onlyWhenRelease>true</onlyWhenRelease> |
198 | 198 | </requireReleaseDeps> |
199 | | - <requireUpperBoundDeps/> |
| 199 | + <requireUpperBoundDeps /> |
200 | 200 | </rules> |
201 | 201 | </configuration> |
202 | 202 | </execution> |
|
351 | 351 | <name>Kristoffer Sjogren</name> |
352 | 352 | <email>stoffe -at- gmail.com</email> |
353 | 353 | <url>http://stoffe.deephacks.org/</url> |
354 | | - <organization/> |
| 354 | + <organization /> |
355 | 355 | <timezone>+1</timezone> |
356 | 356 | </developer> |
357 | 357 | <developer> |
|
367 | 367 | < connection>scm:git: [email protected]:lmdbjava/lmdbjava.git</ connection> |
368 | 368 | < developerConnection>scm:git: [email protected]:lmdbjava/lmdbjava.git</ developerConnection> |
369 | 369 | < url> [email protected]:lmdbjava/lmdbjava.git</ url> |
370 | | - <tag>HEAD</tag> |
| 370 | + <tag>lmdbjava-0.9.1</tag> |
371 | 371 | </scm> |
372 | 372 | <issueManagement> |
373 | 373 | <system>GitHub Issues</system> |
|
0 commit comments