Skip to content

Commit 9450e0a

Browse files
committed
[maven-release-plugin] prepare release v1.0.0.Alpha2
1 parent dabefc7 commit 9450e0a

File tree

5 files changed

+13
-19
lines changed

5 files changed

+13
-19
lines changed

bom/bom/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32
<modelVersion>4.0.0</modelVersion>
43

54
<parent>
65
<groupId>dev.resteasy.jetty</groupId>
76
<artifactId>resteasy-jetty-parent</artifactId>
8-
<version>1.0.0.Alpha2-SNAPSHOT</version>
7+
<version>1.0.0.Alpha2</version>
98
<relativePath>../../pom.xml</relativePath>
109
</parent>
1110

bom/project-bom/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@
1818
~ limitations under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422

2523
<parent>
2624
<groupId>dev.resteasy.jetty</groupId>
2725
<artifactId>resteasy-jetty-parent</artifactId>
28-
<version>1.0.0.Alpha2-SNAPSHOT</version>
26+
<version>1.0.0.Alpha2</version>
2927
<relativePath>../../pom.xml</relativePath>
3028
</parent>
3129
<modelVersion>4.0.0</modelVersion>

bom/test-bom/pom.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,12 @@
1818
~ limitations under the License.
1919
-->
2020

21-
<project xmlns="http://maven.apache.org/POM/4.0.0"
22-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
23-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
21+
<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">
2422

2523
<parent>
2624
<groupId>dev.resteasy.jetty</groupId>
2725
<artifactId>resteasy-jetty-parent</artifactId>
28-
<version>1.0.0.Alpha2-SNAPSHOT</version>
26+
<version>1.0.0.Alpha2</version>
2927
<relativePath>../../pom.xml</relativePath>
3028
</parent>
3129
<modelVersion>4.0.0</modelVersion>

client/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
<?xml version="1.0"?>
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 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">
43
<modelVersion>4.0.0</modelVersion>
54
<parent>
65
<groupId>dev.resteasy.jetty</groupId>
76
<artifactId>resteasy-jetty-parent</artifactId>
8-
<version>1.0.0.Alpha2-SNAPSHOT</version>
7+
<version>1.0.0.Alpha2</version>
98
<relativePath>../pom.xml</relativePath>
109
</parent>
1110

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd">
1+
<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/maven-v4_0_0.xsd">
32

43
<parent>
54
<groupId>org.jboss</groupId>
@@ -15,7 +14,7 @@
1514

1615
<groupId>dev.resteasy.jetty</groupId>
1716
<artifactId>resteasy-jetty-parent</artifactId>
18-
<version>1.0.0.Alpha2-SNAPSHOT</version>
17+
<version>1.0.0.Alpha2</version>
1918
<packaging>pom</packaging>
2019
<url>https://resteasy.dev</url>
2120
<organization>
@@ -54,7 +53,8 @@
5453
<connection>scm:git:git://github.com/resteasy/resteasy-jetty.git</connection>
5554
<developerConnection>scm:git:git@github.com:resteasy/resteasy-jetty.git</developerConnection>
5655
<url>https://github.com/resteasy/resteasy-jetty/tree/main/</url>
57-
</scm>
56+
<tag>v1.0.0.Alpha2</tag>
57+
</scm>
5858

5959
<issueManagement>
6060
<system>GitHub Issues</system>
@@ -151,7 +151,7 @@
151151
</goals>
152152
<configuration>
153153
<rules>
154-
<dependencyConvergence/>
154+
<dependencyConvergence />
155155
</rules>
156156
</configuration>
157157
</execution>

0 commit comments

Comments
 (0)