Skip to content

Commit

Permalink
Release v6.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ka committed Nov 24, 2023
1 parent 8e03b8d commit 2fa5b5c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,22 +7,22 @@ This repository contains the Context Mapper CLI - a command line interface to va

## Download
The CLI can be downloaded under the following links:
* [TAR](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.9.0/context-mapper-cli-6.9.0.tar) (Linux, Mac)
* [ZIP](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.9.0/context-mapper-cli-6.9.0.zip) (Windows)
* [TAR](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.10.0/context-mapper-cli-6.10.0.tar) (Linux, Mac)
* [ZIP](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.10.0/context-mapper-cli-6.10.0.zip) (Windows)

In case you want to include Context Mapper in your Maven or Gradle build, you can use the CLI to call generators (for example with Maven exec plugin).

**Gradle:**
```gradle
implementation 'org.contextmapper:context-mapper-cli:6.9.0'
implementation 'org.contextmapper:context-mapper-cli:6.10.0'
```

**Maven:**
```xml
<dependency>
<groupId>org.contextmapper</groupId>
<artifactId>context-mapper-cli</artifactId>
<version>6.9.0</version>
<version>6.10.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ assertJVersion=3.19.0
mockitoVersion=3.9.0

commonsCliVersion=1.4
cmlVersion=6.9.0
cmlVersion=6.10.0

0 comments on commit 2fa5b5c

Please sign in to comment.