Author: simonetripodi
Date: Thu Oct 20 17:19:06 2011
New Revision: 1186937
URL: http://svn.apache.org/viewvc?rev=1186937&view=rev
Log:
[maven-release-plugin] prepare release FUNCTOR_1_0_RC1
Modified:
commons/proper/functor/trunk/pom.xml
Modified: commons/proper/functor/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/commons/proper/functor/trunk/pom.xml?rev=1186937&r1=1186936&r2=1186937&view=diff
==============================================================================
--- commons/proper/functor/trunk/pom.xml (original)
+++ commons/proper/functor/trunk/pom.xml Thu Oct 20 17:19:06 2011
@@ -15,10 +15,7 @@
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 +24,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.commons</groupId>
<artifactId>commons-functor</artifactId>
- <version>1.0-SNAPSHOT</version>
+ <version>1.0</version>
<name>Commons Functor</name>
<inceptionYear>2003</inceptionYear>
<description>
@@ -43,9 +40,9 @@
</issueManagement>
<scm>
-
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/functor/trunk/</connection>
-
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/functor/trunk/</developerConnection>
- <url>http://svn.apache.org/viewvc/commons/proper/functor/trunk/</url>
+
<connection>scm:svn:http://svn.apache.org/repos/asf/commons/proper/functor/tags/FUNCTOR_1_0_RC1</connection>
+
<developerConnection>scm:svn:https://svn.apache.org/repos/asf/commons/proper/functor/tags/FUNCTOR_1_0_RC1</developerConnection>
+
<url>http://svn.apache.org/viewvc/commons/proper/functor/tags/FUNCTOR_1_0_RC1</url>
</scm>
<developers>