Skip to content

Commit

Permalink
remove modules' scm config sections
Browse files Browse the repository at this point in the history
  • Loading branch information
mbenson committed Aug 2, 2018
1 parent d5a70a4 commit 866d131
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 65 deletions.
6 changes: 0 additions & 6 deletions ant/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions build-tools/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions dist/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions maven-plugin/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions modules/normalizer/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions modules/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions modules/privilizer/api/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions modules/privilizer/pom.xml
Expand Up @@ -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>
Expand Down
5 changes: 0 additions & 5 deletions modules/privilizer/weaver/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions parent/pom.xml
Expand Up @@ -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>
Expand Down
6 changes: 0 additions & 6 deletions processor/pom.xml
Expand Up @@ -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>
Expand Down

0 comments on commit 866d131

Please sign in to comment.