File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -7,22 +7,22 @@ This repository contains the Context Mapper CLI - a command line interface to va
7
7
8
8
## Download
9
9
The CLI can be downloaded under the following links:
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)
10
+ * [ TAR] ( https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.12.0 /context-mapper-cli-6.12.0 .tar ) (Linux, Mac)
11
+ * [ ZIP] ( https://repo1.maven.org/maven2/org/contextmapper/context-mapper-cli/6.12.0 /context-mapper-cli-6.12.0 .zip ) (Windows)
12
12
13
13
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).
14
14
15
15
** Gradle:**
16
16
``` gradle
17
- implementation 'org.contextmapper:context-mapper-cli:6.11.1 '
17
+ implementation 'org.contextmapper:context-mapper-cli:6.12.0 '
18
18
```
19
19
20
20
** Maven:**
21
21
``` xml
22
22
<dependency >
23
23
<groupId >org.contextmapper</groupId >
24
24
<artifactId >context-mapper-cli</artifactId >
25
- <version >6.11.1 </version >
25
+ <version >6.12.0 </version >
26
26
</dependency >
27
27
```
28
28
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ plugins {
4
4
id ' application'
5
5
id ' maven-publish'
6
6
id ' signing'
7
- id ' nebula.release' version ' 13 .0.0 '
7
+ id ' nebula.release' version ' 19 .0.10 '
8
8
}
9
9
10
10
group ' org.contextmapper'
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ assertJVersion=3.19.0
8
8
mockitoVersion =3.9.0
9
9
10
10
commonsCliVersion =1.4
11
- cmlVersion =6.11 .0
11
+ cmlVersion =6.12 .0
12
12
You can’t perform that action at this time.
0 commit comments