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 e3c5fe2 commit 61f61ef
Showing 1 changed file with 37 additions and 37 deletions.
74 changes: 37 additions & 37 deletions pom.xml
Original file line number Diff line number Diff line change
@@ -1,43 +1,43 @@
<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-qa-sonarqube</artifactId>
<version>1.1.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Ligoj - Plugin QA - SonarQube</name>
<groupId>org.ligoj.plugin</groupId>
<artifactId>plugin-qa-sonarqube</artifactId>
<version>1.1.5-SNAPSHOT</version>
<packaging>jar</packaging>
<name>Ligoj - Plugin QA - SonarQube</name>

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

<dependencies>
<dependency>
<groupId>org.ligoj.plugin</groupId>
<artifactId>plugin-qa</artifactId>
<version>[1.1.0-SNAPSHOT,1.2.0)</version>
<scope>provided</scope>
</dependency>
</dependencies>
<dependencies>
<dependency>
<groupId>org.ligoj.plugin</groupId>
<artifactId>plugin-qa</artifactId>
<version>[1.1.0-SNAPSHOT,1.2.0)</version>
<scope>provided</scope>
</dependency>
</dependencies>

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

0 comments on commit 61f61ef

Please sign in to comment.