You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by es...@apache.org on 2007/03/21 02:37:36 UTC

svn commit: r520695 - in /portals/pluto/branches/pluto-1.1.x: ./ assembly/ maven-pluto-plugin/ pluto-ant-tasks/ pluto-container/ pluto-descriptor-api/ pluto-descriptor-impl/ pluto-portal-driver-impl/ pluto-portal-driver/ pluto-portal/ pluto-site/ pluto...

Author: esm
Date: Tue Mar 20 18:37:35 2007
New Revision: 520695

URL: http://svn.apache.org/viewvc?view=rev&rev=520695
Log:
Reversing release. The site deploy is haning on minotaur.apache.org.  Replacing minotaur.apache.org with people.apache.org.

Modified:
    portals/pluto/branches/pluto-1.1.x/assembly/pom.xml
    portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-portal-driver-impl/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-portal/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-site/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-taglib/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-testsuite/pom.xml
    portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml
    portals/pluto/branches/pluto-1.1.x/pom.xml

Modified: portals/pluto/branches/pluto-1.1.x/assembly/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/assembly/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/assembly/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/assembly/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>pluto</artifactId>
     <groupId>org.apache.pluto</groupId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/maven-pluto-plugin/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.pluto</groupId>
     <artifactId>pluto</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>maven-pluto-plugin</artifactId> 

Modified: portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-ant-tasks/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.pluto</groupId>
     <artifactId>pluto</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>pluto-ant-tasks</artifactId> 

Modified: portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-container/pom.xml Tue Mar 20 18:37:35 2007
@@ -1,9 +1,10 @@
-<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.pluto</groupId>
     <artifactId>pluto</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-descriptor-api/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.pluto</groupId>
     <artifactId>pluto</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-descriptor-impl/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.pluto</groupId>
     <artifactId>pluto</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   
   <modelVersion>4.0.0</modelVersion>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-portal-driver-impl/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-portal-driver-impl/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-portal-driver-impl/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-portal-driver-impl/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.pluto</groupId>
         <artifactId>pluto</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pluto-portal-driver-impl</artifactId>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-portal-driver/pom.xml Tue Mar 20 18:37:35 2007
@@ -1,9 +1,10 @@
-<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.pluto</groupId>
     <artifactId>pluto</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>pluto-portal-driver</artifactId>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-portal/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-portal/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-portal/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-portal/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.pluto</groupId>
     <artifactId>pluto</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
 
   <modelVersion>4.0.0</modelVersion>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-site/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-site/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-site/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-site/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
     <parent>
         <artifactId>pluto</artifactId>
         <groupId>org.apache.pluto</groupId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
 
     <modelVersion>4.0.0</modelVersion>
@@ -16,7 +16,7 @@
     <distributionManagement>
         <site>
             <id>website</id>
-            <url>scp://minotaur.apache.org/www/portals.apache.org/pluto</url>
+            <url>scp://people.apache.org/www/portals.apache.org/pluto</url>
         </site>
     </distributionManagement>
 

Modified: portals/pluto/branches/pluto-1.1.x/pluto-taglib/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-taglib/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-taglib/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-taglib/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
     <parent>
         <groupId>org.apache.pluto</groupId>
         <artifactId>pluto</artifactId>
-        <version>1.1.3-SNAPSHOT</version>
+        <version>1.1.2-SNAPSHOT</version>
     </parent>
     <modelVersion>4.0.0</modelVersion>
     <artifactId>pluto-taglib</artifactId>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-testsuite/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-testsuite/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-testsuite/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-testsuite/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
   <parent>
     <groupId>org.apache.pluto</groupId>
     <artifactId>pluto</artifactId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>pluto-testsuite</artifactId>

Modified: portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pluto-util/pom.xml Tue Mar 20 18:37:35 2007
@@ -3,7 +3,7 @@
   <parent>
     <artifactId>pluto</artifactId>
     <groupId>org.apache.pluto</groupId>
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>pluto-util</artifactId>
@@ -31,7 +31,7 @@
       <groupId>commons-cli</groupId>
       <artifactId>commons-cli</artifactId>
       <version>${commons-cli.version}</version>
-    </dependency>
+    </dependency>
     <dependency>
       <groupId>commons-digester</groupId>
       <artifactId>commons-digester</artifactId>
@@ -46,12 +46,12 @@
       <groupId>commons-io</groupId>
       <artifactId>commons-io</artifactId>
       <version>${commons-io.version}</version>
-    </dependency>
-    <dependency>
-      <groupId>junit</groupId>
-      <artifactId>junit</artifactId>
-      <version>${junit.version}</version>
-      <scope>test</scope>
+    </dependency>
+    <dependency>
+      <groupId>junit</groupId>
+      <artifactId>junit</artifactId>
+      <version>${junit.version}</version>
+      <scope>test</scope>
     </dependency>
     <dependency>
       <groupId>xmlunit</groupId>
@@ -65,7 +65,7 @@
   <distributionManagement>
     <site>
       <id>website</id>
-      <url>scp://minotaur.apache.org/www/portals.apache.org/pluto/pluto-1.1</url>
+      <url>scp://people.apache.org/www/portals.apache.org/pluto/pluto-1.1</url>
     </site>
   </distributionManagement>
   
@@ -84,4 +84,4 @@
     </plugins>
   </reporting>
   
-</project>
\ No newline at end of file
+</project>

Modified: portals/pluto/branches/pluto-1.1.x/pom.xml
URL: http://svn.apache.org/viewvc/portals/pluto/branches/pluto-1.1.x/pom.xml?view=diff&rev=520695&r1=520694&r2=520695
==============================================================================
--- portals/pluto/branches/pluto-1.1.x/pom.xml (original)
+++ portals/pluto/branches/pluto-1.1.x/pom.xml Tue Mar 20 18:37:35 2007
@@ -18,7 +18,7 @@
      * The pluto-portal-driver-config.xml in the pluto-portal module (src/main/webapp/WEB-INF),
      * The pluto.container.version.major and pluto.container.version.minor properties (in this file)
     -->
-    <version>1.1.3-SNAPSHOT</version>
+    <version>1.1.2-SNAPSHOT</version>
     <!-- Due to a bug in maven 2.0, the description must not contain any line breaks or tabs. -->
     <description>Pluto is the Reference Implementation of the Java Portlet Specfication.</description>
     <url>http://portals.apache.org/pluto</url>
@@ -274,7 +274,7 @@
     <distributionManagement>
         <site>
             <id>website</id>
-            <url>scp://minotaur.apache.org/www/portals.apache.org/pluto</url>
+            <url>scp://people.apache.org/www/portals.apache.org/pluto</url>
         </site>
 
         <repository>