Skip to content

Commit 1368077

Browse files
committed
Bump version to 1.0.3
1 parent 0327b27 commit 1368077

4 files changed

Lines changed: 5 additions & 7 deletions

File tree

.github/workflows/native-build.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,5 +65,3 @@ jobs:
6565
name: 'Extract Version'
6666
run: |
6767
echo "BUILD_VERSION=$( grep '<version>' pom.xml | head -1 | sed 's/[[:alpha:]|<|>|/|[:space:]]//g' | awk -F- '{print $1}')" >> $GITHUB_OUTPUT
68-
echo "Extracted version=$BUILD_VERSION"
69-
echo "Extracted version=$GITHUB_OUTPUT"

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<modelVersion>4.0.0</modelVersion>
77
<groupId>com.apicatalog</groupId>
88
<artifactId>ld-cli</artifactId>
9-
<version>1.0.2</version>
9+
<version>1.0.3</version>
1010
<packaging>jar</packaging>
1111

1212
<name>A Command Line Processor for Linked Data Processing</name>

snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: ld-cli
22
title: Linked Data CLI
3-
version: 1.0.2
3+
version: 1.0.3
44
license: Apache-2.0
55
summary: Command-line tool for JSON-LD, RDF, RDFC, JCS, CBOR-LD, semantic processing
66
description: |

src/main/java/com/apicatalog/cli/App.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@
3535
MultibaseCmd.class,
3636
MulticodecCmd.class,
3737
}, mixinStandardHelpOptions = false, descriptionHeading = "%n", parameterListHeading = "%nParameters:%n", optionListHeading = "%nOptions:%n", commandListHeading = "%nCommands:%n", version = {
38-
"ld-cli 1.0.2 https://github.com/filip26/ld-cli",
38+
"ld-cli 1.0.3 https://github.com/filip26/ld-cli",
3939
"titanium-json-ld 1.7.0 https://github.com/filip26/titanium-json-ld",
40-
"titanium-rdfc 2.0.0 https://github.com/filip26/titanium-rdf-canon",
40+
"titanium-rdfc 3.0.0 https://github.com/filip26/titanium-rdf-canon",
4141
"titanium-jcs 1.0.0 https://github.com/filip26/titanium-jcs",
4242
"iridium-cbor-ld 0.7.3 https://github.com/filip26/iridium-cbor-ld",
4343
"copper-multibase 4.1.0 https://github.com/filip26/copper-multibase",
44-
"copper-multicodec 2.3.0 https://github.com/filip26/copper-multicodec",
44+
"copper-multicodec 3.0.0 https://github.com/filip26/copper-multicodec",
4545
})
4646
public final class App {
4747

0 commit comments

Comments
 (0)