Skip to content

Commit

Permalink
Instrumentation 1.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mannodermaus committed Mar 2, 2021
1 parent 413cd8a commit 3141be7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/Artifacts.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ object Artifacts {
*/
object Instrumentation {
private val groupId = "de.mannodermaus.junit5"
private val currentVersion = "1.2.2-SNAPSHOT"
private val currentVersion = "1.2.2"
val latestStableVersion = "1.2.1"

val Core = Deployed(
Expand Down
5 changes: 5 additions & 0 deletions instrumentation/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ Change Log
#### Fixed
#### Removed

## 1.2.2 (2021-03-02)

#### Fixed
- Include missing transitive runtime-only dependencies in generated POMs (side-effect of moving to a different deployment script)

## 1.2.1 (2021-02-10)

This version is identical to 1.2.0, but deployed to Maven Central to ensure availability after the upcoming shutdown of JCenter.
Expand Down
7 changes: 3 additions & 4 deletions plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,9 @@ Change Log

## Unreleased

#### Added
#### Changed
#### Fixed
#### Removed
## 1.7.1.1 (2021-02-11)

This release is identical to 1.7.1.0, but fixes an incorrect entry in the POM file, making the previous version unusable.

## 1.7.1.0 (2021-02-10)

Expand Down

0 comments on commit 3141be7

Please sign in to comment.