File tree Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Expand file tree Collapse file tree 5 files changed +9
-12
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns =" http://maven.apache.org/POM/4.0.0"
3
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" >
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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<artifactId >code-quarkus-acceptance-test</artifactId >
6
5
7
6
<name >Code Quarkus - Acceptance Test</name >
8
7
<parent >
9
8
<groupId >io.quarkus.code</groupId >
10
9
<artifactId >code-quarkus-parent</artifactId >
11
- <version >4-SNAPSHOT </version >
10
+ <version >4</version >
12
11
</parent >
13
12
<properties >
14
13
<maven .compiler.release>17</maven .compiler.release>
Original file line number Diff line number Diff line change 4
4
<parent >
5
5
<groupId >io.quarkus.code</groupId >
6
6
<artifactId >code-quarkus-parent</artifactId >
7
- <version >4-SNAPSHOT </version >
7
+ <version >4</version >
8
8
<relativePath >../../pom.xml</relativePath >
9
9
</parent >
10
10
<artifactId >code-quarkus-locker</artifactId >
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >io.quarkus.code</groupId >
10
10
<artifactId >code-quarkus-parent</artifactId >
11
- <version >4-SNAPSHOT </version >
11
+ <version >4</version >
12
12
</parent >
13
13
<properties >
14
14
<maven .compiler.parameters>true</maven .compiler.parameters>
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
<parent >
7
5
<groupId >io.quarkus.code</groupId >
8
6
<artifactId >code-quarkus-parent</artifactId >
9
- <version >4-SNAPSHOT </version >
7
+ <version >4</version >
10
8
</parent >
11
9
12
10
<artifactId >code-quarkus-community-app</artifactId >
80
78
<!-- Delete libraries starting with org.mvnpm -->
81
79
<delete includeemptydirs =" true" >
82
80
<fileset dir =" ${project.build.directory}/quarkus-app/lib/main" >
83
- <include name =" org.mvnpm*" />
81
+ <include name =" org.mvnpm*" />
84
82
</fileset >
85
83
</delete >
86
84
</target >
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >io.quarkus.code</groupId >
5
5
<artifactId >code-quarkus-parent</artifactId >
6
- <version >4-SNAPSHOT </version >
6
+ <version >4</version >
7
7
<packaging >pom</packaging >
8
8
<properties >
9
9
<compiler-plugin .version>3.11.0</compiler-plugin .version>
37
37
<connection >scm:git:git://github.com/quarkusio/code.quarkus.io.git</connection >
38
38
<developerConnection >scm:git:ssh://github.com:quarkusio/code.quarkus.io.git</developerConnection >
39
39
<url >http://github.com/quarkusio/code.quarkus.io/tree/main</url >
40
- <tag >HEAD </tag >
40
+ <tag >4 </tag >
41
41
</scm >
42
42
<licenses >
43
43
<license >
You can’t perform that action at this time.
0 commit comments