We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6419fad commit 613589eCopy full SHA for 613589e
pom.xml
@@ -447,6 +447,11 @@
447
</reportSet>
448
</reportSets>
449
</plugin>
450
+ <plugin>
451
+ <groupId>org.apache.maven.plugins</groupId>
452
+ <artifactId>maven-pmd-plugin</artifactId>
453
+ <version>3.13.0</version>
454
+ </plugin>
455
</plugins>
456
</reporting>
457
src/main/java/junit/runner/Version.java
@@ -9,7 +9,7 @@ private Version() {
9
}
10
11
public static String id() {
12
- return "4.13-SNAPSHOT";
+ return "4.14-SNAPSHOT";
13
14
15
public static void main(String[] args) {
0 commit comments