You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2019/08/15 16:28:59 UTC

[commons-net] branch master updated: modelVersion belongs at start

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-net.git


The following commit(s) were added to refs/heads/master by this push:
     new 3fae84d  modelVersion belongs at start
3fae84d is described below

commit 3fae84d33bf407d2bd65bb19e3760eb6ef0b8379
Author: sebbASF <se...@users.noreply.github.com>
AuthorDate: Thu Aug 15 17:28:55 2019 +0100

    modelVersion belongs at start
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0dacbac..bda0735 100644
--- a/pom.xml
+++ b/pom.xml
@@ -19,12 +19,12 @@
 -->
 
 <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">
+    <modelVersion>4.0.0</modelVersion>
     <parent>
         <groupId>org.apache.commons</groupId>
         <artifactId>commons-parent</artifactId>
         <version>43</version>
     </parent>
-    <modelVersion>4.0.0</modelVersion>
     <groupId>commons-net</groupId>
     <artifactId>commons-net</artifactId>
     <version>3.7-SNAPSHOT</version>