File tree 4 files changed +10
-21
lines changed
4 files changed +10
-21
lines changed Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
4
- xmlns =" http://maven.apache.org/POM/4.0.0"
5
- 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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
<parent >
8
5
<groupId >org.eclipse.jkube</groupId >
9
6
<artifactId >jkube-kport</artifactId >
10
- <version >1.0.0-SNAPSHOT </version >
7
+ <version >1.0.0</version >
11
8
<relativePath >..</relativePath >
12
9
</parent >
13
10
<artifactId >kport-ide-server</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
4
- xmlns =" http://maven.apache.org/POM/4.0.0"
5
- 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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
<parent >
8
5
<groupId >org.eclipse.jkube</groupId >
9
6
<artifactId >jkube-kport</artifactId >
10
- <version >1.0.0-SNAPSHOT </version >
7
+ <version >1.0.0</version >
11
8
<relativePath >..</relativePath >
12
9
</parent >
13
10
<artifactId >kubectl-kport</artifactId >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
4
- xmlns =" http://maven.apache.org/POM/4.0.0"
5
- 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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
<groupId >org.eclipse.jkube</groupId >
8
5
<artifactId >jkube-kport</artifactId >
9
- <version >1.0.0-SNAPSHOT </version >
6
+ <version >1.0.0</version >
10
7
<packaging >pom</packaging >
11
8
<properties >
12
- <kport .version>1.0.0-SNAPSHOT </kport .version>
9
+ <kport .version>1.0.0</kport .version>
13
10
<compiler-plugin .version>3.10.1</compiler-plugin .version>
14
11
<maven .compiler.release>17</maven .compiler.release>
15
12
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
25
22
</properties >
26
23
<scm >
27
24
<developerConnection >scm:git:https://github.com/jkubeio/kport.git</developerConnection >
25
+ <tag >v1.0.0</tag >
28
26
</scm >
29
27
<modules >
30
28
<module >quarkus-kport</module >
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" ?>
2
- <project
3
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd"
4
- xmlns =" http://maven.apache.org/POM/4.0.0"
5
- 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" >
6
3
<modelVersion >4.0.0</modelVersion >
7
4
<parent >
8
5
<groupId >org.eclipse.jkube</groupId >
9
6
<artifactId >jkube-kport</artifactId >
10
- <version >1.0.0-SNAPSHOT </version >
7
+ <version >1.0.0</version >
11
8
<relativePath >..</relativePath >
12
9
</parent >
13
10
<artifactId >quarkus-kport</artifactId >
You can’t perform that action at this time.
0 commit comments