Author: pferraro
Date: 2009-02-13 10:29:07 -0500 (Fri, 13 Feb 2009)
New Revision: 2291
Modified:
trunk/mod_cluster/pom.xml
Log:
[maven-release-plugin] prepare release 1.0.0.Beta4
Modified: trunk/mod_cluster/pom.xml
===================================================================
--- trunk/mod_cluster/pom.xml 2009-02-13 15:16:22 UTC (rev 2290)
+++ trunk/mod_cluster/pom.xml 2009-02-13 15:29:07 UTC (rev 2291)
@@ -1,4 +1,3 @@
-<?xml version="1.0" encoding="UTF-8"?>
<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/xsd/maven-4.0.0.xsd">
<parent>
<groupId>org.jboss</groupId>
@@ -9,15 +8,15 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.native</groupId>
<artifactId>mod-cluster</artifactId>
- <version>1.0.0-SNAPSHOT</version>
+ <version>1.0.0.Beta4</version>
<name>mod_cluster</name>
- <description></description>
+ <description />
<
url>http://jboss.org/mod_cluster</url>
<scm>
-
<
connection>scm:svn:https://svn.jboss.org/repos/jbossnative/trunk/mod_c...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/labs/labs/jbos...
+
<
connection>scm:svn:https://svn.jboss.org/repos/jbossnative/tags/mod_cl...
+
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossnative/ta...
</scm>
<build>
@@ -291,7 +290,7 @@
<!-- Execute the Test Build -->
<ant antfile="build-test.xml" target="main"
/>
- <ant antfile="build-test.xml"
target="tests-apache-integration"/>
+ <ant antfile="build-test.xml"
target="tests-apache-integration" />
<!-- Execute the integration tests that require httpd -->
<!--ant antfile="build-test.xml"
target="tests-clustering-unit" /-->