Skip to content

Commit b684d30

Browse files
committed
Release v6.11.1
1 parent 50936b4 commit b684d30

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,22 +7,22 @@ This repository contains the Context Mapper CLI - a command line interface to va
77

88
## Download
99
The CLI can be downloaded under the following links:
10-
* [TAR](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.11.0/context-mapper-cli-6.11.0.tar) (Linux, Mac)
11-
* [ZIP](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.11.0/context-mapper-cli-6.11.0.zip) (Windows)
10+
* [TAR](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.11.1/context-mapper-cli-6.11.1.tar) (Linux, Mac)
11+
* [ZIP](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.11.1/context-mapper-cli-6.11.1.zip) (Windows)
1212

1313
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).
1414

1515
**Gradle:**
1616
```gradle
17-
implementation 'org.contextmapper:context-mapper-cli:6.11.0'
17+
implementation 'org.contextmapper:context-mapper-cli:6.11.1'
1818
```
1919

2020
**Maven:**
2121
```xml
2222
<dependency>
2323
<groupId>org.contextmapper</groupId>
2424
<artifactId>context-mapper-cli</artifactId>
25-
<version>6.11.0</version>
25+
<version>6.11.1</version>
2626
</dependency>
2727
```
2828

0 commit comments

Comments
 (0)