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 4719727 commit ff0fd9c
Showing 1 changed file with 39 additions and 39 deletions.
78 changes: 39 additions & 39 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,45 +1,45 @@
<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.7</version>
<relativePath />
</parent>
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-prov-outscale</artifactId>
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Ligoj - Plugin Provisioning - 3DS Outscale</name>
<url>https://github.com/ligoj/plugin-prov-outscale</url>
<groupId>org.ligoj.plugin</groupId>
<artifactId>plugin-prov-outscale</artifactId>
<version>1.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Ligoj - Plugin Provisioning - 3DS Outscale</name>
<url>https://github.com/ligoj/plugin-prov-outscale</url>

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

<dependencies>
<dependency>
<groupId>org.ligoj.plugin</groupId>
<artifactId>plugin-prov</artifactId>
<version>[3.2.0,3.3.0)</version>
<scope>provided</scope>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>org.ligoj.plugin</groupId>
<artifactId>plugin-prov</artifactId>
<version>[3.2.0,3.3.0)</version>
<scope>provided</scope>
</dependency>
</dependencies>

<profiles>
<profile>
<id>github</id>
<distributionManagement>
<repository>
<id>github-ligoj</id>
<name>GitHub Packages</name>
<url>https://maven.pkg.github.com/ligoj/plugin-prov-outscale</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-prov-outscale</url>
</repository>
</distributionManagement>
</profile>
</profiles>
</project>

0 comments on commit ff0fd9c

Please sign in to comment.