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-validator.git


The following commit(s) were added to refs/heads/master by this push:
     new be64059  Reorganise to proposed layout standard
be64059 is described below

commit be64059580f5ef8e22dd0fc795f81915dc406ff7
Author: Sebb <s...@apache.org>
AuthorDate: Thu Aug 15 23:41:25 2019 +0100

    Reorganise to proposed layout standard
---
 pom.xml | 211 ++++++++++++++++++++++++++++++++--------------------------------
 1 file changed, 107 insertions(+), 104 deletions(-)

diff --git a/pom.xml b/pom.xml
index 16454ce..5ff1ec8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -17,12 +17,14 @@
 -->
 
 <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-validator</groupId>
   <artifactId>commons-validator</artifactId>
   <version>1.7-SNAPSHOT</version>
@@ -32,111 +34,8 @@
     It may be used standalone or with a framework like Struts.
   </description>
   <url>http://commons.apache.org/proper/commons-validator/</url>
-  <issueManagement>
-    <system>jira</system>
-    <url>http://issues.apache.org/jira/browse/VALIDATOR</url>
-  </issueManagement>
   <inceptionYear>2002</inceptionYear>
 
-  <developers>
-    <developer>
-      <name>Don Brown</name>
-      <id>mrdon</id>
-      <email>mr...@apache.org</email>
-    </developer>
-    <developer>
-      <name>Martin Cooper</name>
-      <id>martinc</id>
-      <email>mart...@apache.org</email>
-    </developer>
-    <developer>
-      <name>David Graham</name>
-      <id>dgraham</id>
-      <email>dgra...@apache.org</email>
-    </developer>
-    <developer>
-      <name>Ted Husted</name>
-      <id>husted</id>
-      <email>hus...@apache.org</email>
-    </developer>
-    <developer>
-      <name>Rob Leland</name>
-      <id>rleland</id>
-      <email>rleland at apache.org</email>
-    </developer>
-    <developer>
-      <name>Craig McClanahan</name>
-      <id>craigmcc</id>
-      <email>craig...@apache.org</email>
-    </developer>
-    <developer>
-      <name>James Mitchell</name>
-      <id>jmitchell</id>
-      <email>jmitchell NOSPAM apache.org</email>
-      <organization>EdgeTech, Inc</organization>
-    </developer>
-    <developer>
-      <name>Niall Pemberton</name>
-      <id>niallp</id>
-    </developer>
-    <developer>
-      <name>James Turner</name>
-      <id>turner</id>
-      <email>tur...@apache.org</email>
-    </developer>
-    <developer>
-      <name>David Winterfeldt</name>
-      <id>dwinterfeldt</id>
-      <email>dwinterfe...@apache.org</email>
-    </developer>
-    <developer>
-      <name>Henri Yandell</name>
-      <id>bayard</id>
-    </developer>
-    <developer>
-      <name>Ben Speakmon</name>
-      <id>bspeakmon</id>
-    </developer>
-    <developer>
-      <name>Nick Burch</name>
-      <id>nick</id>
-    </developer>
-    <developer>
-      <name>SimoneTripodi</name>
-      <id>simonetripodi</id>
-    </developer>
-    <developer>
-      <name>Benedikt Ritter</name>
-      <id>britter</id>
-    </developer>
-    <developer>
-      <name>Gary Gregory</name>
-      <id>ggregory</id>
-      <email>ggreg...@apache.org</email>
-      <url>http://www.garygregory.com</url>
-      <timezone>-5</timezone>
-    </developer>    
-  </developers>
-  <contributors>
-    <contributor>
-      <name>Makoto Uchino</name>
-    </contributor>
-  </contributors>
-
-  <scm>
-    
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-validator</connection>
-    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-validator</developerConnection>
-    <url>https://gitbox.apache.org/repos/asf/commons-validator</url>
-  </scm>
-
-  <distributionManagement>
-    <site>
-      <id>apache.website</id>
-      <name>Apache Commons Site</name>
-      
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-validator/</url>
-    </site>
-  </distributionManagement>
-
   <properties>
     <commons.componentid>validator</commons.componentid>
     <commons.module.name>org.apache.commons.validator</commons.module.name>
@@ -158,6 +57,25 @@
     <checkstyle.plugin.version>2.17</checkstyle.plugin.version>
   </properties> 
 
+  <scm>
+    
<connection>scm:git:https://gitbox.apache.org/repos/asf/commons-validator</connection>
+    
<developerConnection>scm:git:https://gitbox.apache.org/repos/asf/commons-validator</developerConnection>
+    <url>https://gitbox.apache.org/repos/asf/commons-validator</url>
+  </scm>
+
+  <issueManagement>
+    <system>jira</system>
+    <url>http://issues.apache.org/jira/browse/VALIDATOR</url>
+  </issueManagement>
+
+  <distributionManagement>
+    <site>
+      <id>apache.website</id>
+      <name>Apache Commons Site</name>
+      
<url>scm:svn:https://svn.apache.org/repos/infra/websites/production/commons/content/proper/commons-validator/</url>
+    </site>
+  </distributionManagement>
+
   <build>
     <resources>
       <resource>
@@ -365,4 +283,89 @@
     </profile>
   </profiles>
 
+  <developers>
+    <developer>
+      <name>Don Brown</name>
+      <id>mrdon</id>
+      <email>mr...@apache.org</email>
+    </developer>
+    <developer>
+      <name>Martin Cooper</name>
+      <id>martinc</id>
+      <email>mart...@apache.org</email>
+    </developer>
+    <developer>
+      <name>David Graham</name>
+      <id>dgraham</id>
+      <email>dgra...@apache.org</email>
+    </developer>
+    <developer>
+      <name>Ted Husted</name>
+      <id>husted</id>
+      <email>hus...@apache.org</email>
+    </developer>
+    <developer>
+      <name>Rob Leland</name>
+      <id>rleland</id>
+      <email>rleland at apache.org</email>
+    </developer>
+    <developer>
+      <name>Craig McClanahan</name>
+      <id>craigmcc</id>
+      <email>craig...@apache.org</email>
+    </developer>
+    <developer>
+      <name>James Mitchell</name>
+      <id>jmitchell</id>
+      <email>jmitchell NOSPAM apache.org</email>
+      <organization>EdgeTech, Inc</organization>
+    </developer>
+    <developer>
+      <name>Niall Pemberton</name>
+      <id>niallp</id>
+    </developer>
+    <developer>
+      <name>James Turner</name>
+      <id>turner</id>
+      <email>tur...@apache.org</email>
+    </developer>
+    <developer>
+      <name>David Winterfeldt</name>
+      <id>dwinterfeldt</id>
+      <email>dwinterfe...@apache.org</email>
+    </developer>
+    <developer>
+      <name>Henri Yandell</name>
+      <id>bayard</id>
+    </developer>
+    <developer>
+      <name>Ben Speakmon</name>
+      <id>bspeakmon</id>
+    </developer>
+    <developer>
+      <name>Nick Burch</name>
+      <id>nick</id>
+    </developer>
+    <developer>
+      <name>SimoneTripodi</name>
+      <id>simonetripodi</id>
+    </developer>
+    <developer>
+      <name>Benedikt Ritter</name>
+      <id>britter</id>
+    </developer>
+    <developer>
+      <name>Gary Gregory</name>
+      <id>ggregory</id>
+      <email>ggreg...@apache.org</email>
+      <url>http://www.garygregory.com</url>
+      <timezone>-5</timezone>
+    </developer>
+  </developers>
+  <contributors>
+    <contributor>
+      <name>Makoto Uchino</name>
+    </contributor>
+  </contributors>
+
 </project>

Reply via email to