Skip to content

Commit 3fae84d

Browse files
authored
modelVersion belongs at start
1 parent ff0e131 commit 3fae84d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@
1919
-->
2020

2121
<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/maven-v4_0_0.xsd">
22+
<modelVersion>4.0.0</modelVersion>
2223
<parent>
2324
<groupId>org.apache.commons</groupId>
2425
<artifactId>commons-parent</artifactId>
2526
<version>43</version>
2627
</parent>
27-
<modelVersion>4.0.0</modelVersion>
2828
<groupId>commons-net</groupId>
2929
<artifactId>commons-net</artifactId>
3030
<version>3.7-SNAPSHOT</version>

0 commit comments

Comments
 (0)