Skip to content

Commit 455b9df

Browse files
committed
Release 4.0.5
1 parent 8f7c2fb commit 455b9df

File tree

7 files changed

+15
-15
lines changed

7 files changed

+15
-15
lines changed

parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.ligoj.api</groupId>
1515
<artifactId>parent</artifactId>
16-
<version>4.0.5-SNAPSHOT</version>
16+
<version>4.0.5</version>
1717
<packaging>pom</packaging>
1818
<name>Ligoj - API Parent</name>
1919
<description>API Parent pom for all plug-in</description>

plugin-api-test/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.api</groupId>
77
<artifactId>parent</artifactId>
8-
<version>4.0.5-SNAPSHOT</version>
8+
<version>4.0.5</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -20,7 +20,7 @@
2020
<dependency>
2121
<groupId>org.ligoj.api</groupId>
2222
<artifactId>plugin-iam-empty</artifactId>
23-
<version>4.0.5-SNAPSHOT</version>
23+
<version>4.0.5</version>
2424
</dependency>
2525
</dependencies>
2626
</dependencyManagement>

plugin-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<parent>
88
<groupId>org.ligoj.api</groupId>
99
<artifactId>parent</artifactId>
10-
<version>4.0.5-SNAPSHOT</version>
10+
<version>4.0.5</version>
1111
<relativePath>../parent/pom.xml</relativePath>
1212
</parent>
1313

plugin-core/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.api</groupId>
77
<artifactId>parent</artifactId>
8-
<version>4.0.5-SNAPSHOT</version>
8+
<version>4.0.5</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -19,12 +19,12 @@
1919
<dependency>
2020
<groupId>org.ligoj.api</groupId>
2121
<artifactId>plugin-api</artifactId>
22-
<version>4.0.5-SNAPSHOT</version>
22+
<version>4.0.5</version>
2323
</dependency>
2424
<dependency>
2525
<groupId>org.ligoj.api</groupId>
2626
<artifactId>plugin-api-test</artifactId>
27-
<version>4.0.5-SNAPSHOT</version>
27+
<version>4.0.5</version>
2828
<scope>test</scope>
2929
</dependency>
3030
</dependencies>

plugin-iam-empty/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.api</groupId>
77
<artifactId>parent</artifactId>
8-
<version>4.0.5-SNAPSHOT</version>
8+
<version>4.0.5</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -19,7 +19,7 @@
1919
<dependency>
2020
<groupId>org.ligoj.api</groupId>
2121
<artifactId>plugin-api</artifactId>
22-
<version>4.0.5-SNAPSHOT</version>
22+
<version>4.0.5</version>
2323
</dependency>
2424
</dependencies>
2525
</project>

plugin-parent/pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.api</groupId>
77
<artifactId>parent</artifactId>
8-
<version>4.0.5-SNAPSHOT</version>
8+
<version>4.0.5</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -29,19 +29,19 @@
2929
<dependency>
3030
<groupId>org.ligoj.api</groupId>
3131
<artifactId>plugin-core</artifactId>
32-
<version>4.0.5-SNAPSHOT</version>
32+
<version>4.0.5</version>
3333
<scope>provided</scope>
3434
</dependency>
3535
<dependency>
3636
<groupId>org.ligoj.api</groupId>
3737
<artifactId>plugin-api-test</artifactId>
38-
<version>4.0.5-SNAPSHOT</version>
38+
<version>4.0.5</version>
3939
<scope>test</scope>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.ligoj.api</groupId>
4343
<artifactId>plugin-iam-empty</artifactId>
44-
<version>4.0.5-SNAPSHOT</version>
44+
<version>4.0.5</version>
4545
</dependency>
4646
</dependencies>
4747
</dependencyManagement>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.ligoj.api</groupId>
77
<artifactId>parent</artifactId>
8-
<version>4.0.5-SNAPSHOT</version>
8+
<version>4.0.5</version>
99
<relativePath>parent/pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>root</artifactId>
13-
<version>4.0.5-SNAPSHOT</version> <!-- Required by versions plugin -->
13+
<version>4.0.5</version> <!-- Required by versions plugin -->
1414
<packaging>pom</packaging>
1515
<name>Ligoj - API</name>
1616
<description>Ligoj - API components to test and build</description>

0 commit comments

Comments
 (0)