Skip to content

Commit 613589e

Browse files
CHAMP11CHAMP11
CHAMP11
authored and
CHAMP11
committed
junit-team#2 pom파일에 pom추가
pom파일에 pom추가
1 parent 6419fad commit 613589e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -447,6 +447,11 @@
447447
</reportSet>
448448
</reportSets>
449449
</plugin>
450+
<plugin>
451+
<groupId>org.apache.maven.plugins</groupId>
452+
<artifactId>maven-pmd-plugin</artifactId>
453+
<version>3.13.0</version>
454+
</plugin>
450455
</plugins>
451456
</reporting>
452457

src/main/java/junit/runner/Version.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ private Version() {
99
}
1010

1111
public static String id() {
12-
return "4.13-SNAPSHOT";
12+
return "4.14-SNAPSHOT";
1313
}
1414

1515
public static void main(String[] args) {

0 commit comments

Comments
 (0)