Author: niallp Date: Sun Mar 2 17:58:44 2008 New Revision: 632920 URL: http://svn.apache.org/viewvc?rev=632920&view=rev Log: move position of <scm> and <dependencies> elements step 3) in making the trunk and branch consistent so that its easier to port changes
Modified: commons/proper/net/branches/NET_2_0/pom.xml Modified: commons/proper/net/branches/NET_2_0/pom.xml URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/pom.xml?rev=632920&r1=632919&r2=632920&view=diff ============================================================================== --- commons/proper/net/branches/NET_2_0/pom.xml (original) +++ commons/proper/net/branches/NET_2_0/pom.xml Sun Mar 2 17:58:44 2008 @@ -39,6 +39,11 @@ <url>http://issues.apache.org/jira/browse/NET</url> </issueManagement> <inceptionYear>1997</inceptionYear> + <scm> + <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</connection> + <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</developerConnection> + <url>http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0</url> + </scm> <distributionManagement> <site> @@ -49,15 +54,6 @@ </distributionManagement> - <dependencies> - <dependency> - <groupId>junit</groupId> - <artifactId>junit</artifactId> - <version>3.8.1</version> - <scope>test</scope> - </dependency> - </dependencies> - <developers> <developer> <name>Jeffrey D. Brekke</name> @@ -117,11 +113,14 @@ </contributor> </contributors> - <scm> - <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</connection> - <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/net/branches/NET_2_0</developerConnection> - <url>http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0</url> - </scm> + <dependencies> + <dependency> + <groupId>junit</groupId> + <artifactId>junit</artifactId> + <version>3.8.1</version> + <scope>test</scope> + </dependency> + </dependencies> <properties> <maven.compile.source>1.5</maven.compile.source> @@ -237,4 +236,3 @@ </reporting> </project> -