|
24 | 24 | <modelVersion>4.0.0</modelVersion> |
25 | 25 | <groupId>commons-cli</groupId> |
26 | 26 | <artifactId>commons-cli</artifactId> |
27 | | - <version>1.10.0-SNAPSHOT</version> |
| 27 | + <version>1.10.1-SNAPSHOT</version> |
28 | 28 | <name>Apache Commons CLI</name> |
29 | 29 | <inceptionYear>2002</inceptionYear> |
30 | 30 | <description> |
|
82 | 82 | </dependencies> |
83 | 83 | <properties> |
84 | 84 | <!-- project.build.outputTimestamp is managed by Maven plugins, see https://maven.apache.org/guides/mini/guide-reproducible-builds.html --> |
85 | | - <project.build.outputTimestamp>2025-01-11T14:52:17Z</project.build.outputTimestamp> |
| 85 | + <project.build.outputTimestamp>2025-08-02T23:19:17Z</project.build.outputTimestamp> |
86 | 86 | <maven.compiler.source>1.8</maven.compiler.source> |
87 | 87 | <maven.compiler.target>1.8</maven.compiler.target> |
88 | 88 | <commons.componentid>cli</commons.componentid> |
89 | 89 | <commons.module.name>org.apache.commons.cli</commons.module.name> |
90 | | - <commons.release.version>1.10.0</commons.release.version> |
91 | | - <commons.release.next>1.10.1</commons.release.next> |
| 90 | + <commons.release.version>1.10.1</commons.release.version> |
| 91 | + <commons.release.next>1.10.2</commons.release.next> |
92 | 92 | <commons.release.name>commons-cli-${commons.release.version}</commons.release.name> |
93 | 93 | <commons.release.isDistModule>true</commons.release.isDistModule> |
94 | 94 | <commons.rc.version>RC1</commons.rc.version> |
95 | | - <commons.bc.version>1.9.0</commons.bc.version> |
| 95 | + <commons.bc.version>1.10.0</commons.bc.version> |
96 | 96 | <commons.osgi.symbolicName>org.apache.commons.cli</commons.osgi.symbolicName> |
97 | 97 | <commons.jira.id>CLI</commons.jira.id> |
98 | 98 | <commons.jira.pid>12310463</commons.jira.pid> |
|
0 commit comments