Skip to content
This repository was archived by the owner on Sep 8, 2022. It is now read-only.

Commit 906efb3

Browse files
committed
[jgitflow-maven-plugin] updating poms for 3.0.0 branch with snapshot versions
1 parent 6bec80d commit 906efb3

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

examples/baseline/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
limitations under the License.
1717
#L%
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
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/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<parent>

examples/tests/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@
1717
#L%
1818
-->
1919

20-
<project xmlns="http://maven.apache.org/POM/4.0.0"
21-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
20+
<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">
2321
<modelVersion>4.0.0</modelVersion>
2422

2523
<parent>

modules/sampling/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,7 @@
88
the specific language governing permissions and limitations under the License.
99
#L% -->
1010

11-
<project xmlns="http://maven.apache.org/POM/4.0.0"
12-
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
11+
<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">
1412
<modelVersion>4.0.0</modelVersion>
1513

1614
<parent>

parent/pom.xml

+1-3
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@
1616
limitations under the License.
1717
#L%
1818
-->
19-
<project xmlns="http://maven.apache.org/POM/4.0.0"
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/xsd/maven-4.0.0.xsd">
19+
<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">
2220
<modelVersion>4.0.0</modelVersion>
2321

2422
<parent>

0 commit comments

Comments
 (0)