Skip to content
This repository was archived by the owner on Sep 17, 2024. It is now read-only.

Commit 4ab072e

Browse files
committed
change the groupId from com.silverpeas to org.silverpeas
1 parent bcd2dc3 commit 4ab072e

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
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/maven-v4_0_0.xsd">
33
<modelVersion>4.0.0</modelVersion>
4-
<groupId>com.silverpeas</groupId>
5-
<artifactId>assembly-configuration</artifactId>
4+
<groupId>org.silverpeas</groupId>
5+
<artifactId>configuration-assembly</artifactId>
66
<version>2.3-SNAPSHOT</version>
7-
<name>Gestion du packaging de la configuration</name>
8-
<url>http://www.silverpeas.com</url>
7+
<name>Silverpeas Configuration Assembly</name>
8+
<url>http://www.silverpeas.org</url>
9+
<description>
10+
It assembles the entire Silverpeas configuration split between Silverpeas Core and between Silverpeas components.
11+
</description>
912

1013
<distributionManagement>
1114
<repository>

0 commit comments

Comments
 (0)