forked from grrolland/ngx-distributed-shm
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(pom): update the group id and scm
- Loading branch information
Showing
1 changed file
with
11 additions
and
6 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 |
---|---|---|
|
@@ -2,14 +2,14 @@ | |
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | ||
<modelVersion>4.0.0</modelVersion> | ||
|
||
<groupId>io.github.grrolland</groupId> | ||
<groupId>com.talend</groupId> | ||
<artifactId>ngx-distributed-shm</artifactId> | ||
<version>1.0.9-SNAPSHOT</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> | ||
|
||
<url>https://github.com/grrolland/ngx-distributed-shm</url> | ||
<url>https://github.com/talend/ngx-distributed-shm</url> | ||
|
||
<licenses> | ||
<license> | ||
|
@@ -20,17 +20,17 @@ | |
</licenses> | ||
|
||
<scm> | ||
<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> | ||
<connection>scm:git:[email protected]:talend/ngx-distributed-shm.git</connection> | ||
<developerConnection>scm:git:https://github.com/talend/ngx-distributed-shm.git</developerConnection> | ||
<url>https://github.com/talend/ngx-distributed-shm</url> | ||
<tag>HEAD</tag> | ||
</scm> | ||
|
||
<distributionManagement> | ||
<repository> | ||
<id>github</id> | ||
<name>GitHub Apache Maven Packages</name> | ||
<url>https://maven.pkg.github.com/grrolland/ngx-distributed-shm</url> | ||
<url>https://maven.pkg.github.com/talend/ngx-distributed-shm</url> | ||
</repository> | ||
</distributionManagement> | ||
|
||
|
@@ -40,6 +40,11 @@ | |
<email>[email protected]</email> | ||
<organizationUrl>https://github.com/grrolland</organizationUrl> | ||
</developer> | ||
<developer> | ||
<name>Sébastien Gandon</name> | ||
<email>[email protected]</email> | ||
<organizationUrl>https://github.com/talend</organizationUrl> | ||
</developer> | ||
</developers> | ||
|
||
<properties> | ||
|