You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by jo...@apache.org on 2007/12/19 22:21:05 UTC

svn commit: r605706 - /commons/proper/fileupload/trunk/pom.xml

Author: jochen
Date: Wed Dec 19 13:21:04 2007
New Revision: 605706

URL: http://svn.apache.org/viewvc?rev=605706&view=rev
Log:
[maven-release-plugin] prepare release commons-fileupload-1.2.1rc1

Modified:
    commons/proper/fileupload/trunk/pom.xml

Modified: commons/proper/fileupload/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/fileupload/trunk/pom.xml?rev=605706&r1=605705&r2=605706&view=diff
==============================================================================
--- commons/proper/fileupload/trunk/pom.xml (original)
+++ commons/proper/fileupload/trunk/pom.xml Wed Dec 19 13:21:04 2007
@@ -1,24 +1,4 @@
-<?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.
--->
-<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">
+<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>
@@ -27,7 +7,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.commons.fileupload</groupId>
   <artifactId>commons-fileupload</artifactId>
-  <version>1.2.1-SNAPSHOT</version>
+  <version>1.2.1</version>
   <name>Commons FileUpload</name>
   <description>
     The FileUpload component provides a simple yet flexible means of adding support for multipart
@@ -75,19 +55,19 @@
       <name>Robert Burrell Donkin</name>
       <id>rdonkin</id>
       <email>rdonkin@apache.org</email>
-      <organization/>
+      <organization />
     </developer>
     <developer>
       <name>Sean C. Sullivan</name>
       <id>sullis</id>
       <email>sean |at| seansullivan |dot| com</email>
-      <organization/>
+      <organization />
     </developer>
     <developer>
       <name>Jochen Wiedmann</name>
       <id>jochen</id>
       <email>jochen.wiedmann@gmail.com</email>
-      <organization/>
+      <organization />
     </developer>
   </developers>
 
@@ -119,9 +99,9 @@
   </contributors>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/fileupload/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/fileupload/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/fileupload/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.2.1rc1</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/fileupload/tags/commons-fileupload-1.2.1rc1</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/fileupload/tags/commons-fileupload-1.2.1rc1</url>
   </scm>
   <properties>
     <maven.compile.source>1.3</maven.compile.source>
@@ -243,4 +223,4 @@
       </build>
     </profile>
   </profiles>
-</project>
+</project>
\ No newline at end of file