Skip to content

Commit

Permalink
chore: bump plugin-api to v4.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed May 9, 2024
1 parent 3e81069 commit 69cd0b5
Showing 1 changed file with 32 additions and 32 deletions.
64 changes: 32 additions & 32 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,37 +1,37 @@
<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>
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-parent</artifactId>
<version>4.1.8-SNAPSHOT</version>
<relativePath />
</parent>
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>
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-parent</artifactId>
<version>4.1.8</version>
<relativePath/>
</parent>

<groupId>org.ligoj.plugin</groupId>
<artifactId>plugin-id</artifactId>
<version>2.2.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Ligoj - Plugin ID</name>
<url>https://github.com/ligoj/plugin-id</url>
<groupId>org.ligoj.plugin</groupId>
<artifactId>plugin-id</artifactId>
<version>2.2.3-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Ligoj - Plugin ID</name>
<url>https://github.com/ligoj/plugin-id</url>

<scm>
<connection>scm:git:https://github.com/ligoj/plugin-id</connection>
<developerConnection>scm:git:https://github.com/ligoj/plugin-id</developerConnection>
<url>https://github.com/ligoj/plugin-id.git</url>
</scm>
<scm>
<connection>scm:git:https://github.com/ligoj/plugin-id</connection>
<developerConnection>scm:git:https://github.com/ligoj/plugin-id</developerConnection>
<url>https://github.com/ligoj/plugin-id.git</url>
</scm>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github-ligoj</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/ligoj/plugin-id</url>
</repository>
</distributionManagement>
</profile>
</profiles>
<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github-ligoj</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/ligoj/plugin-id</url>
</repository>
</distributionManagement>
</profile>
</profiles>
</project>

0 comments on commit 69cd0b5

Please sign in to comment.