File tree 11 files changed +23
-23
lines changed
bootstrap-business-parent
11 files changed +23
-23
lines changed Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.ligoj.bootstrap</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >3.1.18-SNAPSHOT </version >
8
+ <version >3.1.18</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
16
16
<dependency >
17
17
<groupId >org.ligoj.bootstrap</groupId >
18
18
<artifactId >bootstrap-business</artifactId >
19
- <version >3.1.18-SNAPSHOT </version >
19
+ <version >3.1.18</version >
20
20
</dependency >
21
21
<dependency >
22
22
<groupId >org.ligoj.bootstrap</groupId >
23
23
<artifactId >bootstrap-business-test</artifactId >
24
- <version >3.1.18-SNAPSHOT </version >
24
+ <version >3.1.18</version >
25
25
</dependency >
26
26
<dependency >
27
27
<groupId >org.ligoj.bootstrap</groupId >
28
28
<artifactId >bootstrap-plugin</artifactId >
29
- <version >3.1.18-SNAPSHOT </version >
29
+ <version >3.1.18</version >
30
30
</dependency >
31
31
</dependencies >
32
32
</dependencyManagement >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.ligoj.bootstrap</groupId >
5
5
<artifactId >parent</artifactId >
6
- <version >3.1.18-SNAPSHOT </version >
6
+ <version >3.1.18</version >
7
7
<relativePath >../parent/pom.xml</relativePath >
8
8
</parent >
9
9
53
53
<dependency >
54
54
<groupId >org.ligoj.bootstrap</groupId >
55
55
<artifactId >bootstrap-launcher</artifactId >
56
- <version >3.1.18-SNAPSHOT </version >
56
+ <version >3.1.18</version >
57
57
</dependency >
58
58
59
59
<!-- Mock & Test -->
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.ligoj.bootstrap</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >3.1.18-SNAPSHOT </version >
8
+ <version >3.1.18</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.ligoj.bootstrap</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >3.1.18-SNAPSHOT </version >
8
+ <version >3.1.18</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.ligoj.bootstrap</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >3.1.18-SNAPSHOT </version >
7
+ <version >3.1.18</version >
8
8
<relativePath >../parent/pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >bootstrap-launcher</artifactId >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.ligoj.bootstrap</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >3.1.18-SNAPSHOT </version >
8
+ <version >3.1.18</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.ligoj.bootstrap</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >3.1.18-SNAPSHOT </version >
8
+ <version >3.1.18</version >
9
9
<relativePath >../parent/pom.xml</relativePath >
10
10
</parent >
11
11
29
29
<dependency >
30
30
<groupId >org.ligoj.bootstrap</groupId >
31
31
<artifactId >bootstrap-web</artifactId >
32
- <version >3.1.18-SNAPSHOT </version >
32
+ <version >3.1.18</version >
33
33
</dependency >
34
34
<dependency >
35
35
<groupId >org.ligoj.bootstrap</groupId >
36
36
<artifactId >bootstrap-web-test</artifactId >
37
37
<type >pom</type >
38
38
<scope >test</scope >
39
- <version >3.1.18-SNAPSHOT </version >
39
+ <version >3.1.18</version >
40
40
</dependency >
41
41
<dependency >
42
42
<groupId >org.apache.httpcomponents.core5</groupId >
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >org.ligoj.bootstrap</groupId >
6
6
<artifactId >parent</artifactId >
7
- <version >3.1.18-SNAPSHOT </version >
7
+ <version >3.1.18</version >
8
8
<relativePath >../parent/pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >bootstrap-web-test</artifactId >
Original file line number Diff line number Diff line change 3
3
<parent >
4
4
<groupId >org.ligoj.bootstrap</groupId >
5
5
<artifactId >parent</artifactId >
6
- <version >3.1.18-SNAPSHOT </version >
6
+ <version >3.1.18</version >
7
7
<relativePath >../parent/pom.xml</relativePath >
8
8
</parent >
9
9
<artifactId >bootstrap-web</artifactId >
145
145
<dependency >
146
146
<groupId >org.ligoj.bootstrap</groupId >
147
147
<artifactId >bootstrap-web-test</artifactId >
148
- <version >3.1.18-SNAPSHOT </version >
148
+ <version >3.1.18</version >
149
149
<type >pom</type >
150
150
<scope >test</scope >
151
151
</dependency >
Original file line number Diff line number Diff line change 13
13
14
14
<groupId >org.ligoj.bootstrap</groupId >
15
15
<artifactId >parent</artifactId >
16
- <version >3.1.18-SNAPSHOT </version >
16
+ <version >3.1.18</version >
17
17
<packaging >pom</packaging >
18
18
<name >Ligoj - Bootstrap - Parent</name >
19
19
<description >Ligoj Bootstrap Parent</description >
152
152
<dependency >
153
153
<groupId >org.ligoj.bootstrap</groupId >
154
154
<artifactId >bootstrap-core</artifactId >
155
- <version >3.1.18-SNAPSHOT </version >
155
+ <version >3.1.18</version >
156
156
</dependency >
157
157
<dependency >
158
158
<groupId >com.googlecode.gentyref</groupId >
735
735
<dependency >
736
736
<groupId >org.ligoj.bootstrap</groupId >
737
737
<artifactId >bootstrap-business</artifactId >
738
- <version >3.1.18-SNAPSHOT </version >
738
+ <version >3.1.18</version >
739
739
</dependency >
740
740
741
741
<dependency >
742
742
<groupId >org.ligoj.bootstrap</groupId >
743
743
<artifactId >bootstrap-business-test</artifactId >
744
- <version >3.1.18-SNAPSHOT </version >
744
+ <version >3.1.18</version >
745
745
</dependency >
746
746
<dependency >
747
747
<groupId >org.quartz-scheduler</groupId >
934
934
<dependency >
935
935
<groupId >org.ligoj.bootstrap</groupId >
936
936
<artifactId >bootstrap-launcher</artifactId >
937
- <version >3.1.18-SNAPSHOT </version >
937
+ <version >3.1.18</version >
938
938
</dependency >
939
939
</dependencies >
940
940
</profile >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >org.ligoj.bootstrap</groupId >
7
7
<artifactId >parent</artifactId >
8
- <version >3.1.18-SNAPSHOT </version >
8
+ <version >3.1.18</version >
9
9
<relativePath >parent/pom.xml</relativePath >
10
10
</parent >
11
11
12
12
<artifactId >root</artifactId >
13
- <version >3.1.18-SNAPSHOT </version ><!-- required by 'version' plugin -->
13
+ <version >3.1.18</version ><!-- required by 'version' plugin -->
14
14
<packaging >pom</packaging >
15
15
<name >Ligoj - Bootstrap</name >
16
16
<description >Ligoj Bootstrap JAX-RS architecture template</description >
You can’t perform that action at this time.
0 commit comments