|
2 | 2 | <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">
|
3 | 3 | <modelVersion>4.0.0</modelVersion>
|
4 | 4 |
|
5 |
| - <groupId>io.github.grrolland</groupId> |
| 5 | + <groupId>com.talend</groupId> |
6 | 6 | <artifactId>ngx-distributed-shm</artifactId>
|
7 | 7 | <version>1.0.9-SNAPSHOT</version>
|
8 | 8 |
|
9 | 9 | <name>ngx-distributed-shm</name>
|
10 | 10 | <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>
|
11 | 11 |
|
12 |
| - <url>https://github.com/grrolland/ngx-distributed-shm</url> |
| 12 | + <url>https://github.com/talend/ngx-distributed-shm</url> |
13 | 13 |
|
14 | 14 | <licenses>
|
15 | 15 | <license>
|
|
20 | 20 | </licenses>
|
21 | 21 |
|
22 | 22 | <scm>
|
23 |
| - <connection>scm:git:git@github.com:grrolland/ngx-distributed-shm.git</connection> |
24 |
| - <developerConnection>scm:git:https://github.com/grrolland/ngx-distributed-shm.git</developerConnection> |
25 |
| - <url>https://github.com/grrolland/ngx-distributed-shm</url> |
| 23 | + <connection>scm:git:git@github.com:talend/ngx-distributed-shm.git</connection> |
| 24 | + <developerConnection>scm:git:https://github.com/talend/ngx-distributed-shm.git</developerConnection> |
| 25 | + <url>https://github.com/talend/ngx-distributed-shm</url> |
26 | 26 | <tag>HEAD</tag>
|
27 | 27 | </scm>
|
28 | 28 |
|
29 | 29 | <distributionManagement>
|
30 | 30 | <repository>
|
31 | 31 | <id>github</id>
|
32 | 32 | <name>GitHub Apache Maven Packages</name>
|
33 |
| - <url>https://maven.pkg.github.com/grrolland/ngx-distributed-shm</url> |
| 33 | + <url>https://maven.pkg.github.com/talend/ngx-distributed-shm</url> |
34 | 34 | </repository>
|
35 | 35 | </distributionManagement>
|
36 | 36 |
|
|
40 | 40 | <email>gregoire.rolland@live.fr</email>
|
41 | 41 | <organizationUrl>https://github.com/grrolland</organizationUrl>
|
42 | 42 | </developer>
|
| 43 | + <developer> |
| 44 | + <name>Sébastien Gandon</name> |
| 45 | + <email>sgandon@talend.com</email> |
| 46 | + <organizationUrl>https://github.com/talend</organizationUrl> |
| 47 | + </developer> |
43 | 48 | </developers>
|
44 | 49 |
|
45 | 50 | <properties>
|
|
0 commit comments