Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
fdaugan committed Mar 5, 2024
1 parent 09243a8 commit 17f0817
Show file tree
Hide file tree
Showing 7 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<groupId>org.ligoj.api</groupId>
<artifactId>parent</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Ligoj - API Parent</name>
<description>API Parent pom for all plug-in</description>
Expand Down
4 changes: 2 additions & 2 deletions plugin-api-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>parent</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand All @@ -20,7 +20,7 @@
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-iam-empty</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
2 changes: 1 addition & 1 deletion plugin-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>parent</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand Down
6 changes: 3 additions & 3 deletions plugin-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>parent</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand All @@ -19,12 +19,12 @@
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-api</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
</dependency>
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-api-test</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
4 changes: 2 additions & 2 deletions plugin-iam-empty/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>parent</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand All @@ -19,7 +19,7 @@
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-api</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
</dependency>
</dependencies>
</project>
8 changes: 4 additions & 4 deletions plugin-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>parent</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<relativePath>../parent/pom.xml</relativePath>
</parent>

Expand All @@ -25,19 +25,19 @@
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-core</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-api-test</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.ligoj.api</groupId>
<artifactId>plugin-iam-empty</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<groupId>org.ligoj.api</groupId>
<artifactId>parent</artifactId>
<version>4.1.7</version>
<version>4.1.8-SNAPSHOT</version>
<relativePath>parent/pom.xml</relativePath>
</parent>

<artifactId>root</artifactId>
<version>4.1.7</version> <!-- Required by versions plugin -->
<version>4.1.8-SNAPSHOT</version> <!-- Required by versions plugin -->
<packaging>pom</packaging>
<name>Ligoj - API</name>
<description>Ligoj - API components to test and build</description>
Expand Down

0 comments on commit 17f0817

Please sign in to comment.