Skip to content

Commit ea6b2b9

Browse files
committed
[maven-release-plugin] prepare release v10.0.1
1 parent f2e6c6e commit ea6b2b9

8 files changed

Lines changed: 13 additions & 16 deletions

File tree

ayza-bom/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>io.github.hakky54</groupId>
66
<artifactId>ayza-bom</artifactId>
7-
<version>10.0.1-SNAPSHOT</version>
7+
<version>10.0.1</version>
88
<packaging>pom</packaging>
99

1010
<name>Ayza (Bill Of Materials)</name>
@@ -23,7 +23,7 @@
2323
<url>https://github.com/Hakky54/ayza</url>
2424
<connection>scm:git:git@github.com:Hakky54/ayza.git</connection>
2525
<developerConnection>scm:git:git@github.com:Hakky54/ayza.git</developerConnection>
26-
<tag>HEAD</tag>
26+
<tag>v10.0.1</tag>
2727
</scm>
2828

2929
<developers>

ayza-for-apache4/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.1-SNAPSHOT</version>
8+
<version>10.0.1</version>
99
</parent>
1010

1111
<artifactId>ayza-for-apache4</artifactId>

ayza-for-apache5/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.1-SNAPSHOT</version>
8+
<version>10.0.1</version>
99
</parent>
1010

1111
<artifactId>ayza-for-apache5</artifactId>

ayza-for-jetty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.1-SNAPSHOT</version>
8+
<version>10.0.1</version>
99
</parent>
1010

1111
<artifactId>ayza-for-jetty</artifactId>

ayza-for-netty/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.1-SNAPSHOT</version>
8+
<version>10.0.1</version>
99
</parent>
1010

1111
<artifactId>ayza-for-netty</artifactId>

ayza-for-pem/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-parent</artifactId>
8-
<version>10.0.1-SNAPSHOT</version>
8+
<version>10.0.1</version>
99
</parent>
1010

1111
<artifactId>ayza-for-pem</artifactId>

ayza/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
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 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">
43
<modelVersion>4.0.0</modelVersion>
54

65
<parent>
76
<groupId>io.github.hakky54</groupId>
87
<artifactId>ayza-parent</artifactId>
9-
<version>10.0.1-SNAPSHOT</version>
8+
<version>10.0.1</version>
109
</parent>
1110

1211
<artifactId>ayza</artifactId>

pom.xml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>io.github.hakky54</groupId>
77
<artifactId>ayza-bom</artifactId>
8-
<version>10.0.1-SNAPSHOT</version>
8+
<version>10.0.1</version>
99
<relativePath>./ayza-bom</relativePath>
1010
</parent>
1111

@@ -38,7 +38,7 @@
3838
<url>https://github.com/Hakky54/ayza</url>
3939
<connection>scm:git:git@github.com:Hakky54/ayza.git</connection>
4040
<developerConnection>scm:git:git@github.com:Hakky54/ayza.git</developerConnection>
41-
<tag>HEAD</tag>
41+
<tag>v10.0.1</tag>
4242
</scm>
4343

4444
<developers>
@@ -219,8 +219,7 @@
219219
<consoleOutputReporter>
220220
<disable>true</disable>
221221
</consoleOutputReporter>
222-
<statelessTestsetInfoReporter
223-
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
222+
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
224223
</statelessTestsetInfoReporter>
225224
</configuration>
226225
</plugin>
@@ -242,8 +241,7 @@
242241
<consoleOutputReporter>
243242
<disable>true</disable>
244243
</consoleOutputReporter>
245-
<statelessTestsetInfoReporter
246-
implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
244+
<statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoTreeReporter">
247245
</statelessTestsetInfoReporter>
248246
</configuration>
249247
<executions>

0 commit comments

Comments
 (0)