Author: niallp
Date: Sun Mar 9 03:45:50 2008
New Revision: 635214
URL: http://svn.apache.org/viewvc?rev=635214&view=rev
Log:
[maven-release-plugin] prepare release commons-parent-9
Modified:
commons/proper/commons-parent/trunk/pom.xml
Modified: commons/proper/commons-parent/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk/pom.xml?rev=635214&r1=635213&r2=635214&view=diff
==============================================================================
--- commons/proper/commons-parent/trunk/pom.xml (original)
+++ commons/proper/commons-parent/trunk/pom.xml Sun Mar 9 03:45:50 2008
@@ -1,22 +1,3 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
-<!--
-
- 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 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">
<modelVersion>4.0.0</modelVersion>
<parent>
@@ -28,7 +9,7 @@
<artifactId>commons-parent</artifactId>
<packaging>pom</packaging>
<!-- TODO: dummy version. In Maven 2.1, this will be auto-versioned being a
generic parent -->
- <version>9-SNAPSHOT</version>
+ <version>9</version>
<name>Commons Parent</name>
<url>http://commons.apache.org/</url>
<inceptionYear>2001</inceptionYear>
@@ -65,9 +46,9 @@
a release of the commons-parent POM.
-->
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/commons-parent/trunk</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-9</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/commons-parent/tags/commons-parent-9</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/proper/commons-parent/tags/commons-parent-9</url>
</scm>
<mailingLists>
@@ -561,8 +542,8 @@
<commons.osgi.symbolicName>org.apache.commons.${commons.componentid}</commons.osgi.symbolicName>
<commons.osgi.export>org.apache.commons.*;version=${pom.version}</commons.osgi.export>
<commons.osgi.import>*</commons.osgi.import>
- <commons.osgi.dynamicImport></commons.osgi.dynamicImport>
- <commons.osgi.private></commons.osgi.private>
+ <commons.osgi.dynamicImport />
+ <commons.osgi.private />
<!-- location of any manifest file used by maven-jar-plugin -->
<commons.manifestfile>target/osgi/MANIFEST.MF</commons.manifestfile>
@@ -583,4 +564,4 @@
</properties>
-</project>
+</project>
\ No newline at end of file