Author: bstansberry(a)jboss.com
Date: 2008-11-04 12:24:50 -0500 (Tue, 04 Nov 2008)
New Revision: 2052
Modified:
trunk/mod_cluster/pom.xml
Log:
Revert unsuccessful beta1 mvn release:prepare
Modified: trunk/mod_cluster/pom.xml
===================================================================
--- trunk/mod_cluster/pom.xml 2008-11-04 17:16:00 UTC (rev 2051)
+++ trunk/mod_cluster/pom.xml 2008-11-04 17:24:50 UTC (rev 2052)
@@ -1,3 +1,4 @@
+<?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>
@@ -9,14 +10,13 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.jboss.native</groupId>
<artifactId>mod-cluster</artifactId>
- <version>1.0.0.Beta1</version>
- <name />
- <description />
- <url />
+ <version>1.0.0-SNAPSHOT</version>
+ <name></name>
+ <description></description>
+ <url></url>
<scm>
-
<
connection>scm:svn:https://svn.jboss.org/repos/jbossnative/tags/mod_cl...
-
<
developerConnection>scm:svn:https://svn.jboss.org/repos/jbossnative/ta...
+
<
connection>scm:svn:https://svn.jboss.org/repos/jbossnative/trunk/mod_c...
</scm>
<build>
@@ -366,8 +366,8 @@
<!-- Create the JBossWeb-Tomcat install structure -->
<ant antfile="build-jbossweb.xml"
target="all">
- <property name="mod-cluster.jar.name"
value="${project.build.finalName}" />
- </ant>ant>
+ <property name="mod-cluster.jar.name"
value="${project.build.finalName}"/>
+ </ant>
<!-- Execute the demo that require httpd -->
<!--ant antfile="build-demo.xml"
target="run-demo" /-->
@@ -400,4 +400,4 @@
</build>
</profile>
</profiles>
-</project>
\ No newline at end of file
+</project>