Author: bimargulies
Date: Fri Apr 29 12:34:57 2011
New Revision: 1097787

URL: http://svn.apache.org/viewvc?rev=1097787&view=rev
Log:
[maven-release-plugin] rollback the release of mahout-0.5-RC-1

Modified:
    mahout/trunk/buildtools/pom.xml
    mahout/trunk/core/pom.xml
    mahout/trunk/distribution/pom.xml
    mahout/trunk/eclipse/pom.xml
    mahout/trunk/examples/pom.xml
    mahout/trunk/math/pom.xml
    mahout/trunk/pom.xml
    mahout/trunk/taste-web/pom.xml
    mahout/trunk/utils/pom.xml

Modified: mahout/trunk/buildtools/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/buildtools/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/buildtools/pom.xml (original)
+++ mahout/trunk/buildtools/pom.xml Fri Apr 29 12:34:57 2011
@@ -17,7 +17,9 @@
  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";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>

Modified: mahout/trunk/core/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/core/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/core/pom.xml (original)
+++ mahout/trunk/core/pom.xml Fri Apr 29 12:34:57 2011
@@ -17,7 +17,9 @@
  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";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -54,7 +56,8 @@
             <phase>compile</phase>
             <configuration>
               <tasks>
-                <copy file="../src/conf/driver.classes.props" 
tofile="${project.build.directory}/classes/driver.classes.default.props" />
+                <copy file="../src/conf/driver.classes.props"
+                      
tofile="${project.build.directory}/classes/driver.classes.default.props"/>
               </tasks>
 
             </configuration>

Modified: mahout/trunk/distribution/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/distribution/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/distribution/pom.xml (original)
+++ mahout/trunk/distribution/pom.xml Fri Apr 29 12:34:57 2011
@@ -15,7 +15,9 @@
  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";>
   <modelVersion>4.0.0</modelVersion>
   <parent>
     <groupId>org.apache.mahout</groupId>

Modified: mahout/trunk/eclipse/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/eclipse/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/eclipse/pom.xml (original)
+++ mahout/trunk/eclipse/pom.xml Fri Apr 29 12:34:57 2011
@@ -15,7 +15,8 @@
  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";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -79,7 +80,7 @@
                 <configuration>
                   <tasks>
                     <ant antfile="${basedir}/setup-eclipse-workspace.xml">
-                      <target name="main" />
+                      <target name="main"/>
                     </ant>
                   </tasks>
                 </configuration>

Modified: mahout/trunk/examples/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/examples/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/examples/pom.xml (original)
+++ mahout/trunk/examples/pom.xml Fri Apr 29 12:34:57 2011
@@ -17,7 +17,9 @@
  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";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>
@@ -73,8 +75,8 @@
             <configuration>
               <tasks>
                 <ant antfile="build.xml" target="build-grouplens-jar">
-                  <property name="dest" value="${project.build.directory}" />
-                  <property name="examples-base" value="src/main/java" />
+                  <property name="dest" value="${project.build.directory}"/>
+                  <property name="examples-base" value="src/main/java"/>
                 </ant>
               </tasks>
 

Modified: mahout/trunk/math/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/math/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/math/pom.xml (original)
+++ mahout/trunk/math/pom.xml Fri Apr 29 12:34:57 2011
@@ -17,7 +17,9 @@
  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";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>

Modified: mahout/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/pom.xml (original)
+++ mahout/trunk/pom.xml Fri Apr 29 12:34:57 2011
@@ -16,7 +16,9 @@
  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";>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.mahout</groupId>
   <artifactId>mahout</artifactId>

Modified: mahout/trunk/taste-web/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/taste-web/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/taste-web/pom.xml (original)
+++ mahout/trunk/taste-web/pom.xml Fri Apr 29 12:34:57 2011
@@ -17,7 +17,9 @@
  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";>
 
   <modelVersion>4.0.0</modelVersion>
 

Modified: mahout/trunk/utils/pom.xml
URL: 
http://svn.apache.org/viewvc/mahout/trunk/utils/pom.xml?rev=1097787&r1=1097786&r2=1097787&view=diff
==============================================================================
--- mahout/trunk/utils/pom.xml (original)
+++ mahout/trunk/utils/pom.xml Fri Apr 29 12:34:57 2011
@@ -17,7 +17,9 @@
  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";>
   <modelVersion>4.0.0</modelVersion>
 
   <parent>


Reply via email to