File tree Expand file tree Collapse file tree 19 files changed +73
-94
lines changed Expand file tree Collapse file tree 19 files changed +73
-94
lines changed Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-http-parent</artifactId >
7
- <version >1.29-SNAPSHOT </version >
7
+ <version >1.29</version >
8
8
<relativePath >..</relativePath >
9
9
</parent >
10
10
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-http-parent</artifactId >
7
- <version >1.29-SNAPSHOT</version >
8
- <relativePath >..</relativePath >
7
+ <version >1.29</version >
9
8
</parent >
10
9
11
- <groupId >io.avaje</groupId >
12
10
<artifactId >avaje-http-client-gson</artifactId >
13
- <version >1.29-SNAPSHOT</version >
14
11
15
12
<dependencies >
16
13
23
20
<dependency >
24
21
<groupId >io.avaje</groupId >
25
22
<artifactId >avaje-http-client</artifactId >
26
- <version >1.29-SNAPSHOT </version >
23
+ <version >1.29</version >
27
24
<scope >provided</scope >
28
25
</dependency >
29
26
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-http-parent</artifactId >
7
- <version >1.29-SNAPSHOT</version >
8
- <relativePath >..</relativePath >
7
+ <version >1.29</version >
9
8
</parent >
10
9
11
- <groupId >io.avaje</groupId >
12
10
<artifactId >avaje-http-client</artifactId >
13
- <version >1.29-SNAPSHOT</version >
14
11
15
12
<scm >
16
13
<developerConnection >scm:git:git@github.com:avaje/avaje-http-client.git</developerConnection >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
4
<parent >
6
5
<groupId >io.avaje</groupId >
7
6
<artifactId >avaje-http-parent</artifactId >
8
- <version >1.29-SNAPSHOT</version >
9
- <relativePath >..</relativePath >
7
+ <version >1.29</version >
10
8
</parent >
11
9
12
10
<artifactId >avaje-http-client-generator</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
- <artifactId >avaje-http-generator-core</artifactId >
6
-
7
4
<parent >
8
5
<groupId >io.avaje</groupId >
9
6
<artifactId >avaje-http-parent</artifactId >
10
- <version >1.29-SNAPSHOT</version >
11
- <relativePath >..</relativePath >
7
+ <version >1.29</version >
12
8
</parent >
13
9
10
+ <artifactId >avaje-http-generator-core</artifactId >
11
+
14
12
<dependencies >
15
13
<dependency >
16
14
<groupId >io.avaje</groupId >
23
21
<dependency >
24
22
<groupId >io.avaje</groupId >
25
23
<artifactId >avaje-http-api</artifactId >
26
- <version >1.29-SNAPSHOT </version >
24
+ <version >1.29</version >
27
25
<optional >true</optional >
28
26
<scope >provided</scope >
29
27
</dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
- <artifactId >avaje-http-helidon-generator</artifactId >
6
-
7
4
<parent >
8
5
<groupId >io.avaje</groupId >
9
6
<artifactId >avaje-http-parent</artifactId >
10
- <version >1.29-SNAPSHOT</version >
11
- <relativePath >..</relativePath >
7
+ <version >1.29</version >
12
8
</parent >
13
9
10
+ <artifactId >avaje-http-helidon-generator</artifactId >
11
+
14
12
<dependencies >
15
13
16
14
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
- <artifactId >avaje-http-javalin-generator</artifactId >
6
-
7
4
<parent >
8
5
<groupId >io.avaje</groupId >
9
6
<artifactId >avaje-http-parent</artifactId >
10
- <version >1.29-SNAPSHOT</version >
11
- <relativePath >..</relativePath >
7
+ <version >1.29</version >
12
8
</parent >
13
9
10
+ <artifactId >avaje-http-javalin-generator</artifactId >
11
+
14
12
<dependencies >
15
13
16
14
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
-
5
- <artifactId >avaje-http-jex-generator</artifactId >
6
-
7
4
<parent >
8
5
<groupId >io.avaje</groupId >
9
6
<artifactId >avaje-http-parent</artifactId >
10
- <version >1.29-SNAPSHOT</version >
11
- <relativePath >..</relativePath >
7
+ <version >1.29</version >
12
8
</parent >
13
9
10
+ <artifactId >avaje-http-jex-generator</artifactId >
11
+
14
12
<dependencies >
15
13
16
14
<dependency >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
+ <modelVersion >4.0.0</modelVersion >
3
4
<parent >
4
5
<artifactId >avaje-http-parent</artifactId >
5
6
<groupId >io.avaje</groupId >
6
- <version >1.29-SNAPSHOT </version >
7
+ <version >1.29</version >
7
8
</parent >
8
- <modelVersion >4.0.0</modelVersion >
9
9
10
10
<artifactId >avaje-http-nima-generator</artifactId >
11
11
Original file line number Diff line number Diff line change 9
9
10
10
<groupId >io.avaje</groupId >
11
11
<artifactId >avaje-http-parent</artifactId >
12
- <version >1.29-SNAPSHOT </version >
12
+ <version >1.29</version >
13
13
<packaging >pom</packaging >
14
14
15
15
<scm >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <artifactId >java11-oss</artifactId >
6
- <groupId >org.avaje</groupId >
7
- <version >3.9</version >
8
- <relativePath />
5
+ <artifactId >avaje-http-parent</artifactId >
6
+ <groupId >io.avaje</groupId >
7
+ <version >1.29</version >
9
8
</parent >
10
9
11
- <groupId >io.avaje.http</groupId >
12
- <artifactId >tests-reactor</artifactId >
13
- <version >1</version >
10
+ <artifactId >tests</artifactId >
14
11
<packaging >pom</packaging >
15
12
16
13
<properties >
20
17
<jackson .version>2.14.1</jackson .version>
21
18
<jex .version>2.5</jex .version>
22
19
<avaje-inject .version>8.12-RC3</avaje-inject .version>
23
- <avaje-http-version >1.29-SNAPSHOT</avaje-http-version >
24
20
</properties >
25
21
26
22
<modules >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >io.avaje.http </groupId >
6
- <artifactId >tests-reactor </artifactId >
7
- <version >1</version >
5
+ <groupId >io.avaje</groupId >
6
+ <artifactId >tests</artifactId >
7
+ <version >1.29 </version >
8
8
</parent >
9
9
10
10
<artifactId >test-client-generation</artifactId >
24
24
<dependency >
25
25
<groupId >io.avaje</groupId >
26
26
<artifactId >avaje-http-client</artifactId >
27
- <version >${avaje-http- version} </version >
27
+ <version >${project. 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 >${avaje-http- version} </version >
33
+ <version >${project. 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 >${avaje-http- version} </version >
105
+ <version >${project. version} </version >
106
106
</path >
107
107
<path >
108
108
<groupId >io.avaje</groupId >
109
109
<artifactId >avaje-http-jex-generator</artifactId >
110
- <version >${avaje-http- version} </version >
110
+ <version >${project. version} </version >
111
111
</path >
112
112
<path >
113
113
<groupId >io.avaje</groupId >
Original file line number Diff line number Diff line change 4
4
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
5
5
<modelVersion >4.0.0</modelVersion >
6
6
<parent >
7
- <groupId >io.avaje.http </groupId >
8
- <artifactId >tests-reactor </artifactId >
9
- <version >1</version >
7
+ <groupId >io.avaje</groupId >
8
+ <artifactId >tests</artifactId >
9
+ <version >1.29 </version >
10
10
</parent >
11
11
12
12
<artifactId >test-client</artifactId >
13
- <version >1</version >
14
13
15
14
<properties >
16
15
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
21
20
<dependency >
22
21
<groupId >io.avaje</groupId >
23
22
<artifactId >avaje-http-client</artifactId >
24
- <version >${avaje-http- version} </version >
23
+ <version >${project. version} </version >
25
24
</dependency >
26
25
27
26
<dependency >
28
27
<groupId >io.avaje</groupId >
29
28
<artifactId >avaje-http-client-gson</artifactId >
30
- <version >${avaje-http- version} </version >
29
+ <version >${project. version} </version >
31
30
</dependency >
32
31
33
32
<dependency >
34
33
<groupId >io.avaje</groupId >
35
34
<artifactId >avaje-http-api</artifactId >
36
- <version >${avaje-http- version} </version >
35
+ <version >${project. version} </version >
37
36
</dependency >
38
37
39
38
<dependency >
Original file line number Diff line number Diff line change 2
2
<project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
3
3
<modelVersion >4.0.0</modelVersion >
4
4
<parent >
5
- <groupId >io.avaje.http </groupId >
6
- <artifactId >tests-reactor </artifactId >
7
- <version >1</version >
5
+ <groupId >io.avaje</groupId >
6
+ <artifactId >tests</artifactId >
7
+ <version >1.29 </version >
8
8
</parent >
9
9
10
10
<artifactId >test-helidon</artifactId >
32
32
<dependency >
33
33
<groupId >io.avaje</groupId >
34
34
<artifactId >avaje-http-api</artifactId >
35
- <version >${avaje-http- version} </version >
35
+ <version >${project. version} </version >
36
36
</dependency >
37
37
<dependency >
38
38
<groupId >io.avaje</groupId >
49
49
<dependency >
50
50
<groupId >io.avaje</groupId >
51
51
<artifactId >avaje-http-helidon-generator</artifactId >
52
- <version >${avaje-http- version} </version >
52
+ <version >${project. version} </version >
53
53
<scope >provided</scope >
54
54
</dependency >
55
55
111
111
<dependency >
112
112
<groupId >io.avaje</groupId >
113
113
<artifactId >avaje-http-client</artifactId >
114
- <version >${avaje-http- version} </version >
114
+ <version >${project. version} </version >
115
115
<scope >test</scope >
116
116
</dependency >
117
117
Original file line number Diff line number Diff line change 3
3
xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
4
<modelVersion >4.0.0</modelVersion >
5
5
<parent >
6
- <groupId >io.avaje.http </groupId >
7
- <artifactId >tests-reactor </artifactId >
8
- <version >1</version >
6
+ <groupId >io.avaje</groupId >
7
+ <artifactId >tests</artifactId >
8
+ <version >1.29 </version >
9
9
</parent >
10
10
11
11
<artifactId >test-javalin-jsonb</artifactId >
47
47
<dependency >
48
48
<groupId >io.avaje</groupId >
49
49
<artifactId >avaje-http-api</artifactId >
50
- <version >${avaje-http- version} </version >
50
+ <version >${project. 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 >${avaje-http- version} </version >
77
+ <version >${project. 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 >${avaje-http- version} </version >
106
+ <version >${project. version} </version >
107
107
<scope >test</scope >
108
108
</dependency >
109
109
You can’t perform that action at this time.
0 commit comments