Skip to content

Commit 2402e45

Browse files
authored
chore(pom): update the group id and scm
1 parent d0015c7 commit 2402e45

File tree

1 file changed

+11
-6
lines changed

1 file changed

+11
-6
lines changed

pom.xml

Lines changed: 11 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@
22
<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">
33
<modelVersion>4.0.0</modelVersion>
44

5-
<groupId>io.github.grrolland</groupId>
5+
<groupId>com.talend</groupId>
66
<artifactId>ngx-distributed-shm</artifactId>
77
<version>1.0.9-SNAPSHOT</version>
88

99
<name>ngx-distributed-shm</name>
1010
<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>
1111

12-
<url>https://github.com/grrolland/ngx-distributed-shm</url>
12+
<url>https://github.com/talend/ngx-distributed-shm</url>
1313

1414
<licenses>
1515
<license>
@@ -20,17 +20,17 @@
2020
</licenses>
2121

2222
<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>
2626
<tag>HEAD</tag>
2727
</scm>
2828

2929
<distributionManagement>
3030
<repository>
3131
<id>github</id>
3232
<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>
3434
</repository>
3535
</distributionManagement>
3636

@@ -40,6 +40,11 @@
4040
<email>gregoire.rolland@live.fr</email>
4141
<organizationUrl>https://github.com/grrolland</organizationUrl>
4242
</developer>
43+
<developer>
44+
<name>Sébastien Gandon</name>
45+
<email>sgandon@talend.com</email>
46+
<organizationUrl>https://github.com/talend</organizationUrl>
47+
</developer>
4348
</developers>
4449

4550
<properties>

0 commit comments

Comments
 (0)