File tree Expand file tree Collapse file tree 6 files changed +14
-9
lines changed
src/main/java/blog/softwaretester/sandboy/xml/pojo Expand file tree Collapse file tree 6 files changed +14
-9
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
7
7
8
8
Back to [ Readme] ( README.md ) .
9
9
10
+ ## [ 1.1.1] - 2023-07-10
11
+
12
+ ### Removed
13
+
14
+ * Unnecessary error logging
15
+
10
16
## [ 1.1.0] - 2023-07-10
11
17
12
18
### Added
@@ -26,6 +32,8 @@ Back to [Readme](README.md).
26
32
27
33
Initial project version on GitHub and Maven Central.
28
34
35
+ [ 1.1.1 ] : https://github.com/bischoffdev/sandboy/tree/1.1.1
36
+
29
37
[ 1.1.0 ] : https://github.com/bischoffdev/sandboy/tree/1.1.0
30
38
31
39
[ 1.0.0 ] : https://github.com/bischoffdev/sandboy/tree/1.0.0
Original file line number Diff line number Diff line change 8
8
<parent >
9
9
<groupId >blog.softwaretester</groupId >
10
10
<artifactId >sandboy-parent</artifactId >
11
- <version >1.1.0 </version >
11
+ <version >1.1.1 </version >
12
12
</parent >
13
13
14
14
<artifactId >sandboy-engine</artifactId >
15
- <version >1.1.0 </version >
15
+ <version >1.1.1 </version >
16
16
17
17
<properties >
18
18
<maven .compiler.release>11</maven .compiler.release>
Original file line number Diff line number Diff line change @@ -84,9 +84,6 @@ public Status getStatus() {
84
84
} else if (skipped != null && !skipped .isBlank ()) {
85
85
status = Status .SKIPPED ;
86
86
}
87
-
88
- System .out .println ("--- ERROR --- " + name );
89
- System .out .println (combinedErrorText + " " + status );
90
87
return status ;
91
88
}
92
89
}
Original file line number Diff line number Diff line change 6
6
7
7
<groupId >blog.bischoffdev.sandboy</groupId >
8
8
<artifactId >maven-example</artifactId >
9
- <version >1.1.0 </version >
9
+ <version >1.1.1 </version >
10
10
<packaging >pom</packaging >
11
11
12
12
<properties >
Original file line number Diff line number Diff line change 7
7
<parent >
8
8
<groupId >blog.softwaretester</groupId >
9
9
<artifactId >sandboy-parent</artifactId >
10
- <version >1.1.0 </version >
10
+ <version >1.1.1 </version >
11
11
</parent >
12
12
13
13
<artifactId >sandboy-maven</artifactId >
14
- <version >1.1.0 </version >
14
+ <version >1.1.1 </version >
15
15
16
16
<packaging >maven-plugin</packaging >
17
17
Original file line number Diff line number Diff line change 7
7
8
8
<groupId >blog.softwaretester</groupId >
9
9
<artifactId >sandboy-parent</artifactId >
10
- <version >1.1.0 </version >
10
+ <version >1.1.1 </version >
11
11
<packaging >pom</packaging >
12
12
13
13
<name >Sandboy Parent</name >
You can’t perform that action at this time.
0 commit comments