File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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 >
Original file line number Diff line number Diff line change 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
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments