Skip to content

Commit e5ef1c7

Browse files
committed
Release 3.1.18
1 parent 8ba655a commit e5ef1c7

File tree

11 files changed

+23
-23
lines changed

11 files changed

+23
-23
lines changed

bootstrap-business-parent/pom.xml

+4-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.bootstrap</groupId>
77
<artifactId>parent</artifactId>
8-
<version>3.1.18-SNAPSHOT</version>
8+
<version>3.1.18</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -16,17 +16,17 @@
1616
<dependency>
1717
<groupId>org.ligoj.bootstrap</groupId>
1818
<artifactId>bootstrap-business</artifactId>
19-
<version>3.1.18-SNAPSHOT</version>
19+
<version>3.1.18</version>
2020
</dependency>
2121
<dependency>
2222
<groupId>org.ligoj.bootstrap</groupId>
2323
<artifactId>bootstrap-business-test</artifactId>
24-
<version>3.1.18-SNAPSHOT</version>
24+
<version>3.1.18</version>
2525
</dependency>
2626
<dependency>
2727
<groupId>org.ligoj.bootstrap</groupId>
2828
<artifactId>bootstrap-plugin</artifactId>
29-
<version>3.1.18-SNAPSHOT</version>
29+
<version>3.1.18</version>
3030
</dependency>
3131
</dependencies>
3232
</dependencyManagement>

bootstrap-business-test/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ligoj.bootstrap</groupId>
55
<artifactId>parent</artifactId>
6-
<version>3.1.18-SNAPSHOT</version>
6+
<version>3.1.18</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99

@@ -53,7 +53,7 @@
5353
<dependency>
5454
<groupId>org.ligoj.bootstrap</groupId>
5555
<artifactId>bootstrap-launcher</artifactId>
56-
<version>3.1.18-SNAPSHOT</version>
56+
<version>3.1.18</version>
5757
</dependency>
5858

5959
<!-- Mock & Test -->

bootstrap-business/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.bootstrap</groupId>
77
<artifactId>parent</artifactId>
8-
<version>3.1.18-SNAPSHOT</version>
8+
<version>3.1.18</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

bootstrap-core/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.bootstrap</groupId>
77
<artifactId>parent</artifactId>
8-
<version>3.1.18-SNAPSHOT</version>
8+
<version>3.1.18</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

bootstrap-launcher/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ligoj.bootstrap</groupId>
66
<artifactId>parent</artifactId>
7-
<version>3.1.18-SNAPSHOT</version>
7+
<version>3.1.18</version>
88
<relativePath>../parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>bootstrap-launcher</artifactId>

bootstrap-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.bootstrap</groupId>
77
<artifactId>parent</artifactId>
8-
<version>3.1.18-SNAPSHOT</version>
8+
<version>3.1.18</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

bootstrap-web-parent/pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.ligoj.bootstrap</groupId>
77
<artifactId>parent</artifactId>
8-
<version>3.1.18-SNAPSHOT</version>
8+
<version>3.1.18</version>
99
<relativePath>../parent/pom.xml</relativePath>
1010
</parent>
1111

@@ -29,14 +29,14 @@
2929
<dependency>
3030
<groupId>org.ligoj.bootstrap</groupId>
3131
<artifactId>bootstrap-web</artifactId>
32-
<version>3.1.18-SNAPSHOT</version>
32+
<version>3.1.18</version>
3333
</dependency>
3434
<dependency>
3535
<groupId>org.ligoj.bootstrap</groupId>
3636
<artifactId>bootstrap-web-test</artifactId>
3737
<type>pom</type>
3838
<scope>test</scope>
39-
<version>3.1.18-SNAPSHOT</version>
39+
<version>3.1.18</version>
4040
</dependency>
4141
<dependency>
4242
<groupId>org.apache.httpcomponents.core5</groupId>

bootstrap-web-test/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>org.ligoj.bootstrap</groupId>
66
<artifactId>parent</artifactId>
7-
<version>3.1.18-SNAPSHOT</version>
7+
<version>3.1.18</version>
88
<relativePath>../parent/pom.xml</relativePath>
99
</parent>
1010
<artifactId>bootstrap-web-test</artifactId>

bootstrap-web/pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<parent>
44
<groupId>org.ligoj.bootstrap</groupId>
55
<artifactId>parent</artifactId>
6-
<version>3.1.18-SNAPSHOT</version>
6+
<version>3.1.18</version>
77
<relativePath>../parent/pom.xml</relativePath>
88
</parent>
99
<artifactId>bootstrap-web</artifactId>
@@ -145,7 +145,7 @@
145145
<dependency>
146146
<groupId>org.ligoj.bootstrap</groupId>
147147
<artifactId>bootstrap-web-test</artifactId>
148-
<version>3.1.18-SNAPSHOT</version>
148+
<version>3.1.18</version>
149149
<type>pom</type>
150150
<scope>test</scope>
151151
</dependency>

parent/pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<groupId>org.ligoj.bootstrap</groupId>
1515
<artifactId>parent</artifactId>
16-
<version>3.1.18-SNAPSHOT</version>
16+
<version>3.1.18</version>
1717
<packaging>pom</packaging>
1818
<name>Ligoj - Bootstrap - Parent</name>
1919
<description>Ligoj Bootstrap Parent</description>
@@ -152,7 +152,7 @@
152152
<dependency>
153153
<groupId>org.ligoj.bootstrap</groupId>
154154
<artifactId>bootstrap-core</artifactId>
155-
<version>3.1.18-SNAPSHOT</version>
155+
<version>3.1.18</version>
156156
</dependency>
157157
<dependency>
158158
<groupId>com.googlecode.gentyref</groupId>
@@ -735,13 +735,13 @@
735735
<dependency>
736736
<groupId>org.ligoj.bootstrap</groupId>
737737
<artifactId>bootstrap-business</artifactId>
738-
<version>3.1.18-SNAPSHOT</version>
738+
<version>3.1.18</version>
739739
</dependency>
740740

741741
<dependency>
742742
<groupId>org.ligoj.bootstrap</groupId>
743743
<artifactId>bootstrap-business-test</artifactId>
744-
<version>3.1.18-SNAPSHOT</version>
744+
<version>3.1.18</version>
745745
</dependency>
746746
<dependency>
747747
<groupId>org.quartz-scheduler</groupId>
@@ -934,7 +934,7 @@
934934
<dependency>
935935
<groupId>org.ligoj.bootstrap</groupId>
936936
<artifactId>bootstrap-launcher</artifactId>
937-
<version>3.1.18-SNAPSHOT</version>
937+
<version>3.1.18</version>
938938
</dependency>
939939
</dependencies>
940940
</profile>

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@
55
<parent>
66
<groupId>org.ligoj.bootstrap</groupId>
77
<artifactId>parent</artifactId>
8-
<version>3.1.18-SNAPSHOT</version>
8+
<version>3.1.18</version>
99
<relativePath>parent/pom.xml</relativePath>
1010
</parent>
1111

1212
<artifactId>root</artifactId>
13-
<version>3.1.18-SNAPSHOT</version><!-- required by 'version' plugin -->
13+
<version>3.1.18</version><!-- required by 'version' plugin -->
1414
<packaging>pom</packaging>
1515
<name>Ligoj - Bootstrap</name>
1616
<description>Ligoj Bootstrap JAX-RS architecture template</description>

0 commit comments

Comments
 (0)