File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 18
18
<project
19
19
xmlns =" http://maven.apache.org/POM/4.0.0"
20
20
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
21
- xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 http ://maven.apache.org/maven-v4_0_0.xsd" >
21
+ xsi : schemaLocation =" http://maven.apache.org/POM/4.0.0 https ://maven.apache.org/maven-v4_0_0.xsd" >
22
22
<parent >
23
23
<groupId >org.apache.commons</groupId >
24
24
<artifactId >commons-parent</artifactId >
Original file line number Diff line number Diff line change 16
16
-->
17
17
<assembly xmlns =" http://maven.apache.org/ASSEMBLY/2.2.0"
18
18
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.2.0 http ://maven.apache.org/xsd/assembly-2.2.0.xsd" >
19
+ xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.2.0 https ://maven.apache.org/xsd/assembly-2.2.0.xsd" >
20
20
<id >bin</id >
21
21
<formats >
22
22
<format >tar.gz</format >
Original file line number Diff line number Diff line change 16
16
-->
17
17
<assembly xmlns =" http://maven.apache.org/ASSEMBLY/2.2.0"
18
18
xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.2.0 http ://maven.apache.org/xsd/assembly-2.2.0.xsd" >
19
+ xsi : schemaLocation =" http://maven.apache.org/ASSEMBLY/2.2.0 https ://maven.apache.org/xsd/assembly-2.2.0.xsd" >
20
20
<id >src</id >
21
21
<formats >
22
22
<format >tar.gz</format >
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
16
16
limitations under the License.
17
17
-->
18
18
<ruleset name =" mybraces" xmlns =" http://pmd.sourceforge.net/ruleset/2.0.0" xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
19
- xsi : schemaLocation =" http://pmd.sourceforge.net/ruleset/2.0.0 http ://pmd.sourceforge.net/ruleset_2_0_0.xsd" >
19
+ xsi : schemaLocation =" http://pmd.sourceforge.net/ruleset/2.0.0 https ://pmd.sourceforge.net/ruleset_2_0_0.xsd" >
20
20
<description >Excludes from default PMD rules.</description >
21
21
<rule ref =" category/java/errorprone.xml/EmptyCatchBlock" >
22
22
<properties >
You can’t perform that action at this time.
0 commit comments