Skip to content

Commit aff3ab6

Browse files
committed
[SUREFIRE-2150] upgrade to parent pom 39
Signed-off-by: Olivier Lamy <olamy@apache.org>
1 parent 208eae2 commit aff3ab6

1,299 files changed

Lines changed: 52003 additions & 64298 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

maven-failsafe-plugin/pom.xml

Lines changed: 260 additions & 260 deletions
Large diffs are not rendered by default.

maven-failsafe-plugin/src/it/jetty-war-test-failing/src/test/java/basic/BasicIT.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package basic;
2-
31
/*
42
* Licensed to the Apache Software Foundation (ASF) under one
53
* or more contributor license agreements. See the NOTICE file
@@ -9,7 +7,7 @@
97
* "License"); you may not use this file except in compliance
108
* with the License. You may obtain a copy of the License at
119
*
12-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1311
*
1412
* Unless required by applicable law or agreed to in writing,
1513
* software distributed under the License is distributed on an
@@ -19,6 +17,8 @@
1917
* under the License.
2018
*/
2119

20+
package basic;
21+
2222
import java.io.IOException;
2323
import java.util.Properties;
2424

maven-failsafe-plugin/src/it/jetty-war-test-passing/src/test/java/basic/BasicIT.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
package basic;
2-
31
/*
42
* Licensed to the Apache Software Foundation (ASF) under one
53
* or more contributor license agreements. See the NOTICE file
@@ -9,7 +7,7 @@
97
* "License"); you may not use this file except in compliance
108
* with the License. You may obtain a copy of the License at
119
*
12-
* http://www.apache.org/licenses/LICENSE-2.0
10+
* http://www.apache.org/licenses/LICENSE-2.0
1311
*
1412
* Unless required by applicable law or agreed to in writing,
1513
* software distributed under the License is distributed on an
@@ -18,6 +16,7 @@
1816
* specific language governing permissions and limitations
1917
* under the License.
2018
*/
19+
package basic;
2120

2221
import java.io.IOException;
2322
import java.util.Properties;

0 commit comments

Comments
 (0)