Skip to content

Commit 401b19b

Browse files
authored
Update README.md
1 parent 4f83c0a commit 401b19b

File tree

1 file changed

+4
-13
lines changed

1 file changed

+4
-13
lines changed

README.md

Lines changed: 4 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -69,17 +69,13 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
6969

7070
<properties>
7171
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
72-
<junit-foundation.version>6.0.0</junit-foundation.version>
73-
<compiler-plugin.version>3.6.0</compiler-plugin.version>
74-
<dependency-plugin.version>3.1.1</dependency-plugin.version>
75-
<surefire-plugin.version>2.22.0</surefire-plugin.version>
7672
</properties>
7773

7874
<dependencies>
7975
<dependency>
8076
<groupId>com.nordstrom.tools</groupId>
8177
<artifactId>junit-foundation</artifactId>
82-
<version>${junit-foundation.version}</version>
78+
<version>6.0.0</version>
8379
<scope>test</scope>
8480
</dependency>
8581
</dependencies>
@@ -90,17 +86,12 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
9086
<plugin>
9187
<groupId>org.apache.maven.plugins</groupId>
9288
<artifactId>maven-compiler-plugin</artifactId>
93-
<version>${compiler-plugin.version}</version>
89+
<version>3.6.0</version>
9490
<configuration>
9591
<source>1.8</source>
9692
<target>1.8</target>
9793
</configuration>
9894
</plugin>
99-
<plugin>
100-
<groupId>org.apache.maven.plugins</groupId>
101-
<artifactId>maven-dependency-plugin</artifactId>
102-
<version>${dependency-plugin.version}</version>
103-
</plugin>
10495
<!-- Add this if you plan to import into Eclipse -->
10596
<plugin>
10697
<groupId>org.eclipse.m2e</groupId>
@@ -133,7 +124,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
133124
<plugin>
134125
<groupId>org.apache.maven.plugins</groupId>
135126
<artifactId>maven-dependency-plugin</artifactId>
136-
<version>${dependency-plugin.version}</version>
127+
<version>3.1.1</version>
137128
<executions>
138129
<execution>
139130
<id>getClasspathFilenames</id>
@@ -146,7 +137,7 @@ The hooks that enable **JUnit Foundation** test lifecycle notifications are inst
146137
<plugin>
147138
<groupId>org.apache.maven.plugins</groupId>
148139
<artifactId>maven-surefire-plugin</artifactId>
149-
<version>${surefire-plugin.version}</version>
140+
<version>2.22.0</version>
150141
<configuration>
151142
<argLine>-javaagent:${com.nordstrom.tools:junit-foundation:jar}</argLine>
152143
</configuration>

0 commit comments

Comments
 (0)