Skip to content

Commit 80cbc93

Browse files
terrytluApache9
authored andcommitted
HBASE-27979 some syntax errors detected by IDEA in pom.xml (#5327)
Signed-off-by: Duo Zhang <zhangduo@apache.org> (cherry picked from commit 36c158f)
1 parent 438b591 commit 80cbc93

File tree

49 files changed

+60
-60
lines changed

Some content is hidden

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

49 files changed

+60
-60
lines changed

hbase-annotations/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase</artifactId>
2626
<version>${revision}</version>
27-
<relativePath>..</relativePath>
27+
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>hbase-annotations</artifactId>

hbase-archetypes/hbase-archetype-builder/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one
@@ -25,7 +25,7 @@
2525
<groupId>org.apache.hbase</groupId>
2626
<artifactId>hbase-archetypes</artifactId>
2727
<version>${revision}</version>
28-
<relativePath>..</relativePath>
28+
<relativePath>../pom.xml</relativePath>
2929
</parent>
3030

3131
<artifactId>hbase-archetype-builder</artifactId>

hbase-archetypes/hbase-client-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-archetypes</artifactId>
2626
<version>${revision}</version>
27-
<relativePath>..</relativePath>
27+
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>hbase-client-project</artifactId>
3030
<packaging>jar</packaging>

hbase-archetypes/hbase-shaded-client-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase-archetypes</artifactId>
2626
<version>${revision}</version>
27-
<relativePath>..</relativePath>
27+
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929
<artifactId>hbase-shaded-client-project</artifactId>
3030
<packaging>jar</packaging>

hbase-archetypes/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one

hbase-assembly/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one

hbase-asyncfs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one

hbase-backup/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one

hbase-build-configuration/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one
@@ -24,7 +24,7 @@
2424
<groupId>org.apache.hbase</groupId>
2525
<artifactId>hbase</artifactId>
2626
<version>${revision}</version>
27-
<relativePath>..</relativePath>
27+
<relativePath>../pom.xml</relativePath>
2828
</parent>
2929

3030
<artifactId>hbase-build-configuration</artifactId>

hbase-checkstyle/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<project xmlns="https://maven.apache.org/POM/4.0.0" xmlns:xsi="https://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="https://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
2+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
33
<!--
44
/**
55
* Licensed to the Apache Software Foundation (ASF) under one
@@ -26,7 +26,7 @@
2626
<groupId>org.apache.hbase</groupId>
2727
<artifactId>hbase</artifactId>
2828
<version>${revision}</version>
29-
<relativePath>..</relativePath>
29+
<relativePath>../pom.xml</relativePath>
3030
</parent>
3131
<groupId>org.apache.hbase</groupId>
3232
<artifactId>hbase-checkstyle</artifactId>

0 commit comments

Comments
 (0)