Skip to content

Commit 2f469a5

Browse files
author
Stefan Kapferer
committed
Release v6.7.0
1 parent 130291b commit 2f469a5

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.6.1/context-mapper-cli-6.6.1.tar) (Linux, Mac)
11-
* [ZIP](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.6.1/context-mapper-cli-6.6.1.zip) (Windows)
10+
* [TAR](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.7.0/context-mapper-cli-6.7.0.tar) (Linux, Mac)
11+
* [ZIP](https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.7.0/context-mapper-cli-6.7.0.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.6.1'
17+
implementation 'org.contextmapper:context-mapper-cli:6.7.0'
1818
```
1919

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

0 commit comments

Comments
 (0)