You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ba...@apache.org on 2009/05/21 09:41:26 UTC

svn commit: r776991 - /commons/proper/collections/trunk/pom.xml

Author: bayard
Date: Thu May 21 07:41:26 2009
New Revision: 776991

URL: http://svn.apache.org/viewvc?rev=776991&view=rev
Log:
[maven-release-plugin] prepare release COLLECTIONS_3_3

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

Modified: commons/proper/collections/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/collections/trunk/pom.xml?rev=776991&r1=776990&r2=776991&view=diff
==============================================================================
--- commons/proper/collections/trunk/pom.xml (original)
+++ commons/proper/collections/trunk/pom.xml Thu May 21 07:41:26 2009
@@ -1,24 +1,4 @@
-<?xml version="1.0"?>
-<!--
-   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 collectionsuage 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>commons-collections</groupId>
   <artifactId>commons-collections</artifactId>
-  <version>3.3-SNAPSHOT</version>
+  <version>3.3</version>
   <name>Commons Collections</name>
 
   <inceptionYear>2001</inceptionYear>
@@ -41,9 +21,9 @@
   </issueManagement>
 
   <scm>
-    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/trunk</connection>
-    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/trunk</developerConnection>
-    <url>http://svn.apache.org/viewvc/commons/proper/collections/trunk</url>
+    <connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/collections/tags/COLLECTIONS_3_3</connection>
+    <developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/collections/tags/COLLECTIONS_3_3</developerConnection>
+    <url>http://svn.apache.org/viewvc/commons/proper/collections/tags/COLLECTIONS_3_3</url>
   </scm>
 
   <developers>
@@ -400,11 +380,11 @@
               <configuration>
                 <tasks>
                   <ant antfile="build-testframework.xml" target="jar">
-                    <property name="component.version"    value="${project.version}"/>
-                    <property name="test.classes"         value="${project.build.directory}/test-classes"/>
-                    <property name="dist.home"            value="${project.build.directory}"/>
-                    <property name="maven.compile.source" value="${maven.compile.source}"/>
-                    <property name="maven.compile.target" value="${maven.compile.target}"/>
+                    <property name="component.version" value="${project.version}" />
+                    <property name="test.classes" value="${project.build.directory}/test-classes" />
+                    <property name="dist.home" value="${project.build.directory}" />
+                    <property name="maven.compile.source" value="${maven.compile.source}" />
+                    <property name="maven.compile.target" value="${maven.compile.target}" />
                   </ant>
                 </tasks>
               </configuration>
@@ -480,4 +460,4 @@
     </plugins>
   </reporting>
 
-</project>
+</project>
\ No newline at end of file