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

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


The following commit(s) were added to refs/heads/master by this push:
     new 866d131  remove modules' scm config sections
866d131 is described below

commit 866d131e442d5379f742d8fa89c8edb3405399b1
Author: Matt Benson <mben...@apache.org>
AuthorDate: Thu Aug 2 11:54:45 2018 -0500

    remove modules' scm config sections
---
 ant/pom.xml                       | 6 ------
 build-tools/pom.xml               | 6 ------
 dist/pom.xml                      | 6 ------
 maven-plugin/pom.xml              | 6 ------
 modules/normalizer/pom.xml        | 6 ------
 modules/pom.xml                   | 6 ------
 modules/privilizer/api/pom.xml    | 6 ------
 modules/privilizer/pom.xml        | 6 ------
 modules/privilizer/weaver/pom.xml | 5 -----
 parent/pom.xml                    | 6 ------
 processor/pom.xml                 | 6 ------
 11 files changed, 65 deletions(-)

diff --git a/ant/pom.xml b/ant/pom.xml
index 4ad1b24..9c4f5ad 100644
--- a/ant/pom.xml
+++ b/ant/pom.xml
@@ -35,12 +35,6 @@ under the License.
     <commons.osgi.import />
   </properties>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/ant</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/ant</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/build-tools/pom.xml b/build-tools/pom.xml
index d27a395..f856c89 100644
--- a/build-tools/pom.xml
+++ b/build-tools/pom.xml
@@ -28,12 +28,6 @@ under the License.
   <name>Apache Commons Weaver Build Tools</name>
   <description>Provide common setup, from 
http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/multi-module-config.html</description>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/build-tools</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/build-tools</url>
-  </scm>
-
   <build>
     <pluginManagement>
       <plugins>
diff --git a/dist/pom.xml b/dist/pom.xml
index 2927d97..91bc53a 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -33,12 +33,6 @@ under the License.
     Creates the Apache Commons Weaver multimodule distribution.
   </description>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/dist</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/dist</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/dist</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml
index d7ebb30..07b80f1 100644
--- a/maven-plugin/pom.xml
+++ b/maven-plugin/pom.xml
@@ -39,12 +39,6 @@ under the License.
     <aether.version>1.1.0</aether.version>
   </properties>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/maven-plugin</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/maven-plugin</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/maven-plugin</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/modules/normalizer/pom.xml b/modules/normalizer/pom.xml
index 9898571..9d5378e 100644
--- a/modules/normalizer/pom.xml
+++ b/modules/normalizer/pom.xml
@@ -36,12 +36,6 @@ under the License.
     collective footprint on your archive and more importantly on your JVM.
   </description>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/normalizer</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/normalizer</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/modules/pom.xml b/modules/pom.xml
index d3c87e8..127682d 100644
--- a/modules/pom.xml
+++ b/modules/pom.xml
@@ -32,12 +32,6 @@ under the License.
   <name>Apache Commons Weaver Modules aggregator project</name>
   <description>Hosts weaver modules.</description>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules</url>
-  </scm>
-
   <modules>
     <module>privilizer</module>
     <module>normalizer</module>
diff --git a/modules/privilizer/api/pom.xml b/modules/privilizer/api/pom.xml
index 14d8c1d..b694280 100644
--- a/modules/privilizer/api/pom.xml
+++ b/modules/privilizer/api/pom.xml
@@ -28,12 +28,6 @@ under the License.
   <artifactId>commons-weaver-privilizer-api</artifactId>
   <name>Apache Commons Weaver Privilizer API</name>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/api</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/api</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/api</url>
-  </scm>
-
   <build>
     <plugins>
       <plugin>
diff --git a/modules/privilizer/pom.xml b/modules/privilizer/pom.xml
index 97fddcc..af7aedc 100644
--- a/modules/privilizer/pom.xml
+++ b/modules/privilizer/pom.xml
@@ -35,12 +35,6 @@ under the License.
     Privilizer provides machinery to automate the handling of Java Security 
access controls in code.
   </description>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer</url>
-  </scm>
-
   <modules>
     <module>api</module>
     <module>weaver</module>
diff --git a/modules/privilizer/weaver/pom.xml 
b/modules/privilizer/weaver/pom.xml
index 54178f0..1119dc5 100644
--- a/modules/privilizer/weaver/pom.xml
+++ b/modules/privilizer/weaver/pom.xml
@@ -31,11 +31,6 @@ under the License.
     Implements the Apache Commons Weaver SPI for the Privilizer module.
   </description>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/weaver</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/modules/privilizer/weaver</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/modules/privilizer/weaver</url>
-  </scm>
   <dependencies>
     <dependency>
       <groupId>org.apache.commons</groupId>
diff --git a/parent/pom.xml b/parent/pom.xml
index ea3627a..00194c8 100755
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -39,12 +39,6 @@ under the License.
     <hamcrest.version>1.3</hamcrest.version>
   </properties>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/parent</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/parent</url>
-  </scm>
-
   <dependencyManagement>
     <dependencies>
       <dependency>
diff --git a/processor/pom.xml b/processor/pom.xml
index 0772486..e68d99f 100644
--- a/processor/pom.xml
+++ b/processor/pom.xml
@@ -34,12 +34,6 @@ under the License.
     available modules.
   </description>
 
-  <scm>
-    
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/weaver/trunk/processor</connection>
-    
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/weaver/trunk/processor</developerConnection>
-    
<url>http://svn.apache.org/viewvc/commons/proper/weaver/trunk/processor</url>
-  </scm>
-
   <dependencies>
     <dependency>
       <groupId>org.apache.xbean</groupId>

Reply via email to