File tree Expand file tree Collapse file tree 4 files changed +8
-9
lines changed
Expand file tree Collapse file tree 4 files changed +8
-9
lines changed Original file line number Diff line number Diff line change 11name : Build
22
33on :
4- push :
5- branches : [ master ]
6- pull_request :
7- branches : [ master ]
4+ push
85
96jobs :
107 build :
2320 uses : actions/cache@v2
2421 with :
2522 path : ~/.m2/repository
26- key : ${{ runner.os }}-maven-${{ hashFiles('**/ pom.xml') }}
23+ key : ${{ runner.os }}-maven-${{ hashFiles('pom.xml') }}
2724 restore-keys : |
2825 ${{ runner.os }}-maven-
2926
Original file line number Diff line number Diff line change 2424 uses : actions/cache@v2
2525 with :
2626 path : ~/.m2/repository
27- key : ${{ runner.os }}-maven-${{ hashFiles('**/ pom.xml') }}
27+ key : ${{ runner.os }}-maven-${{ hashFiles('pom.xml') }}
2828 restore-keys : |
2929 ${{ runner.os }}-maven-
3030
Original file line number Diff line number Diff line change 1- [ ![ GitHub Workflow Status] ( https://img.shields.io/github/workflow/status/hectorbst/jsonschema2pojo-spring-data-couchbase/Build?label=Build )] ( https://github.com/HectorBst/jsonschema2pojo-spring-data-couchbase/actions?query=workflow%3ABuild )
1+ [ ![ Build] ( https://img.shields.io/github/workflow/status/hectorbst/jsonschema2pojo-spring-data-couchbase/Build?label=Build )] ( https://github.com/HectorBst/jsonschema2pojo-spring-data-couchbase/actions?query=workflow%3ABuild )
2+ [ ![ Coverage] ( https://img.shields.io/sonar/coverage/HectorBst_jsonschema2pojo-spring-data-couchbase?server=https%3A%2F%2Fsonarcloud.io&label=Coverage )] ( https://sonarcloud.io/dashboard?id=HectorBst_jsonschema2pojo-spring-data-couchbase )
3+ [ ![ Violations] ( https://img.shields.io/sonar/violations/HectorBst_jsonschema2pojo-spring-data-couchbase?server=https%3A%2F%2Fsonarcloud.io&label=Violations )] ( https://sonarcloud.io/dashboard?id=HectorBst_jsonschema2pojo-spring-data-couchbase )
24[ ![ Maven Central] ( https://img.shields.io/maven-central/v/io.github.hectorbst/jsonschema2pojo-spring-data-couchbase?label=Maven%20Central )] ( https://search.maven.org/artifact/io.github.hectorbst/jsonschema2pojo-spring-data-couchbase )
3- [ ![ GitHub ] ( https://img.shields.io/github/license/hectorbst/jsonschema2pojo-spring-data-couchbase?label=Licence )] ( LICENSE )
5+ [ ![ Licence ] ( https://img.shields.io/github/license/hectorbst/jsonschema2pojo-spring-data-couchbase?label=Licence )] ( LICENSE )
46
57# jsonschema2pojo-spring-data-couchbase
68
Original file line number Diff line number Diff line change 66
77 <groupId >io.github.hectorbst</groupId >
88 <artifactId >jsonschema2pojo-spring-data-couchbase</artifactId >
9- <version >0.0.2 -SNAPSHOT</version >
9+ <version >0.1.0 -SNAPSHOT</version >
1010 <packaging >jar</packaging >
1111
1212 <name >jsonschema2pojo Spring Data Couchbase</name >
You can’t perform that action at this time.
0 commit comments