-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[maven-release-plugin] prepare release 1.0.9
- Loading branch information
1 parent
7487a97
commit 74e7c71
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
|
||
<groupId>io.github.grrolland</groupId> | ||
<artifactId>ngx-distributed-shm</artifactId> | ||
<version>1.0.10-SNAPSHOT</version> | ||
<version>1.0.10</version> | ||
|
||
<name>ngx-distributed-shm</name> | ||
<description>This projet is memcached like server based on Hazelcast and Vertx. The goals of the project is to build an easy-to-use distributed memory storage with the nginx shared memory semantic for use with lua nginx plugin.</description> | ||
|
@@ -23,7 +23,7 @@ | |
<connection>scm:git:[email protected]:grrolland/ngx-distributed-shm.git</connection> | ||
<developerConnection>scm:git:https://github.com/grrolland/ngx-distributed-shm.git</developerConnection> | ||
<url>https://github.com/grrolland/ngx-distributed-shm</url> | ||
<tag>HEAD</tag> | ||
<tag>1.0.9</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
|