File tree Expand file tree Collapse file tree 12 files changed +40
-34
lines changed Expand file tree Collapse file tree 12 files changed +40
-34
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-generator-parent</artifactId >
7
- <version >1.12-SNAPSHOT </version >
7
+ <version >1.12</version >
8
8
<relativePath >..</relativePath >
9
9
</parent >
10
10
20
20
21
21
<scm >
22
22
<developerConnection >scm:git:git@github.com:avaje/avaje-http.git</developerConnection >
23
- <tag >HEAD </tag >
23
+ <tag >avaje-http-generator-parent-1.12 </tag >
24
24
</scm >
25
25
26
26
<dependencies >
Original file line number Diff line number Diff line change 5
5
<parent >
6
6
<groupId >io.avaje</groupId >
7
7
<artifactId >avaje-http-generator-parent</artifactId >
8
- <version >1.12-SNAPSHOT </version >
8
+ <version >1.12</version >
9
9
<relativePath >..</relativePath >
10
10
</parent >
11
11
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.avaje</groupId >
9
9
<artifactId >avaje-http-generator-parent</artifactId >
10
- <version >1.12-SNAPSHOT </version >
10
+ <version >1.12</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
33
33
<dependency >
34
34
<groupId >io.avaje</groupId >
35
35
<artifactId >avaje-http-api</artifactId >
36
- <version >1.12-SNAPSHOT </version >
36
+ <version >1.12</version >
37
37
</dependency >
38
38
39
39
<dependency >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.avaje</groupId >
9
9
<artifactId >avaje-http-generator-parent</artifactId >
10
- <version >1.12-SNAPSHOT </version >
10
+ <version >1.12</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.avaje</groupId >
9
9
<artifactId >avaje-http-generator-parent</artifactId >
10
- <version >1.12-SNAPSHOT </version >
10
+ <version >1.12</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >io.avaje</groupId >
9
9
<artifactId >avaje-http-generator-parent</artifactId >
10
- <version >1.12-SNAPSHOT </version >
10
+ <version >1.12</version >
11
11
<relativePath >..</relativePath >
12
12
</parent >
13
13
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >io.avaje</groupId >
6
6
<artifactId >avaje-http-generator-parent</artifactId >
7
- <version >1.12-SNAPSHOT </version >
7
+ <version >1.12</version >
8
8
<packaging >pom</packaging >
9
9
10
10
<parent >
15
15
16
16
<scm >
17
17
<developerConnection >scm:git:git@github.com:avaje/avaje-http.git</developerConnection >
18
- <tag >HEAD </tag >
18
+ <tag >avaje-http-generator-parent-1.12 </tag >
19
19
</scm >
20
20
21
21
<properties >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >io.dinject</groupId >
8
6
<artifactId >tests-reactor</artifactId >
9
- <version >1</version >
7
+ <version >1.12 </version >
10
8
<packaging >pom</packaging >
11
9
12
10
<properties >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
6
4
<parent >
7
5
<artifactId >java11-oss</artifactId >
12
10
<modelVersion >4.0.0</modelVersion >
13
11
14
12
<artifactId >test-client</artifactId >
15
- <version >1</version >
13
+ <version >1.12 </version >
16
14
17
15
<properties >
18
16
<maven .deploy.skip>true</maven .deploy.skip>
37
35
<dependency >
38
36
<groupId >io.avaje</groupId >
39
37
<artifactId >avaje-http-api</artifactId >
40
- <version >1.12-SNAPSHOT </version >
38
+ <version >1.12</version >
41
39
</dependency >
42
40
43
41
<dependency >
126
124
</plugin >
127
125
</plugins >
128
126
</build >
127
+
128
+ <scm >
129
+ <tag >avaje-http-generator-parent-1.12</tag >
130
+ </scm >
129
131
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >org.example</groupId >
8
6
<artifactId >test-helidon</artifactId >
9
- <version >1</version >
7
+ <version >1.12 </version >
10
8
11
9
<parent >
12
10
<groupId >org.avaje</groupId >
18
16
<maven .deploy.skip>true</maven .deploy.skip>
19
17
<mainClass >org.example.Main</mainClass >
20
18
<helidon-version >2.3.0</helidon-version >
21
- <avaje-http-version >1.12-SNAPSHOT </avaje-http-version >
19
+ <avaje-http-version >1.12</avaje-http-version >
22
20
</properties >
23
21
24
22
<dependencies >
145
143
</plugin >
146
144
</plugins >
147
145
</build >
146
+
147
+ <scm >
148
+ <tag >avaje-http-generator-parent-1.12</tag >
149
+ </scm >
148
150
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >org.example</groupId >
8
6
<artifactId >test-javalin</artifactId >
9
- <version >1</version >
7
+ <version >1.12 </version >
10
8
11
9
<parent >
12
10
<groupId >org.avaje</groupId >
21
19
<swagger .version>2.0.8</swagger .version>
22
20
<kotlin .version>1.3.71</kotlin .version>
23
21
<jackson .version>2.12.3</jackson .version>
24
- <avaje-http-version >1.12-SNAPSHOT </avaje-http-version >
22
+ <avaje-http-version >1.12</avaje-http-version >
25
23
</properties >
26
24
27
25
<dependencies >
149
147
</plugins >
150
148
</build >
151
149
150
+
151
+ <scm >
152
+ <tag >avaje-http-generator-parent-1.12</tag >
153
+ </scm >
152
154
</project >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
4
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" >
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" >
5
3
<modelVersion >4.0.0</modelVersion >
6
4
7
5
<groupId >org.example</groupId >
8
6
<artifactId >test-jex</artifactId >
9
- <version >1</version >
7
+ <version >1.12 </version >
10
8
11
9
<parent >
12
10
<groupId >org.avaje</groupId >
21
19
<swagger .version>2.0.8</swagger .version>
22
20
<jackson .version>2.12.3</jackson .version>
23
21
<avaje-inject .version>6.1</avaje-inject .version>
24
- <avaje-http .version>1.12-SNAPSHOT </avaje-http .version>
22
+ <avaje-http .version>1.12</avaje-http .version>
25
23
</properties >
26
24
27
25
<dependencies >
142
140
</plugins >
143
141
</build >
144
142
143
+
144
+ <scm >
145
+ <tag >avaje-http-generator-parent-1.12</tag >
146
+ </scm >
145
147
</project >
You can’t perform that action at this time.
0 commit comments