File tree Expand file tree Collapse file tree 8 files changed +24
-32
lines changed Expand file tree Collapse file tree 8 files changed +24
-32
lines changed Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <artifactId >avaje-jex-parent</artifactId >
76 <groupId >io.avaje</groupId >
8- <version >2.1-SNAPSHOT </version >
7+ <version >2.1</version >
98 </parent >
109
1110 <artifactId >avaje-jex-freemarker</artifactId >
1918 <dependency >
2019 <groupId >io.avaje</groupId >
2120 <artifactId >avaje-jex</artifactId >
22- <version >2.1-SNAPSHOT </version >
21+ <version >2.1</version >
2322 <scope >provided</scope >
2423 </dependency >
2524
3332 <dependency >
3433 <groupId >io.avaje</groupId >
3534 <artifactId >avaje-jex-jetty</artifactId >
36- <version >2.1-SNAPSHOT </version >
35+ <version >2.1</version >
3736 <scope >test</scope >
3837 </dependency >
3938
4039 <dependency >
4140 <groupId >io.avaje</groupId >
4241 <artifactId >avaje-jex-test</artifactId >
43- <version >2.1-SNAPSHOT </version >
42+ <version >2.1</version >
4443 <scope >test</scope >
4544 </dependency >
4645
Original file line number Diff line number Diff line change 11<?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" >
53 <parent >
64 <artifactId >avaje-jex-parent</artifactId >
75 <groupId >io.avaje</groupId >
8- <version >2.1-SNAPSHOT </version >
6+ <version >2.1</version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119
2018 <dependency >
2119 <groupId >io.avaje</groupId >
2220 <artifactId >avaje-jex</artifactId >
23- <version >2.1-SNAPSHOT </version >
21+ <version >2.1</version >
2422 </dependency >
2523
2624 <dependency >
Original file line number Diff line number Diff line change 11<?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" >
53 <parent >
64 <artifactId >avaje-jex-parent</artifactId >
75 <groupId >io.avaje</groupId >
8- <version >2.1-SNAPSHOT </version >
6+ <version >2.1</version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119
2119 <dependency >
2220 <groupId >io.avaje</groupId >
2321 <artifactId >avaje-jex</artifactId >
24- <version >2.1-SNAPSHOT </version >
22+ <version >2.1</version >
2523 </dependency >
2624
2725 </dependencies >
Original file line number Diff line number Diff line change 11<?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" >
53 <parent >
64 <artifactId >avaje-jex-parent</artifactId >
75 <groupId >io.avaje</groupId >
8- <version >2.1-SNAPSHOT </version >
6+ <version >2.1</version >
97 </parent >
108 <modelVersion >4.0.0</modelVersion >
119
2119 <dependency >
2220 <groupId >io.avaje</groupId >
2321 <artifactId >avaje-jex</artifactId >
24- <version >2.1-SNAPSHOT </version >
22+ <version >2.1</version >
2523 </dependency >
2624
2725 <dependency >
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >avaje-jex-parent</artifactId >
66 <groupId >io.avaje</groupId >
7- <version >2.1-SNAPSHOT </version >
7+ <version >2.1</version >
88 </parent >
99
1010 <artifactId >avaje-jex-mustache</artifactId >
1818 <dependency >
1919 <groupId >io.avaje</groupId >
2020 <artifactId >avaje-jex</artifactId >
21- <version >2.1-SNAPSHOT </version >
21+ <version >2.1</version >
2222 <scope >provided</scope >
2323 </dependency >
2424
3333 <dependency >
3434 <groupId >io.avaje</groupId >
3535 <artifactId >avaje-jex-jetty</artifactId >
36- <version >2.1-SNAPSHOT </version >
36+ <version >2.1</version >
3737 <scope >test</scope >
3838 </dependency >
3939
4040 <dependency >
4141 <groupId >io.avaje</groupId >
4242 <artifactId >avaje-jex-test</artifactId >
43- <version >2.1-SNAPSHOT </version >
43+ <version >2.1</version >
4444 <scope >test</scope >
4545 </dependency >
4646
Original file line number Diff line number Diff line change 44 <parent >
55 <artifactId >avaje-jex-parent</artifactId >
66 <groupId >io.avaje</groupId >
7- <version >2.1-SNAPSHOT </version >
7+ <version >2.1</version >
88 </parent >
99
1010 <artifactId >avaje-jex-test</artifactId >
1414 <dependency >
1515 <groupId >io.avaje</groupId >
1616 <artifactId >avaje-jex</artifactId >
17- <version >2.1-SNAPSHOT </version >
17+ <version >2.1</version >
1818 </dependency >
1919
2020 <dependency >
Original file line number Diff line number Diff line change 44 <parent >
55 <groupId >io.avaje</groupId >
66 <artifactId >avaje-jex-parent</artifactId >
7- <version >2.1-SNAPSHOT </version >
7+ <version >2.1</version >
88 </parent >
99
1010 <artifactId >avaje-jex</artifactId >
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
2- <project xmlns =" http://maven.apache.org/POM/4.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3- 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" >
43 <modelVersion >4.0.0</modelVersion >
54 <parent >
65 <groupId >org.avaje</groupId >
109
1110 <groupId >io.avaje</groupId >
1211 <artifactId >avaje-jex-parent</artifactId >
13- <version >2.1-SNAPSHOT </version >
12+ <version >2.1</version >
1413 <packaging >pom</packaging >
1514
1615 <scm >
1716 <
developerConnection >scm:git:
[email protected] :avaje/avaje-jex.git</
developerConnection >
18- <tag >HEAD </tag >
17+ <tag >avaje-jex-parent-2.1 </tag >
1918 </scm >
2019
2120 <properties >
You can’t perform that action at this time.
0 commit comments