mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-25 20:18:31 +00:00
[maven-release-plugin] prepare release COLLECTIONS_3_3
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@776991 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
b97f293f22
commit
b12f9d60a2
42
pom.xml
42
pom.xml
@ -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>
|
Loading…
x
Reference in New Issue
Block a user