Skip to content

Commit 3141be7

Browse files
committed
Instrumentation 1.2.2
1 parent 413cd8a commit 3141be7

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

buildSrc/src/main/kotlin/Artifacts.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ object Artifacts {
5858
*/
5959
object Instrumentation {
6060
private val groupId = "de.mannodermaus.junit5"
61-
private val currentVersion = "1.2.2-SNAPSHOT"
61+
private val currentVersion = "1.2.2"
6262
val latestStableVersion = "1.2.1"
6363

6464
val Core = Deployed(

instrumentation/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ Change Log
88
#### Fixed
99
#### Removed
1010

11+
## 1.2.2 (2021-03-02)
12+
13+
#### Fixed
14+
- Include missing transitive runtime-only dependencies in generated POMs (side-effect of moving to a different deployment script)
15+
1116
## 1.2.1 (2021-02-10)
1217

1318
This version is identical to 1.2.0, but deployed to Maven Central to ensure availability after the upcoming shutdown of JCenter.

plugin/CHANGELOG.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,9 @@ Change Log
33

44
## Unreleased
55

6-
#### Added
7-
#### Changed
8-
#### Fixed
9-
#### Removed
6+
## 1.7.1.1 (2021-02-11)
7+
8+
This release is identical to 1.7.1.0, but fixes an incorrect entry in the POM file, making the previous version unusable.
109

1110
## 1.7.1.0 (2021-02-10)
1211

0 commit comments

Comments
 (0)