Skip to content

Commit

Permalink
Prepare release v2.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Aug 21, 2021
1 parent 6b6b861 commit 1e69780
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# 2.1.2
***

- Fix sound not playing with SoundNotifier ([6b6b861](http://github.com/jcgay/maven-notifier/commit/6b6b8615376c94464a55360b8a9609e504b21c1d))
- Reset all state in EventSpy#init to works with mvnd ([db9c057](http://github.com/jcgay/maven-notifier/commit/db9c057417db976efb1aed30d55a526db83dbf5c))

# 2.1.1
***

Expand Down
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ It is based on latest maven release.

### Maven >= 3.3.x

Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.1/maven-notifier-2.1.1.jar) and copy it in `%M2_HOME%/lib/ext` folder.
Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.2/maven-notifier-2.1.2.jar) and copy it in `%M2_HOME%/lib/ext` folder.

*or*

Expand All @@ -38,18 +38,18 @@ Use the [core extensions configuration mechanism](http://takari.io/2015/03/19/co
<extension>
<groupId>fr.jcgay.maven</groupId>
<artifactId>maven-notifier</artifactId>
<version>2.1.1</version>
<version>2.1.2</version>
</extension>
</extensions>
```

### Maven >= 3.1

Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.1/maven-notifier-2.1.1.jar) and copy it in your `$M2_HOME/lib/ext` folder.
Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.2/maven-notifier-2.1.2.jar) and copy it in your `$M2_HOME/lib/ext` folder.

### Maven < 3.1

Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.1/maven-notifier-2.1.1.zip) and extract it in your `$M2_HOME/lib/ext` folder.
Get [maven-notifier](https://repo1.maven.org/maven2/fr/jcgay/maven/maven-notifier/2.1.2/maven-notifier-2.1.2.zip) and extract it in your `$M2_HOME/lib/ext` folder.

## What's new ?

Expand Down
3 changes: 2 additions & 1 deletion jreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,8 @@ release:
title: 'Bump'
- label: 'release'
title: '[maven-release-plugin]'
- label: 'issues'
- label: 'issue'
title: '^Fix'
body: 'Fixes #'
categories:
- title: 'Noise'
Expand Down

0 comments on commit 1e69780

Please sign in to comment.