This commit is contained in:
parent
d757db18bc
commit
631608315e
4
_service
4
_service
@ -1,8 +1,8 @@
|
||||
<services>
|
||||
<service name="tar_scm" mode="disabled">
|
||||
<param name="scm">git</param>
|
||||
<param name="url">https://github.com/remkop/picocli.git</param>
|
||||
<param name="revision">v4.7.5</param>
|
||||
<param name="url">https://github.com/fridrich/picocli.git</param>
|
||||
<param name="revision">b3a163247a5237690d6ad1b4de28070bdf1e6001</param>
|
||||
<param name="match-tag">v*</param>
|
||||
<param name="versionformat">@PARENT_TAG@</param>
|
||||
<param name="versionrewrite-pattern">v(.*)</param>
|
||||
|
BIN
picocli-4.7.5.tar.xz
(Stored with Git LFS)
BIN
picocli-4.7.5.tar.xz
(Stored with Git LFS)
Binary file not shown.
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli</artifactId>
|
||||
<version>4.7.5</version>
|
||||
<version>4.7.6</version>
|
||||
<name>picocli</name>
|
||||
<description>Java command line parser with both an annotations API and a programmatic API. Usage help with ANSI styles and colors. Autocomplete. Nested subcommands. Easily included as source to avoid adding a dependency.</description>
|
||||
<url>https://picocli.info</url>
|
3
picocli-4.7.6.tar.xz
Normal file
3
picocli-4.7.6.tar.xz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1d7a081d1b799f4d3636f953031460c393b1ffdcd5deb78f5afc1cff13f1d042
|
||||
size 908040
|
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli-codegen</artifactId>
|
||||
<version>4.7.5</version>
|
||||
<version>4.7.6</version>
|
||||
<name>picocli-codegen</name>
|
||||
<description>Picocli Code Generation - Tools to generate documentation, configuration, source code and other files from a picocli model.</description>
|
||||
<url>https://picocli.info</url>
|
||||
@ -32,7 +32,7 @@
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli</artifactId>
|
||||
<version>4.7.5</version>
|
||||
<version>4.7.6</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
@ -21,7 +21,7 @@
|
||||
%define __requires_exclude java-headless
|
||||
%global base_name picocli
|
||||
Name: %{base_name}-extras
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
Release: 0
|
||||
Summary: Tiny Command Line Interface
|
||||
License: Apache-2.0
|
||||
|
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli-shell-jline2</artifactId>
|
||||
<version>4.7.5</version>
|
||||
<version>4.7.6</version>
|
||||
<name>picocli-shell-jline2</name>
|
||||
<description>Picocli Shell JLine2 - easily build interactive shell applications with JLine 2 and picocli.</description>
|
||||
<url>https://picocli.info</url>
|
||||
@ -32,7 +32,7 @@
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli</artifactId>
|
||||
<version>4.7.5</version>
|
||||
<version>4.7.6</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
@ -4,7 +4,7 @@
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli-shell-jline3</artifactId>
|
||||
<version>4.7.5</version>
|
||||
<version>4.7.6</version>
|
||||
<name>picocli-shell-jline3</name>
|
||||
<description>Picocli Shell JLine3 - easily build interactive shell applications with JLine 3 and picocli.</description>
|
||||
<url>https://picocli.info</url>
|
||||
@ -32,13 +32,13 @@
|
||||
<dependency>
|
||||
<groupId>info.picocli</groupId>
|
||||
<artifactId>picocli</artifactId>
|
||||
<version>4.7.5</version>
|
||||
<version>4.7.6</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.jline</groupId>
|
||||
<artifactId>jline</artifactId>
|
||||
<version>3.23.0</version>
|
||||
<version>3.26.1</version>
|
||||
<scope>compile</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
@ -20,7 +20,7 @@
|
||||
# binaries are java 8 compatible
|
||||
%define __requires_exclude java-headless
|
||||
Name: picocli
|
||||
Version: 4.7.5
|
||||
Version: 4.7.6
|
||||
Release: 0
|
||||
Summary: Tiny Command Line Interface
|
||||
License: Apache-2.0
|
||||
|
Loading…
x
Reference in New Issue
Block a user