Author: niallp Date: Sun Mar 2 17:50:19 2008 New Revision: 632918 URL: http://svn.apache.org/viewvc?rev=632918&view=rev Log: Step 2) in making the trunk and branch consistent so that its easier to port changes: - same license header format - put initial elements in same order
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=632918&r1=632917&r2=632918&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:50:19 2008 @@ -1,41 +1,44 @@ -<?xml version="1.0"?> +<?xml version="1.0" encoding="UTF-8"?> <!-- -Licensed to the Apache Software Foundation (ASF) under one or more -contributor license agreements. See the NOTICE file distributed with -this work for additional information regarding copyright ownership. -The ASF licenses this file to You under the Apache License, Version 2.0 -(the "License"); you may not use this file except in compliance with -the License. You may obtain a copy of the License at - -http://www.apache.org/licenses/LICENSE-2.0 - -Unless required by applicable law or agreed to in writing, software -distributed under the License is distributed on an "AS IS" BASIS, -WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. -See the License for the specific language governing permissions and -limitations under the License. + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. --> -<project> - <modelVersion>4.0.0</modelVersion> - - <name>Commons Net</name> - <groupId>commons-net</groupId> - <artifactId>commons-net</artifactId> - <version>2.0.0-SNAPSHOT</version> - <inceptionYear>1997</inceptionYear> - <description>Commons Net</description> +<project xmlns="http://maven.apache.org/POM/4.0.0" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <groupId>org.apache.commons</groupId> <artifactId>commons-parent</artifactId> <version>7</version> </parent> - - <url>http://jakarta.apache.org/commons/net/</url> - + <modelVersion>4.0.0</modelVersion> + <packaging>bundle</packaging> + <groupId>commons-net</groupId> + <artifactId>commons-net</artifactId> + <version>2.0.0-SNAPSHOT</version> + <name>Commons Net</name> + <description> + A collection of network utilities and protocol implementations. + </description> + <url>http://commons.apache.org/net/</url> <issueManagement> - <url>https://issues.apache.org/jira/browse/NET</url> + <system>jira</system> + <url>http://issues.apache.org/jira/browse/NET</url> </issueManagement> + <inceptionYear>1997</inceptionYear> <distributionManagement> <site> @@ -79,7 +82,7 @@ <id>dfs</id> <email>dfs -> apache.org</email> <organization> - <a href="http://www.savarese.com/">Savarese Software Research</a> + <a href="http://www.savarese.com/">Savarese Software Research</a> </organization> </developer> <developer>