Skip to content

Commit 69cd0b5

Browse files
committed
chore: bump plugin-api to v4.1.8
1 parent 3e81069 commit 69cd0b5

File tree

1 file changed

+32
-32
lines changed

1 file changed

+32
-32
lines changed

pom.xml

Lines changed: 32 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -1,37 +1,37 @@
11
<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>
1111

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>
1818

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>
2424

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>
3737
</project>

0 commit comments

Comments
 (0)