Skip to content

Commit 7671f39

Browse files
committed
Release v6.12.0
1 parent b684d30 commit 7671f39

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Diff for: README.md

+4-4
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.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)
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.1'
17+
implementation 'org.contextmapper:context-mapper-cli:6.12.0'
1818
```
1919

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

Diff for: build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ plugins {
44
id 'application'
55
id 'maven-publish'
66
id 'signing'
7-
id 'nebula.release' version '13.0.0'
7+
id 'nebula.release' version '19.0.10'
88
}
99

1010
group 'org.contextmapper'

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ assertJVersion=3.19.0
88
mockitoVersion=3.9.0
99

1010
commonsCliVersion=1.4
11-
cmlVersion=6.11.0
11+
cmlVersion=6.12.0
1212

0 commit comments

Comments
 (0)