Browse Source

Remove outdated scm information from pom.xml.

3.0.x
Luke Taylor 16 years ago
parent
commit
5ac106808e
  1. 17
      pom.xml

17
pom.xml

@ -37,13 +37,6 @@ @@ -37,13 +37,6 @@
</license>
</licenses>
<!-- Note when doing releases: tagBase is set in release plugin configuration below -->
<scm>
<connection>scm:svn:https://src.springframework.org/svn/spring-security/trunk</connection>
<developerConnection>scm:svn:https://src.springframework.org/svn/spring-security/trunk</developerConnection>
<url>https://src.springframework.org/svn/spring-security/trunk</url>
</scm>
<issueManagement>
<system>jira</system>
<url>http://jira.springframework.org/browse/SEC</url>
@ -399,16 +392,6 @@ @@ -399,16 +392,6 @@
<artifactId>maven-deploy-plugin</artifactId>
<version>2.3</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-release-plugin</artifactId>
<version>2.0-beta-9</version>
<configuration>
<tagBase>
https://src.springframework.org/svn/spring-security/tags
</tagBase>
</configuration>
</plugin>
<!-- IDE -->
<plugin>
<groupId>org.apache.maven.plugins</groupId>

Loading…
Cancel
Save