[seam-commits] Seam SVN: r12170 - in modules/remoting/trunk: core and 2 other directories.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Wed Mar 10 19:28:32 EST 2010


Author: shane.bryzak at jboss.com
Date: 2010-03-10 19:28:31 -0500 (Wed, 10 Mar 2010)
New Revision: 12170

Modified:
   modules/remoting/trunk/core/pom.xml
   modules/remoting/trunk/docs/pom.xml
   modules/remoting/trunk/examples/model/pom.xml
   modules/remoting/trunk/pom.xml
Log:
[maven-release-plugin] rollback the release of 3.0.0-Beta1

Modified: modules/remoting/trunk/core/pom.xml
===================================================================
--- modules/remoting/trunk/core/pom.xml	2010-03-11 00:21:08 UTC (rev 12169)
+++ modules/remoting/trunk/core/pom.xml	2010-03-11 00:28:31 UTC (rev 12170)
@@ -1,4 +1,5 @@
-<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">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>

Modified: modules/remoting/trunk/docs/pom.xml
===================================================================
--- modules/remoting/trunk/docs/pom.xml	2010-03-11 00:21:08 UTC (rev 12169)
+++ modules/remoting/trunk/docs/pom.xml	2010-03-11 00:28:31 UTC (rev 12170)
@@ -1,4 +1,5 @@
-<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">
+<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">
    <modelVersion>4.0.0</modelVersion>
    
    <parent>

Modified: modules/remoting/trunk/examples/model/pom.xml
===================================================================
--- modules/remoting/trunk/examples/model/pom.xml	2010-03-11 00:21:08 UTC (rev 12169)
+++ modules/remoting/trunk/examples/model/pom.xml	2010-03-11 00:28:31 UTC (rev 12170)
@@ -5,7 +5,7 @@
    <groupId>org.jboss.seam.remoting</groupId>
    <artifactId>seam-remoting-model-example</artifactId>
    <packaging>war</packaging>
-   <version>3.0.0-SNAPSHOT</version>
+   <version>1.0.0-SNAPSHOT</version>
    <name>Seam Remoting Model Example</name>
    
    <dependencies>

Modified: modules/remoting/trunk/pom.xml
===================================================================
--- modules/remoting/trunk/pom.xml	2010-03-11 00:21:08 UTC (rev 12169)
+++ modules/remoting/trunk/pom.xml	2010-03-11 00:28:31 UTC (rev 12170)
@@ -1,4 +1,7 @@
-<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">
+<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">
    <modelVersion>4.0.0</modelVersion>
 
    <parent>



More information about the seam-commits mailing list