Skip to content

Commit 95d7f9e

Browse files
committed
[maven-release-plugin] prepare release v1.0.0
1 parent ad40a13 commit 95d7f9e

File tree

4 files changed

+10
-21
lines changed

4 files changed

+10
-21
lines changed

Diff for: kport-ide-server/pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<?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">
63
<modelVersion>4.0.0</modelVersion>
74
<parent>
85
<groupId>org.eclipse.jkube</groupId>
96
<artifactId>jkube-kport</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
118
<relativePath>..</relativePath>
129
</parent>
1310
<artifactId>kport-ide-server</artifactId>

Diff for: kubectl-kport/pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<?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">
63
<modelVersion>4.0.0</modelVersion>
74
<parent>
85
<groupId>org.eclipse.jkube</groupId>
96
<artifactId>jkube-kport</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
118
<relativePath>..</relativePath>
129
</parent>
1310
<artifactId>kubectl-kport</artifactId>

Diff for: pom.xml

+4-6
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
<?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">
63
<modelVersion>4.0.0</modelVersion>
74
<groupId>org.eclipse.jkube</groupId>
85
<artifactId>jkube-kport</artifactId>
9-
<version>1.0.0-SNAPSHOT</version>
6+
<version>1.0.0</version>
107
<packaging>pom</packaging>
118
<properties>
12-
<kport.version>1.0.0-SNAPSHOT</kport.version>
9+
<kport.version>1.0.0</kport.version>
1310
<compiler-plugin.version>3.10.1</compiler-plugin.version>
1411
<maven.compiler.release>17</maven.compiler.release>
1512
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
@@ -25,6 +22,7 @@
2522
</properties>
2623
<scm>
2724
<developerConnection>scm:git:https://github.com/jkubeio/kport.git</developerConnection>
25+
<tag>v1.0.0</tag>
2826
</scm>
2927
<modules>
3028
<module>quarkus-kport</module>

Diff for: quarkus-kport/pom.xml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,10 @@
11
<?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">
63
<modelVersion>4.0.0</modelVersion>
74
<parent>
85
<groupId>org.eclipse.jkube</groupId>
96
<artifactId>jkube-kport</artifactId>
10-
<version>1.0.0-SNAPSHOT</version>
7+
<version>1.0.0</version>
118
<relativePath>..</relativePath>
129
</parent>
1310
<artifactId>quarkus-kport</artifactId>

0 commit comments

Comments
 (0)