Skip to content

Commit abf79f0

Browse files
authored
Merge pull request #104 from guacsec/release/v2.0.7
build(release): release 2.0.7 and bump to next development version
2 parents 92e04bc + 2d9f9fa commit abf79f0

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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.5</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
2929
Add it to your project as follows:
3030

3131
```bash
32-
npm install @guacsec/trustify-da-api-model@2.0.5
32+
npm install @guacsec/trustify-da-api-model@2.0.8-SNAPSHOT
3333
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>io.github.guacsec</groupId>
77
<artifactId>trustify-da-api-model</artifactId>
8-
<version>2.0.6-SNAPSHOT</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>

releasebranch.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
release/v2.0.5
1+
release/v2.0.7

0 commit comments

Comments
 (0)