File tree Expand file tree Collapse file tree 9 files changed +25
-25
lines changed Expand file tree Collapse file tree 9 files changed +25
-25
lines changed Original file line number Diff line number Diff line change 20
20
<jackson .version>2.14.1</jackson .version>
21
21
<jex .version>2.5</jex .version>
22
22
<avaje-inject .version>8.12-RC3</avaje-inject .version>
23
+ <avaje-http-version >1.26-SNAPSHOT</avaje-http-version >
23
24
</properties >
24
25
25
26
<modules >
Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >io.avaje</groupId >
26
26
<artifactId >avaje-http-client</artifactId >
27
- <version >1.26-SNAPSHOT </version >
27
+ <version >${avaje-http-version} </version >
28
28
</dependency >
29
29
30
30
<dependency >
31
31
<groupId >io.avaje</groupId >
32
32
<artifactId >avaje-http-api</artifactId >
33
- <version >1.26-SNAPSHOT </version >
33
+ <version >${avaje-http-version} </version >
34
34
</dependency >
35
35
36
36
<dependency >
102
102
<path >
103
103
<groupId >io.avaje</groupId >
104
104
<artifactId >avaje-http-client-generator</artifactId >
105
- <version >1.26-SNAPSHOT </version >
105
+ <version >${avaje-http-version} </version >
106
106
</path >
107
107
<path >
108
108
<groupId >io.avaje</groupId >
109
109
<artifactId >avaje-http-jex-generator</artifactId >
110
- <version >1.26-SNAPSHOT </version >
110
+ <version >${avaje-http-version} </version >
111
111
</path >
112
112
<path >
113
113
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 21
21
<dependency >
22
22
<groupId >io.avaje</groupId >
23
23
<artifactId >avaje-http-client</artifactId >
24
- <version >1.26-SNAPSHOT </version >
24
+ <version >${avaje-http-version} </version >
25
25
</dependency >
26
26
27
27
<dependency >
28
28
<groupId >io.avaje</groupId >
29
29
<artifactId >avaje-http-client-gson</artifactId >
30
- <version >1.26-SNAPSHOT </version >
30
+ <version >${avaje-http-version} </version >
31
31
</dependency >
32
32
33
33
<dependency >
34
34
<groupId >io.avaje</groupId >
35
35
<artifactId >avaje-http-api</artifactId >
36
- <version >1.26-SNAPSHOT </version >
36
+ <version >${avaje-http-version} </version >
37
37
</dependency >
38
38
39
39
<dependency >
Original file line number Diff line number Diff line change 13
13
<maven .deploy.skip>true</maven .deploy.skip>
14
14
<mainClass >org.example.Main</mainClass >
15
15
<helidon-version >2.3.0</helidon-version >
16
- <avaje-http-version >1.26-SNAPSHOT</avaje-http-version >
17
16
</properties >
18
17
19
18
<dependencies >
33
32
<dependency >
34
33
<groupId >io.avaje</groupId >
35
34
<artifactId >avaje-http-api</artifactId >
36
- <version >1.26-SNAPSHOT </version >
35
+ <version >${avaje-http-version} </version >
37
36
</dependency >
38
37
<dependency >
39
38
<groupId >io.avaje</groupId >
50
49
<dependency >
51
50
<groupId >io.avaje</groupId >
52
51
<artifactId >avaje-http-helidon-generator</artifactId >
53
- <version >1.26-SNAPSHOT </version >
52
+ <version >${avaje-http-version} </version >
54
53
<scope >provided</scope >
55
54
</dependency >
56
55
112
111
<dependency >
113
112
<groupId >io.avaje</groupId >
114
113
<artifactId >avaje-http-client</artifactId >
115
- <version >1.26-SNAPSHOT </version >
114
+ <version >${avaje-http-version} </version >
116
115
<scope >test</scope >
117
116
</dependency >
118
117
Original file line number Diff line number Diff line change 47
47
<dependency >
48
48
<groupId >io.avaje</groupId >
49
49
<artifactId >avaje-http-api</artifactId >
50
- <version >1.26-SNAPSHOT </version >
50
+ <version >${avaje-http-version} </version >
51
51
</dependency >
52
52
53
53
<dependency >
74
74
<dependency >
75
75
<groupId >io.avaje</groupId >
76
76
<artifactId >avaje-http-javalin-generator</artifactId >
77
- <version >1.26-SNAPSHOT </version >
77
+ <version >${avaje-http-version} </version >
78
78
<scope >provided</scope >
79
79
</dependency >
80
80
103
103
<dependency >
104
104
<groupId >io.avaje</groupId >
105
105
<artifactId >avaje-http-client</artifactId >
106
- <version >1.26-SNAPSHOT </version >
106
+ <version >${avaje-http-version} </version >
107
107
<scope >test</scope >
108
108
</dependency >
109
109
Original file line number Diff line number Diff line change 52
52
<dependency >
53
53
<groupId >io.avaje</groupId >
54
54
<artifactId >avaje-http-api</artifactId >
55
- <version >1.26-SNAPSHOT </version >
55
+ <version >${avaje-http-version} </version >
56
56
</dependency >
57
57
58
58
<dependency >
79
79
<dependency >
80
80
<groupId >io.avaje</groupId >
81
81
<artifactId >avaje-http-javalin-generator</artifactId >
82
- <version >1.26-SNAPSHOT </version >
82
+ <version >${avaje-http-version} </version >
83
83
<scope >provided</scope >
84
84
</dependency >
85
85
102
102
<dependency >
103
103
<groupId >io.avaje</groupId >
104
104
<artifactId >avaje-http-client</artifactId >
105
- <version >1.26-SNAPSHOT </version >
105
+ <version >${avaje-http-version} </version >
106
106
<scope >test</scope >
107
107
</dependency >
108
108
Original file line number Diff line number Diff line change 51
51
<dependency >
52
52
<groupId >io.avaje</groupId >
53
53
<artifactId >avaje-http-api</artifactId >
54
- <version >1.26-SNAPSHOT </version >
54
+ <version >${avaje-http-version} </version >
55
55
</dependency >
56
56
57
57
<dependency >
78
78
<dependency >
79
79
<groupId >io.avaje</groupId >
80
80
<artifactId >avaje-http-jex-generator</artifactId >
81
- <version >1.26-SNAPSHOT </version >
81
+ <version >${avaje-http-version} </version >
82
82
<scope >provided</scope >
83
83
</dependency >
84
84
94
94
<dependency >
95
95
<groupId >io.avaje</groupId >
96
96
<artifactId >avaje-http-client</artifactId >
97
- <version >1.26-SNAPSHOT </version >
97
+ <version >${avaje-http-version} </version >
98
98
<scope >test</scope >
99
99
</dependency >
100
100
Original file line number Diff line number Diff line change 26
26
<dependency >
27
27
<groupId >io.avaje</groupId >
28
28
<artifactId >avaje-http-api</artifactId >
29
- <version >1.26-SNAPSHOT </version >
29
+ <version >${avaje-http-version} </version >
30
30
</dependency >
31
31
<dependency >
32
32
<groupId >io.avaje</groupId >
46
46
<dependency >
47
47
<groupId >io.avaje</groupId >
48
48
<artifactId >avaje-http-nima-generator</artifactId >
49
- <version >1.26-SNAPSHOT </version >
49
+ <version >${avaje-http-version} </version >
50
50
<scope >test</scope >
51
51
</dependency >
52
52
<!-- <dependency>-->
79
79
<path >
80
80
<groupId >io.avaje</groupId >
81
81
<artifactId >avaje-http-nima-generator</artifactId >
82
- <version >1.26-SNAPSHOT </version >
82
+ <version >${avaje-http-version} </version >
83
83
</path >
84
84
<path >
85
85
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 27
27
<dependency >
28
28
<groupId >io.avaje</groupId >
29
29
<artifactId >avaje-http-api</artifactId >
30
- <version >1.26-SNAPSHOT </version >
30
+ <version >${avaje-http-version} </version >
31
31
</dependency >
32
32
<dependency >
33
33
<groupId >io.helidon.nima.webserver</groupId >
64
64
<path >
65
65
<groupId >io.avaje</groupId >
66
66
<artifactId >avaje-http-nima-generator</artifactId >
67
- <version >1.26-SNAPSHOT </version >
67
+ <version >${avaje-http-version} </version >
68
68
</path >
69
69
<path >
70
70
<groupId >io.avaje</groupId >
You can’t perform that action at this time.
0 commit comments