Author: [email protected]
Date: Mon Feb 21 17:06:44 2011
New Revision: 806

Log:
AMDATU-138 testing var interpolation in release cycle

Modified:
   branches/0.2/amdatu-authentication/oauth-api/pom.xml
   branches/0.2/amdatu-authentication/pom.xml

Modified: branches/0.2/amdatu-authentication/oauth-api/pom.xml
==============================================================================
--- branches/0.2/amdatu-authentication/oauth-api/pom.xml        (original)
+++ branches/0.2/amdatu-authentication/oauth-api/pom.xml        Mon Feb 21 
17:06:44 2011
@@ -13,10 +13,6 @@
   <name>Amdatu Authentication - oAuth API (net.oauth)</name>
   <description>This bundle includes the net.oauth API</description>
   
-  <properties>
-      <platform.version>0.2.0-SNAPSHOT</platform.version>
-  </properties>
-  
   <dependencies>
     <dependency>
       <groupId>net.oauth.core</groupId>

Modified: branches/0.2/amdatu-authentication/pom.xml
==============================================================================
--- branches/0.2/amdatu-authentication/pom.xml  (original)
+++ branches/0.2/amdatu-authentication/pom.xml  Mon Feb 21 17:06:44 2011
@@ -11,16 +11,20 @@
   <name>Amdatu Authentication</name>
   <description>This module consists of all Authentication related 
bundles</description>
   <packaging>pom</packaging>
-  
+
+  <properties>
+    <platform.version>0.2.0-SNAPSHOT</platform.version>
+  </properties>
+
   <dependencies>
     <dependency>
       <groupId>servletapi</groupId>
       <artifactId>servletapi</artifactId>
       <version>2.4</version>
       <scope>provided</scope>
-    </dependency>   
+    </dependency>
   </dependencies>
-  
+
   <modules>
     <module>oauth-api</module>
     <module>oauth-client</module>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to