You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by gm...@apache.org on 2013/06/28 08:39:15 UTC

svn commit: r1497654 - in /oodt/trunk: balance/lib/pear/package.xml filemgr/src/main/php/package.xml sso/src/main/php/pear/package.xml

Author: gmcdonald
Date: Fri Jun 28 06:39:15 2013
New Revision: 1497654

URL: http://svn.apache.org/r1497654
Log:
update package files for next PEAR release.

* - remove the uri element as this clashes with channel. The DTD specifies a choice of one or the other.

* - update release and api versions. DTD and package system prefer release numbers to 3 figures (major.minor.[build|revision] and warns if not.

* - change date to todays date. The variable that was introduced does not work properly. The release manager should add this date change as a todo.


Modified:
    oodt/trunk/balance/lib/pear/package.xml
    oodt/trunk/filemgr/src/main/php/package.xml
    oodt/trunk/sso/src/main/php/pear/package.xml

Modified: oodt/trunk/balance/lib/pear/package.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/balance/lib/pear/package.xml?rev=1497654&r1=1497653&r2=1497654&view=diff
==============================================================================
--- oodt/trunk/balance/lib/pear/package.xml (original)
+++ oodt/trunk/balance/lib/pear/package.xml Fri Jun 28 06:39:15 2013
@@ -29,7 +29,6 @@
          http://pear.php.net/dtd/package-2.0
          http://pear.php.net/dtd/package-2.0.xsd">
   <name>Apache_OODT_Balance</name>
-  <uri>http://oodt.apache.org</uri>
   <channel>pear.apache.org/oodt</channel>
   <summary>OODT Balance Webapp Base Package</summary>
   <description>
@@ -42,14 +41,14 @@
     <email>ahart@apache.org</email>
     <active>yes</active>
   </lead>
-  <date>{ current-date() }</date>
+  <date>2013-06-29</date>
   <version>
-    <release>0.4</release>
-    <api>0.4</api>
+    <release>0.6.0</release>
+    <api>0.6.0</api>
   </version>
   <stability>
-    <release>beta</release>
-    <api>beta</api>
+    <release>stable</release>
+    <api>stable</api>
   </stability>
   <license uri="http://www.apache.org/licenses/LICENSE-2.0">ASL 2.0 License</license>
   <notes>

Modified: oodt/trunk/filemgr/src/main/php/package.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/filemgr/src/main/php/package.xml?rev=1497654&r1=1497653&r2=1497654&view=diff
==============================================================================
--- oodt/trunk/filemgr/src/main/php/package.xml (original)
+++ oodt/trunk/filemgr/src/main/php/package.xml Fri Jun 28 06:39:15 2013
@@ -27,7 +27,6 @@
          http://pear.php.net/dtd/package-2.0
          http://pear.php.net/dtd/package-2.0.xsd">
   <name>Apache_OODT_CAS_Filemgr</name>
-  <uri>http://oodt.apache.org/components/maven/webapp/filemgr</uri>
   <channel>pear.apache.org/oodt</channel>
   <summary>PHP CAS Filemgr Client and supporting API classes</summary>
   <description>
@@ -41,10 +40,10 @@
     <email>chris.mattmann@jpl.nasa.gov</email>
     <active>yes</active>
   </lead>
-  <date>{ current-date() }</date>
+  <date>2013-06-29</date>
   <version>
-    <release>0.4</release>
-    <api>0.4</api>
+    <release>0.6.0</release>
+    <api>0.6.0</api>
   </version>
   <stability>
     <release>stable</release>

Modified: oodt/trunk/sso/src/main/php/pear/package.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/sso/src/main/php/pear/package.xml?rev=1497654&r1=1497653&r2=1497654&view=diff
==============================================================================
--- oodt/trunk/sso/src/main/php/pear/package.xml (original)
+++ oodt/trunk/sso/src/main/php/pear/package.xml Fri Jun 28 06:39:15 2013
@@ -29,7 +29,6 @@
          http://pear.php.net/dtd/package-2.0
          http://pear.php.net/dtd/package-2.0.xsd">
   <name>Apache_OODT_Security</name>
-  <uri>http://oodt.apache.org/components/maven/sso/</uri>
   <channel>pear.apache.org/oodt</channel>
   <summary>OODT Single Sign On Package</summary>
   <description>
@@ -43,10 +42,10 @@
     <email>andrew.f.hart@jpl.nasa.gov</email>
     <active>yes</active>
   </lead>
-  <date>{ current-date() }</date>
+  <date>2013-06-29</date>
   <version>
-    <release>0.4</release>
-    <api>0.4</api>
+    <release>0.6.0</release>
+    <api>0.6.0</api>
   </version>
   <stability>
     <release>stable</release>