Skip to content

Commit cbbc6fd

Browse files
committed
[maven-release-plugin] prepare release 1
1 parent 0502d6a commit cbbc6fd

File tree

3 files changed

+6
-10
lines changed

3 files changed

+6
-10
lines changed

base/.locker/pom.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
<?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">
63
<modelVersion>4.0.0</modelVersion>
74

85
<groupId>io.quarkus.code</groupId>
96
<artifactId>code-quarkus-locker</artifactId>
107
<name>Code Quarkus - Locker</name>
11-
<version>1-SNAPSHOT</version>
8+
<version>1</version>
129
<packaging>pom</packaging>
1310
<dependencyManagement>
1411
<dependencies>

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>1-SNAPSHOT</version>
11+
<version>1</version>
1212
</parent>
1313
<properties>
1414
<maven.compiler.parameters>true</maven.compiler.parameters>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
<?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">
43
<modelVersion>4.0.0</modelVersion>
54
<groupId>io.quarkus.code</groupId>
65
<artifactId>code-quarkus-parent</artifactId>
7-
<version>1-SNAPSHOT</version>
6+
<version>1</version>
87
<packaging>pom</packaging>
98
<properties>
109
<compiler-plugin.version>3.11.0</compiler-plugin.version>
@@ -38,7 +37,7 @@
3837
<connection>scm:git:git://github.com/quarkusio/code.quarkus.io.git</connection>
3938
<developerConnection>scm:git:ssh://github.com:quarkusio/code.quarkus.io.git</developerConnection>
4039
<url>http://github.com/quarkusio/code.quarkus.io/tree/main</url>
41-
<tag>HEAD</tag>
40+
<tag>1</tag>
4241
</scm>
4342
<licenses>
4443
<license>

0 commit comments

Comments
 (0)