Skip to content

Commit 7bb3cec

Browse files
authored
Update versions on README
1 parent 20527d7 commit 7bb3cec

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

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

0 commit comments

Comments
 (0)