Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The packages are published to the GitHub maven repository. Make sure to add it t
<dependency>
<groupId>io.github.guacsec</groupId>
<artifactId>trustify-da-api-model</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.5</version>
</dependency>
```

Expand All @@ -29,5 +29,5 @@ The packages are published to the GitHub maven repository. Make sure to add it t
Add it to your project as follows:

```bash
npm install @guacsec/trustify-da-api-model@2.0.5-SNAPSHOT
npm install @guacsec/trustify-da-api-model@2.0.5
```
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

<groupId>io.github.guacsec</groupId>
<artifactId>trustify-da-api-model</artifactId>
<version>2.0.5-SNAPSHOT</version>
<version>2.0.6-SNAPSHOT</version>
<name>Trustify Dependency Analytics API Spec</name>
<description>Trustify :: Dependency Analytics :: Java API</description>
<url>https://github.com/guacsec/trustify-da-api-spec</url>
Expand Down
1 change: 1 addition & 0 deletions releasebranch.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
release/v2.0.5