Skip to content

Commit 0bf99d6

Browse files
committed
[maven-release-plugin] prepare release 4
1 parent a37417b commit 0bf99d6

File tree

5 files changed

+9
-12
lines changed

5 files changed

+9
-12
lines changed

acceptance-test/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<artifactId>code-quarkus-acceptance-test</artifactId>
65

76
<name>Code Quarkus - Acceptance Test</name>
87
<parent>
98
<groupId>io.quarkus.code</groupId>
109
<artifactId>code-quarkus-parent</artifactId>
11-
<version>4-SNAPSHOT</version>
10+
<version>4</version>
1211
</parent>
1312
<properties>
1413
<maven.compiler.release>17</maven.compiler.release>

base/.locker/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<parent>
55
<groupId>io.quarkus.code</groupId>
66
<artifactId>code-quarkus-parent</artifactId>
7-
<version>4-SNAPSHOT</version>
7+
<version>4</version>
88
<relativePath>../../pom.xml</relativePath>
99
</parent>
1010
<artifactId>code-quarkus-locker</artifactId>

base/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<parent>
99
<groupId>io.quarkus.code</groupId>
1010
<artifactId>code-quarkus-parent</artifactId>
11-
<version>4-SNAPSHOT</version>
11+
<version>4</version>
1212
</parent>
1313
<properties>
1414
<maven.compiler.parameters>true</maven.compiler.parameters>

community-app/pom.xml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
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
<modelVersion>4.0.0</modelVersion>
64
<parent>
75
<groupId>io.quarkus.code</groupId>
86
<artifactId>code-quarkus-parent</artifactId>
9-
<version>4-SNAPSHOT</version>
7+
<version>4</version>
108
</parent>
119

1210
<artifactId>code-quarkus-community-app</artifactId>
@@ -80,7 +78,7 @@
8078
<!-- Delete libraries starting with org.mvnpm -->
8179
<delete includeemptydirs="true">
8280
<fileset dir="${project.build.directory}/quarkus-app/lib/main">
83-
<include name="org.mvnpm*"/>
81+
<include name="org.mvnpm*" />
8482
</fileset>
8583
</delete>
8684
</target>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>io.quarkus.code</groupId>
55
<artifactId>code-quarkus-parent</artifactId>
6-
<version>4-SNAPSHOT</version>
6+
<version>4</version>
77
<packaging>pom</packaging>
88
<properties>
99
<compiler-plugin.version>3.11.0</compiler-plugin.version>
@@ -37,7 +37,7 @@
3737
<connection>scm:git:git://github.com/quarkusio/code.quarkus.io.git</connection>
3838
<developerConnection>scm:git:ssh://github.com:quarkusio/code.quarkus.io.git</developerConnection>
3939
<url>http://github.com/quarkusio/code.quarkus.io/tree/main</url>
40-
<tag>HEAD</tag>
40+
<tag>4</tag>
4141
</scm>
4242
<licenses>
4343
<license>

0 commit comments

Comments
 (0)