File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
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 co
77
88## Download  
99The CLI can be downloaded under the following links:
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)
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)
1212
1313In 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.0 ' 
17+ implementation 'org.contextmapper:context-mapper-cli:6.6.1 ' 
1818``` 
1919
2020** Maven:** 
2121``` xml 
2222<dependency >
2323  <groupId >org.contextmapper</groupId >
2424  <artifactId >context-mapper-cli</artifactId >
25-   <version >6.6.0 </version >
25+   <version >6.6.1 </version >
2626</dependency >
2727``` 
2828
Original file line number Diff line number Diff line change @@ -8,5 +8,5 @@ assertJVersion=3.19.0
88mockitoVersion =3.9.0 
99
1010commonsCliVersion =1.4 
11- cmlVersion =6.6.0  
11+ cmlVersion =6.6.1  
1212
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments