Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit d7675dd

Browse filesBrowse files
author
chaos2418
committed
JAVA-1673: removing junit and surefire configs from maven-modules
1 parent b677684 commit d7675dd
Copy full SHA for d7675dd

File tree

Expand file treeCollapse file tree

8 files changed

+10
-17
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

8 files changed

+10
-17
lines changed
Open diff view settings
Collapse file

‎maven-modules/maven-copy-files/copy-rename-maven-plugin/pom.xml‎

Copy file name to clipboardExpand all lines: maven-modules/maven-copy-files/copy-rename-maven-plugin/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-surefire-plugin</artifactId>
57-
<version>2.22.1</version>
57+
<version>2.22.2</version>
5858
</plugin>
5959
<plugin>
6060
<artifactId>maven-jar-plugin</artifactId>
Collapse file

‎maven-modules/maven-copy-files/maven-antrun-plugin/pom.xml‎

Copy file name to clipboardExpand all lines: maven-modules/maven-copy-files/maven-antrun-plugin/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
</plugin>
5858
<plugin>
5959
<artifactId>maven-surefire-plugin</artifactId>
60-
<version>2.22.1</version>
60+
<version>2.22.2</version>
6161
</plugin>
6262
<plugin>
6363
<artifactId>maven-jar-plugin</artifactId>
Collapse file

‎maven-modules/maven-copy-files/maven-resources-plugin/pom.xml‎

Copy file name to clipboardExpand all lines: maven-modules/maven-copy-files/maven-resources-plugin/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
</plugin>
5555
<plugin>
5656
<artifactId>maven-surefire-plugin</artifactId>
57-
<version>2.22.1</version>
57+
<version>2.22.2</version>
5858
</plugin>
5959
<plugin>
6060
<artifactId>maven-jar-plugin</artifactId>
Collapse file

‎maven-modules/maven-copy-files/pom.xml‎

Copy file name to clipboardExpand all lines: maven-modules/maven-copy-files/pom.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</plugin>
5252
<plugin>
5353
<artifactId>maven-surefire-plugin</artifactId>
54-
<version>2.22.1</version>
54+
<version>2.22.2</version>
5555
</plugin>
5656
<plugin>
5757
<artifactId>maven-jar-plugin</artifactId>
Collapse file

‎maven-modules/maven-integration-test/pom.xml‎

Copy file name to clipboardExpand all lines: maven-modules/maven-integration-test/pom.xml
+3-4Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@
8686
</configuration>
8787
</plugin>
8888
<plugin>
89+
<groupId>org.apache.maven.plugins</groupId>
8990
<artifactId>maven-surefire-plugin</artifactId>
90-
<version>${maven.surefire.version}</version>
9191
<configuration>
9292
<excludes>
9393
<exclude>DataTest.java</exclude>
@@ -171,8 +171,8 @@
171171
<build>
172172
<plugins>
173173
<plugin>
174+
<groupId>org.apache.maven.plugins</groupId>
174175
<artifactId>maven-surefire-plugin</artifactId>
175-
<version>${maven.surefire.version}</version>
176176
<configuration>
177177
<excludes>
178178
<exclude>DataTest.java</exclude>
@@ -217,8 +217,8 @@
217217
<build>
218218
<plugins>
219219
<plugin>
220+
<groupId>org.apache.maven.plugins</groupId>
220221
<artifactId>maven-surefire-plugin</artifactId>
221-
<version>${maven.surefire.version}</version>
222222
<executions>
223223
<execution>
224224
<phase>integration-test</phase>
@@ -269,7 +269,6 @@
269269
<properties>
270270
<maven.resources.version>3.0.2</maven.resources.version>
271271
<maven.compiler.version>3.8.0</maven.compiler.version>
272-
<maven.surefire.version>2.22.0</maven.surefire.version>
273272
<maven.failsafe.version>2.22.0</maven.failsafe.version>
274273
<maven.verifier.version>1.1</maven.verifier.version>
275274
<maven.clean.version>3.0.0</maven.clean.version>
Collapse file

‎maven-modules/maven-multi-source/pom.xml‎

Copy file name to clipboardExpand all lines: maven-modules/maven-multi-source/pom.xml
+1-2Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454
<build>
5555
<plugins>
5656
<plugin>
57+
<groupId>org.apache.maven.plugins</groupId>
5758
<artifactId>maven-surefire-plugin</artifactId>
58-
<version>${maven.surefire.version}</version>
5959
<executions>
6060
<execution>
6161
<phase>integration-test</phase>
@@ -81,7 +81,6 @@
8181
<properties>
8282
<maven.resources.version>3.0.2</maven.resources.version>
8383
<maven.compiler.version>3.8.0</maven.compiler.version>
84-
<maven.surefire.version>2.22.0</maven.surefire.version>
8584
<maven.failsafe.version>2.22.0</maven.failsafe.version>
8685
<maven.verifier.version>1.1</maven.verifier.version>
8786
<maven.clean.version>3.0.0</maven.clean.version>
Collapse file

‎maven-modules/maven-plugins/pom.xml‎

Copy file name to clipboardExpand all lines: maven-modules/maven-plugins/pom.xml
+2-3Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@
8484
<build>
8585
<plugins>
8686
<plugin>
87+
<groupId>org.apache.maven.plugins</groupId>
8788
<artifactId>maven-surefire-plugin</artifactId>
88-
<version>${maven.surefire.version}</version>
8989
<configuration>
9090
<excludes>
9191
<exclude>DataTest.java</exclude>
@@ -105,8 +105,8 @@
105105
<build>
106106
<plugins>
107107
<plugin>
108+
<groupId>org.apache.maven.plugins</groupId>
108109
<artifactId>maven-surefire-plugin</artifactId>
109-
<version>${maven.surefire.version}</version>
110110
<executions>
111111
<execution>
112112
<phase>integration-test</phase>
@@ -132,7 +132,6 @@
132132
<properties>
133133
<maven.resources.version>3.0.2</maven.resources.version>
134134
<maven.compiler.version>3.8.0</maven.compiler.version>
135-
<maven.surefire.version>2.22.0</maven.surefire.version>
136135
<maven.failsafe.version>2.22.0</maven.failsafe.version>
137136
<maven.verifier.version>1.1</maven.verifier.version>
138137
<maven.clean.version>3.0.0</maven.clean.version>
Collapse file

‎maven-modules/pom.xml‎

Copy file name to clipboardExpand all lines: maven-modules/pom.xml
-4Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,4 @@
5757
</dependencies>
5858
</dependencyManagement>
5959

60-
<properties>
61-
<junit-jupiter.version>5.8.1</junit-jupiter.version>
62-
</properties>
63-
6460
</project>

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.