Skip to content

Commit

Permalink
Prepare for v0.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenKnoops committed Dec 24, 2021
1 parent 8010ceb commit 27ddfad
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@ jobs:
with:
dockerfile: docker/Dockerfile
image-name: bom-base
tags: 0 0.2 0.2.1 v0.2.1 latest ${{ github.sha }}
tags: 0 0.3 0.3.0 v0.3.0 latest ${{ github.sha }}
4 changes: 1 addition & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,7 @@ This needs to be improved in the future, but for now:
Change version into new version in file / linenumber:

- `pom.xml` : line 13.
- `.spdx-builder.yml` : line 8.
- `.spdx-builder.yml` : line 9.
- `.github/workflows/build.yml` : line 95. (docker tags)
- `.github/workflows/build.yml` : line 109. (docker tags)

Commit changes:

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.philips.research</groupId>
<artifactId>BOM-base</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.3.0-SNAPSHOT</version>
<name>BOM-base</name>
<description>FOSS metadata repository</description>

Expand Down

0 comments on commit 27ddfad

Please sign in to comment.