File tree Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Expand file tree Collapse file tree 3 files changed +6
-10
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
- <project
3
- xmlns =" http://maven.apache.org/POM/4.0.0"
4
- xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_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/maven-v4_0_0.xsd" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
8
5
<groupId >io.quarkus.code</groupId >
9
6
<artifactId >code-quarkus-locker</artifactId >
10
7
<name >Code Quarkus - Locker</name >
11
- <version >1-SNAPSHOT </version >
8
+ <version >1</version >
12
9
<packaging >pom</packaging >
13
10
<dependencyManagement >
14
11
<dependencies >
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 >1-SNAPSHOT </version >
11
+ <version >1</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" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://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 https://maven.apache.org/xsd/maven-4.0.0.xsd" >
4
3
<modelVersion >4.0.0</modelVersion >
5
4
<groupId >io.quarkus.code</groupId >
6
5
<artifactId >code-quarkus-parent</artifactId >
7
- <version >1-SNAPSHOT </version >
6
+ <version >1</version >
8
7
<packaging >pom</packaging >
9
8
<properties >
10
9
<compiler-plugin .version>3.11.0</compiler-plugin .version>
38
37
<connection >scm:git:git://github.com/quarkusio/code.quarkus.io.git</connection >
39
38
<developerConnection >scm:git:ssh://github.com:quarkusio/code.quarkus.io.git</developerConnection >
40
39
<url >http://github.com/quarkusio/code.quarkus.io/tree/main</url >
41
- <tag >HEAD </tag >
40
+ <tag >1 </tag >
42
41
</scm >
43
42
<licenses >
44
43
<license >
You can’t perform that action at this time.
0 commit comments