|
1 |
| -<?xml version="1.0" encoding="UTF-8"?> |
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/maven-v4_0_0.xsd"> |
3 |
| - <modelVersion>4.0.0</modelVersion> |
4 |
| - <groupId>com.silverpeas</groupId> |
5 |
| - <artifactId>assembly</artifactId> |
6 |
| - <version>1.3-SNAPSHOT</version> |
7 |
| - <name>Assembly Structure</name> |
8 |
| - <url>http://www.silverpeas.com</url> |
9 |
| - |
10 |
| - <scm> |
11 |
| - <connection>scm:git:git@github.com:Silverpeas/Silverpeas-Assembly-Structure.git</connection> |
12 |
| - <developerConnection>scm:git:git@github.com:Silverpeas/Silverpeas-Assembly-Structure.git</developerConnection> |
13 |
| - <url>https://github.com/Silverpeas/Silverpeas-Assembly-Structure</url> |
14 |
| - </scm> |
15 |
| - |
16 |
| - <distributionManagement> |
17 |
| - <repository> |
18 |
| - <id>silverpeas</id> |
19 |
| - <name>Repository Silverpeas</name> |
20 |
| - <layout>default</layout> |
21 |
| - <url>http://www.silverpeas.org/nexus/content/repositories/releases/</url> |
22 |
| - </repository> |
23 |
| - <snapshotRepository> |
24 |
| - <id>silverpeas-snapshots</id> |
25 |
| - <name>Snapshots Repository Silverpeas</name> |
26 |
| - <layout>default</layout> |
27 |
| - <url>http://www.silverpeas.org/nexus/content/repositories/snapshots/</url> |
28 |
| - </snapshotRepository> |
29 |
| - </distributionManagement> |
30 |
| - |
31 |
| -</project> |
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 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/maven-v4_0_0.xsd"> |
| 3 | + <modelVersion>4.0.0</modelVersion> |
| 4 | + <groupId>com.silverpeas</groupId> |
| 5 | + <artifactId>assembly</artifactId> |
| 6 | + <version>1.3</version> |
| 7 | + <name>Assembly Structure</name> |
| 8 | + <url>http://www.silverpeas.com</url> |
| 9 | + |
| 10 | + <scm> |
| 11 | + <connection>scm:git:git@github.com:Silverpeas/Silverpeas-Assembly-Structure.git</connection> |
| 12 | + <developerConnection>scm:git:git@github.com:Silverpeas/Silverpeas-Assembly-Structure.git</developerConnection> |
| 13 | + <url>https://github.com/Silverpeas/Silverpeas-Assembly-Structure</url> |
| 14 | + </scm> |
| 15 | + |
| 16 | + <distributionManagement> |
| 17 | + <repository> |
| 18 | + <id>silverpeas</id> |
| 19 | + <name>Repository Silverpeas</name> |
| 20 | + <layout>default</layout> |
| 21 | + <url>http://www.silverpeas.org/nexus/content/repositories/releases/</url> |
| 22 | + </repository> |
| 23 | + <snapshotRepository> |
| 24 | + <id>silverpeas-snapshots</id> |
| 25 | + <name>Snapshots Repository Silverpeas</name> |
| 26 | + <layout>default</layout> |
| 27 | + <url>http://www.silverpeas.org/nexus/content/repositories/snapshots/</url> |
| 28 | + </snapshotRepository> |
| 29 | + </distributionManagement> |
| 30 | + |
| 31 | +</project> |
0 commit comments