Skip to content

Commit

Permalink
Release v0.5.0 [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
safris committed Feb 27, 2024
1 parent da93386 commit 8a52c5d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 9 deletions.
13 changes: 8 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,17 @@
# Changes by Version

## [v0.5.0-SNAPSHOT](https://github.com/libj/util/compare/a77a72f24b5b66bf63b9340b440008e45afc203a..HEAD)
## [v0.5.1-SNAPSHOT](https://github.com/libj/util/compare/da93386daca574a71157fbbff7b7e7f3775bf0a0..HEAD)

## [v0.5.0](https://github.com/libj/util/compare/a77a72f24b5b66bf63b9340b440008e45afc203a..da93386daca574a71157fbbff7b7e7f3775bf0a0) (2024-02-27)
* #9 Private visibility for injected variables of `BaseMojo`

## [v0.4.3](https://github.com/openjax/maven/compare/b2f8348bd4204551138ab972d3b7c9a60c76db54..a77a72f24b5b66bf63b9340b440008e45afc203a) (2023-09-20)
* #7 Don't abort plugin execution in test phase
* #6 Add DeferredLog and DelegateLog abstractions
* #5 Implement getAnnotationParameters(Class<?>,Class<Annotation>)
* #6 Add `DeferredLog` and `DelegateLog` abstractions
* #5 Implement `getAnnotationParameters(Class<?>,Class<Annotation>)`
* #4 Transition to GitHub Actions
* #3 Support classpath:// references in FilterMojo
* #2 Change MojoUtil.getProjectDependencyPaths() to return String[]
* #3 Support `classpath://` references in `FilterMojo`
* #2 Change `MojoUtil.getProjectDependencyPaths()` to return `String[]`
* #1 Inherit Maven dependency versions from root POM

## [v0.4.2](https://github.com/openjax/maven/compare/c79e67b4bd2dda4c14d69bfeda3383b47669be52..b2f8348bd4204551138ab972d3b7c9a60c76db54) (2020-05-23)
Expand Down
4 changes: 2 additions & 2 deletions mojo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>org.openjax.maven</groupId>
<artifactId>maven</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
</parent>
<artifactId>mojo</artifactId>
<name>OpenJAX Maven Mojo</name>
Expand All @@ -39,7 +39,7 @@
<dependency>
<groupId>org.libj</groupId>
<artifactId>net</artifactId>
<version>0.5.4-SNAPSHOT</version>
<version>0.5.4</version>
</dependency>
<dependency>
<groupId>org.apache.maven</groupId>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,11 +22,11 @@
<parent>
<groupId>org.openjax</groupId>
<artifactId>openjax</artifactId>
<version>2.5.7-SNAPSHOT</version>
<version>2.5.7</version>
</parent>
<groupId>org.openjax.maven</groupId>
<artifactId>maven</artifactId>
<version>0.5.0-SNAPSHOT</version>
<version>0.5.0</version>
<packaging>pom</packaging>
<name>OpenJAX Maven</name>
<description>
Expand Down

0 comments on commit 8a52c5d

Please sign in to comment.