You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ws.apache.org by dk...@apache.org on 2019/10/31 19:52:03 UTC

[ws-neethi] branch master updated: Update the distribution management stuff for new git repo location

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

dkulp pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ws-neethi.git


The following commit(s) were added to refs/heads/master by this push:
     new 182f1df  Update the distribution management stuff for new git repo location
182f1df is described below

commit 182f1df4d55a63414fffa9a9ca61fc43660ce25c
Author: Daniel Kulp <dk...@apache.org>
AuthorDate: Thu Oct 31 15:51:34 2019 -0400

    Update the distribution management stuff for new git repo location
---
 pom.xml | 19 ++++---------------
 1 file changed, 4 insertions(+), 15 deletions(-)

diff --git a/pom.xml b/pom.xml
index defe3a3..26755cc 100644
--- a/pom.xml
+++ b/pom.xml
@@ -35,9 +35,7 @@
     <issueManagement>
         <url>https://issues.apache.org/jira/browse/NEETHI</url>
     </issueManagement>
-    <prerequisites>
-        <maven>3.0</maven>
-    </prerequisites>
+
     <mailingLists>
         <mailingList>
             <name>WS Developers</name>
@@ -99,9 +97,9 @@
         </license>
     </licenses>
     <scm>
-        <connection>scm:svn:https://svn.apache.org/repos/asf/webservices/neethi/trunk</connection>
-        <developerConnection>scm:svn:https://svn.apache.org/repos/asf/webservices/neethi/trunk</developerConnection>
-        <url>https://svn.apache.org/viewcvs.cgi/webservices/neethi/trunk</url>
+        <connection>scm:git:https://gitbox.apache.org/repos/asf/ws-neethi.git</connection>
+        <developerConnection>scm:git:https://gitbox.apache.org/repos/asf/ws-neethi.git</developerConnection>
+        <url>https://gitbox.apache.org/repos/asf?p=ws-neethi.git;a=summary</url>
     </scm>
     <organization>
         <name>The Apache Software Foundation</name>
@@ -241,15 +239,6 @@
 	</pluginManagement>
     </build>
     <profiles>
-      <profile>
-	<id>maven-3</id>
-	<activation>
-	  <file>
-	    <!-- This employs that the basedir expression is only recognized by Maven 3.x (see MNG-2363) -->
-	    <exists>${basedir}</exists>
-	  </file>
-	</activation>
-      </profile>
         <profile>
             <id>release</id>
             <activation>