Skip to content

Commit

Permalink
Fix versioning
Browse files Browse the repository at this point in the history
  • Loading branch information
Lex Emmens committed Jun 6, 2023
1 parent 1c1ebea commit 62c6da4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
## Changelog
### 1.15.0 (06-06-2023)
### 1.16.0 (06-06-2023)
Due to an administrative error, something went wrong in the versioning of the previous releases. As of 1.16.0 this is now corrected

#### Bugs
* ([#83](https://github.com/lexemmens/podman-maven-plugin/pull/83)) - Skip copy goal if no container catalog artifact is found
* ([#81](https://github.com/lexemmens/podman-maven-plugin/pull/81)) - Re-added missing logging of podman build steps

### 1.14.1 (18-04-2023)
### 1.15.1 (18-04-2023)
#### Bugs
* ([#80](https://github.com/lexemmens/podman-maven-plugin/issues/80)) - SecurityContextService now derives graphRoot via `podman system info`

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>nl.lexemmens</groupId>
<artifactId>podman-maven-plugin</artifactId>
<version>1.14.0-SNAPSHOT</version>
<version>1.16.0-SNAPSHOT</version>
<packaging>maven-plugin</packaging>

<name>Podman Maven Plugin</name>
Expand Down

0 comments on commit 62c6da4

Please sign in to comment.