|
1 | 1 | <project xmlns="http://maven.apache.org/POM/4.0.0"
|
2 |
| - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
3 |
| - xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
4 |
| - <modelVersion>4.0.0</modelVersion> |
5 |
| - <parent> |
6 |
| - <groupId>org.ligoj.api</groupId> |
7 |
| - <artifactId>plugin-parent</artifactId> |
8 |
| - <version>4.1.8-SNAPSHOT</version> |
9 |
| - <relativePath /> |
10 |
| - </parent> |
| 2 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
| 3 | + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
| 4 | + <modelVersion>4.0.0</modelVersion> |
| 5 | + <parent> |
| 6 | + <groupId>org.ligoj.api</groupId> |
| 7 | + <artifactId>plugin-parent</artifactId> |
| 8 | + <version>4.1.8</version> |
| 9 | + <relativePath/> |
| 10 | + </parent> |
11 | 11 |
|
12 |
| - <groupId>org.ligoj.plugin</groupId> |
13 |
| - <artifactId>plugin-id</artifactId> |
14 |
| - <version>2.2.3-SNAPSHOT</version> |
15 |
| - <packaging>jar</packaging> |
16 |
| - <name>Ligoj - Plugin ID</name> |
17 |
| - <url>https://github.com/ligoj/plugin-id</url> |
| 12 | + <groupId>org.ligoj.plugin</groupId> |
| 13 | + <artifactId>plugin-id</artifactId> |
| 14 | + <version>2.2.3-SNAPSHOT</version> |
| 15 | + <packaging>jar</packaging> |
| 16 | + <name>Ligoj - Plugin ID</name> |
| 17 | + <url>https://github.com/ligoj/plugin-id</url> |
18 | 18 |
|
19 |
| - <scm> |
20 |
| - <connection>scm:git:https://github.com/ligoj/plugin-id</connection> |
21 |
| - <developerConnection>scm:git:https://github.com/ligoj/plugin-id</developerConnection> |
22 |
| - <url>https://github.com/ligoj/plugin-id.git</url> |
23 |
| - </scm> |
| 19 | + <scm> |
| 20 | + <connection>scm:git:https://github.com/ligoj/plugin-id</connection> |
| 21 | + <developerConnection>scm:git:https://github.com/ligoj/plugin-id</developerConnection> |
| 22 | + <url>https://github.com/ligoj/plugin-id.git</url> |
| 23 | + </scm> |
24 | 24 |
|
25 |
| - <profiles> |
26 |
| - <profile> |
27 |
| - <id>github</id> |
28 |
| - <distributionManagement> |
29 |
| - <repository> |
30 |
| - <id>github-ligoj</id> |
31 |
| - <name>GitHub Packages</name> |
32 |
| - <url>https://maven.pkg.github.com/ligoj/plugin-id</url> |
33 |
| - </repository> |
34 |
| - </distributionManagement> |
35 |
| - </profile> |
36 |
| - </profiles> |
| 25 | + <profiles> |
| 26 | + <profile> |
| 27 | + <id>github</id> |
| 28 | + <distributionManagement> |
| 29 | + <repository> |
| 30 | + <id>github-ligoj</id> |
| 31 | + <name>GitHub Packages</name> |
| 32 | + <url>https://maven.pkg.github.com/ligoj/plugin-id</url> |
| 33 | + </repository> |
| 34 | + </distributionManagement> |
| 35 | + </profile> |
| 36 | + </profiles> |
37 | 37 | </project>
|
0 commit comments