Skip to content

Commit 545e96c

Browse files
committed
Release 2.0
1 parent 83057db commit 545e96c

File tree

17 files changed

+35
-47
lines changed

17 files changed

+35
-47
lines changed

CHANGELOG.md

Lines changed: 5 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

88

9-
## [Unreleased]
9+
## [2.2.0] - 2021-01-11
1010

1111
### Security
1212

@@ -25,7 +25,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2525
* update to Log4J 2.17.0 to fix next Log4J vulnerability
2626

2727

28-
_## [2.1.1] - 2021-12-15
28+
## [2.1.1] - 2021-12-15
2929

3030
### Security
3131

@@ -45,25 +45,15 @@ _## [2.1.1] - 2021-12-15
4545
* ClasspathMonitor and ResourcepathMonitor is deprecated and moved to patterntesting-compat
4646

4747

48-
## [2.0.2] - 2020-04-18
48+
## [2.0] - 2020-02-05
4949

5050
### Added
5151

52-
* NetworkTester provides now for each assert method also a boolean method
53-
54-
55-
56-
## [2.0.1] - 2020-03-12
57-
58-
### Changed
59-
60-
* dependencies updated
61-
62-
63-
## [2.0.0] - 2020-02-05
52+
* **v2.0.2**: NetworkTester provides now for each assert method also a boolean method
6453

6554
### Changed
6655

56+
* **v2.0.1**: dependencies updated
6757
* move from [SoureForge](https://sourceforge.net/projects/patterntesting/) (CVS) to [GitHub](https://github.com/oboehm/PatternTesting2) (GIT)
6858
* ObjectTester and other XxxTester classes will no longer try to instantiate private classes
6959
(patterntesting-rt)

doc/pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,16 +14,16 @@
1414
<parent>
1515
<groupId>org.patterntesting</groupId>
1616
<artifactId>patterntesting-parent</artifactId>
17-
<version>2.1.3-SNAPSHOT</version>
17+
<version>2.2.0</version>
1818
</parent>
1919
<artifactId>doc</artifactId>
2020
<packaging>pom</packaging>
2121

2222
<properties>
23-
<asciidoctor.maven.plugin.version>1.5.3</asciidoctor.maven.plugin.version>
24-
<asciidoctorj.diagram.version>1.3.1</asciidoctorj.diagram.version>
25-
<asciidoctorj.version>1.5.3.2</asciidoctorj.version>
26-
<jruby.version>1.7.21</jruby.version>
23+
<asciidoctor.maven.plugin.version>2.2.1</asciidoctor.maven.plugin.version>
24+
<asciidoctorj.diagram.version>2.2.1</asciidoctorj.diagram.version>
25+
<asciidoctorj.version>2.5.2</asciidoctorj.version>
26+
<jruby.version>9.3.2.0</jruby.version>
2727
<patterntesting.site.artifact.dir>${patterntesting.site.dir}/doc/</patterntesting.site.artifact.dir>
2828
</properties>
2929

patterntesting-compat/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.patterntesting</groupId>
77
<artifactId>patterntesting-parent</artifactId>
8-
<version>2.1.3-SNAPSHOT</version>
8+
<version>2.2.0</version>
99
</parent>
1010
<artifactId>patterntesting-compat</artifactId>
1111

patterntesting-libs/patterntesting-check/patterntesting-check-ct/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<parent>
3737
<groupId>org.patterntesting</groupId>
3838
<artifactId>patterntesting-check</artifactId>
39-
<version>2.1.3-SNAPSHOT</version>
39+
<version>2.2.0</version>
4040
</parent>
4141
<artifactId>patterntesting-check-ct</artifactId>
4242
<packaging>jar</packaging>

patterntesting-libs/patterntesting-check/patterntesting-check-ct/src/test/java/patterntesting/check/ct/io/StreamTest.java

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@
1919
*/
2020
package patterntesting.check.ct.io;
2121

22-
import static org.junit.jupiter.api.Assertions.assertEquals;
22+
import org.apache.logging.log4j.LogManager;
23+
import org.apache.logging.log4j.Logger;
24+
import org.junit.jupiter.api.AfterAll;
25+
import org.junit.jupiter.api.BeforeAll;
26+
import org.junit.jupiter.api.Test;
2327

2428
import java.io.*;
2529
import java.nio.charset.StandardCharsets;
2630

27-
import org.junit.*;
28-
import org.apache.logging.log4j.*;
29-
import org.junit.jupiter.api.AfterAll;
30-
import org.junit.jupiter.api.BeforeAll;
31-
import org.junit.jupiter.api.Test;
31+
import static org.junit.jupiter.api.Assertions.assertEquals;
3232

3333
/**
3434
* Since JDK 1.1 you should use the Writer and Reader classes and not the

patterntesting-libs/patterntesting-check/patterntesting-check-rt/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<parent>
3737
<groupId>org.patterntesting</groupId>
3838
<artifactId>patterntesting-check</artifactId>
39-
<version>2.1.3-SNAPSHOT</version>
39+
<version>2.2.0</version>
4040
</parent>
4141
<artifactId>patterntesting-check-rt</artifactId>
4242
<packaging>jar</packaging>

patterntesting-libs/patterntesting-check/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
<parent>
3737
<groupId>org.patterntesting</groupId>
3838
<artifactId>patterntesting-libs</artifactId>
39-
<version>2.1.3-SNAPSHOT</version>
39+
<version>2.2.0</version>
4040
</parent>
4141
<groupId>org.patterntesting</groupId>
4242
<artifactId>patterntesting-check</artifactId>

patterntesting-libs/patterntesting-concurrent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<parent>
3434
<groupId>org.patterntesting</groupId>
3535
<artifactId>patterntesting-libs</artifactId>
36-
<version>2.1.3-SNAPSHOT</version>
36+
<version>2.2.0</version>
3737
</parent>
3838
<artifactId>patterntesting-concurrent</artifactId>
3939
<packaging>jar</packaging>

patterntesting-libs/patterntesting-exception/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<parent>
3434
<groupId>org.patterntesting</groupId>
3535
<artifactId>patterntesting-libs</artifactId>
36-
<version>2.1.3-SNAPSHOT</version>
36+
<version>2.2.0</version>
3737
</parent>
3838
<artifactId>patterntesting-exception</artifactId>
3939
<packaging>jar</packaging>

patterntesting-libs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<parent>
3434
<groupId>org.patterntesting</groupId>
3535
<artifactId>patterntesting-parent</artifactId>
36-
<version>2.1.3-SNAPSHOT</version>
36+
<version>2.2.0</version>
3737
</parent>
3838
<groupId>org.patterntesting</groupId>
3939
<artifactId>patterntesting-libs</artifactId>

0 commit comments

Comments
 (0)