You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hc.apache.org by gg...@apache.org on 2016/11/20 16:31:57 UTC

svn commit: r1770572 - /httpcomponents/project/trunk/pom.xml

Author: ggregory
Date: Sun Nov 20 16:31:56 2016
New Revision: 1770572

URL: http://svn.apache.org/viewvc?rev=1770572&view=rev
Log:
Order elements: GroupID, then ArtifactID.

Modified:
    httpcomponents/project/trunk/pom.xml

Modified: httpcomponents/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/httpcomponents/project/trunk/pom.xml?rev=1770572&r1=1770571&r2=1770572&view=diff
==============================================================================
--- httpcomponents/project/trunk/pom.xml (original)
+++ httpcomponents/project/trunk/pom.xml Sun Nov 20 16:31:56 2016
@@ -600,8 +600,8 @@ Fixed JIRA link
           <version>3.2.0</version>
         </plugin>
         <plugin>
-          <artifactId>maven-notice-plugin</artifactId>
           <groupId>org.apache.httpcomponents</groupId>
+          <artifactId>maven-notice-plugin</artifactId>
           <version>0.0.2</version>
           <executions>
             <execution>