Skip to content

Commit

Permalink
Prepare release v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jcgay committed Oct 24, 2015
1 parent 95acd99 commit 061722f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
#2.4
***

- Can get times sorted by execution order ([03f28d7](http://github.com/jcgay/maven-profiler/commit/03f28d70195767f90495370d4dc94d20a141f782)) by [@higuaro](https://github.com/higuaro)

#2.3
***

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

### Maven >= 3.3.x

Get [maven-profiler](http://dl.bintray.com/jcgay/maven/fr/jcgay/maven/maven-profiler/2.3/maven-profiler-2.3-shaded.jar) and copy it in `%M2_HOME%/lib/ext` folder.
Get [maven-profiler](http://dl.bintray.com/jcgay/maven/fr/jcgay/maven/maven-profiler/2.4/maven-profiler-2.4-shaded.jar) and copy it in `%M2_HOME%/lib/ext` folder.

*or*

Expand All @@ -36,13 +36,13 @@ Use the new [core extensions configuration mechanism](http://takari.io/2015/03/1
<extension>
<groupId>fr.jcgay.maven</groupId>
<artifactId>maven-profiler</artifactId>
<version>2.3</version>
<version>2.4</version>
</extension>
</extensions>

### Maven >= 3.1.x

Get [maven-profiler](http://dl.bintray.com/jcgay/maven/fr/jcgay/maven/maven-profiler/2.3/maven-profiler-2.3-shaded.jar) and copy it in `%M2_HOME%/lib/ext` folder.
Get [maven-profiler](http://dl.bintray.com/jcgay/maven/fr/jcgay/maven/maven-profiler/2.4/maven-profiler-2.4-shaded.jar) and copy it in `%M2_HOME%/lib/ext` folder.

### Maven 3.0.x
(with limited functionality, kept for compatibility)
Expand Down

0 comments on commit 061722f

Please sign in to comment.