|
1 | 1 | <?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"> |
5 | 3 | <modelVersion>4.0.0</modelVersion> |
6 | 4 |
|
7 | 5 | <groupId>io.github.sola-ris</groupId> |
8 | 6 | <artifactId>jax-rs-client-test</artifactId> |
9 | | - <version>0.0.1-SNAPSHOT</version> |
| 7 | + <version>0.1.0</version> |
10 | 8 |
|
11 | 9 | <name>JAX-RS Client Test</name> |
12 | 10 | <url>https://github.com/Sola-ris/jax-rs-client-test</url> |
|
30 | 28 | </developers> |
31 | 29 |
|
32 | 30 | <scm> |
33 | | - <tag>HEAD</tag> |
| 31 | + <tag>0.1.0</tag> |
34 | 32 | <url>https://github.com/Sola-ris/jax-rs-client-test</url> |
35 | 33 | <connection>scm:git:https://github.com/Sola-ris/jax-rs-client-test.git</connection> |
36 | 34 | <developerConnection>scm:git:https://github.com/Sola-ris/jax-rs-client-test.git</developerConnection> |
|
43 | 41 |
|
44 | 42 | <properties> |
45 | 43 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
46 | | - <project.build.outputTimestamp>1980-01-01T00:00:02Z</project.build.outputTimestamp> |
| 44 | + <project.build.outputTimestamp>2025-08-03T19:00:31Z</project.build.outputTimestamp> |
47 | 45 |
|
48 | 46 | <maven.deploy.skip>true</maven.deploy.skip> |
49 | 47 | <maven.compiler.release>17</maven.compiler.release> |
|
451 | 449 | <consoleOutputReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5ConsoleOutputReporter"> |
452 | 450 | <usePhrasedFileName>false</usePhrasedFileName> |
453 | 451 | </consoleOutputReporter> |
454 | | - <statelessTestsetInfoReporter |
455 | | - implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoReporter"> |
| 452 | + <statelessTestsetInfoReporter implementation="org.apache.maven.plugin.surefire.extensions.junit5.JUnit5StatelessTestsetInfoReporter"> |
456 | 453 | <usePhrasedFileName>false</usePhrasedFileName> |
457 | 454 | <usePhrasedClassNameInRunning>true</usePhrasedClassNameInRunning> |
458 | 455 | <usePhrasedClassNameInTestCaseSummary>true</usePhrasedClassNameInTestCaseSummary> |
|
0 commit comments