You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2010/12/11 07:17:08 UTC

svn commit: r1044569 - in /oodt/trunk: CHANGES.txt pushpull/pom.xml

Author: mattmann
Date: Sat Dec 11 06:17:08 2010
New Revision: 1044569

URL: http://svn.apache.org/viewvc?rev=1044569&view=rev
Log:
- fix for OODT-83 the artifactid for pushpull should change to cas-pushpull

Modified:
    oodt/trunk/CHANGES.txt
    oodt/trunk/pushpull/pom.xml

Modified: oodt/trunk/CHANGES.txt
URL: http://svn.apache.org/viewvc/oodt/trunk/CHANGES.txt?rev=1044569&r1=1044568&r2=1044569&view=diff
==============================================================================
--- oodt/trunk/CHANGES.txt (original)
+++ oodt/trunk/CHANGES.txt Sat Dec 11 06:17:08 2010
@@ -4,6 +4,8 @@ Apache OODT Change Log
 Release 0.2 (Current Development)
 --------------------------------------------
 
+* OODT-83 the artifactid for pushpull should change to cas-pushpull (Faranak Davoodi via mattmann)
+
 * OODT-76 Commons TimeEventWeightedHash throws a StackOverthrow Error when epsilon is large and event duration is small (bfoster)
 
 * OODT-9 Create a generic OpenDAP profile server (mattmann, Victor Hwang, smcclees)

Modified: oodt/trunk/pushpull/pom.xml
URL: http://svn.apache.org/viewvc/oodt/trunk/pushpull/pom.xml?rev=1044569&r1=1044568&r2=1044569&view=diff
==============================================================================
--- oodt/trunk/pushpull/pom.xml (original)
+++ oodt/trunk/pushpull/pom.xml Sat Dec 11 06:17:08 2010
@@ -26,7 +26,7 @@
     <version>${oodt.version}</version>
     <relativePath>../core/pom.xml</relativePath>
   </parent> 
-  <artifactId>pushpull</artifactId>
+  <artifactId>cas-pushpull</artifactId>
   <name>CAS Push-Pull-Framework</name>
  <build>
     <plugins>