Skip to content

Commit

Permalink
chore(pom): update the group id and scm
Browse files Browse the repository at this point in the history
  • Loading branch information
sgandon authored Sep 12, 2023
1 parent d0015c7 commit 2402e45
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>

Expand All @@ -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>
Expand Down

0 comments on commit 2402e45

Please sign in to comment.