File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t
2020<dependency >
2121 <groupId >io.github.guacsec</groupId >
2222 <artifactId >trustify-da-api-model</artifactId >
23- <version >2.0.7 </version >
23+ <version >2.0.8-SNAPSHOT </version >
2424</dependency >
2525```
2626
@@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t
2929Add it to your project as follows:
3030
3131``` bash
32- npm install @guacsec/trustify-da-api-model@2.0.7
32+ npm install @guacsec/trustify-da-api-model@2.0.8-SNAPSHOT
3333```
Original file line number Diff line number Diff line change 55
66 <groupId >io.github.guacsec</groupId >
77 <artifactId >trustify-da-api-model</artifactId >
8- <version >2.0.7 </version >
8+ <version >2.0.8-SNAPSHOT </version >
99 <name >Trustify Dependency Analytics API Spec</name >
1010 <description >Trustify :: Dependency Analytics :: Java API</description >
1111 <url >https://github.com/guacsec/trustify-da-api-spec</url >
Original file line number Diff line number Diff line change 1- release/v2.0.5
1+ release/v2.0.7
You can’t perform that action at this time.
0 commit comments