Author: [email protected]
Date: Mon Feb 21 17:11:45 2011
New Revision: 807

Log:
AMDATU-138 testing var interpolation in release cycle

Modified:
   branches/0.2/amdatu-authentication/oauth-client/pom.xml
   branches/0.2/amdatu-authentication/oauth-consumerregistry-fs/pom.xml
   branches/0.2/amdatu-authentication/oauth-server/pom.xml
   branches/0.2/amdatu-authentication/pom.xml
   branches/0.2/amdatu-authentication/tokenprovider/pom.xml
   branches/0.2/amdatu-authentication/tokenstore-mem/pom.xml

Modified: branches/0.2/amdatu-authentication/oauth-client/pom.xml
==============================================================================
--- branches/0.2/amdatu-authentication/oauth-client/pom.xml     (original)
+++ branches/0.2/amdatu-authentication/oauth-client/pom.xml     Mon Feb 21 
17:11:45 2011
@@ -17,14 +17,14 @@
     <dependency>
       <groupId>org.amdatu.web</groupId>
       <artifactId>httpcontext</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.authentication.oauth</groupId>
       <artifactId>api</artifactId>
-      <version>${platform.version}</version>   
+      <version>${project.version}</version>   
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>    

Modified: branches/0.2/amdatu-authentication/oauth-consumerregistry-fs/pom.xml
==============================================================================
--- branches/0.2/amdatu-authentication/oauth-consumerregistry-fs/pom.xml        
(original)
+++ branches/0.2/amdatu-authentication/oauth-consumerregistry-fs/pom.xml        
Mon Feb 21 17:11:45 2011
@@ -17,14 +17,14 @@
     <dependency>
       <groupId>org.amdatu.authentication.oauth</groupId>
       <artifactId>api</artifactId>
-      <version>${platform.version}</version>   
+      <version>${project.version}</version>   
       <scope>provided</scope>
       <type>bundle</type>
     </dependency> 
     <dependency>
       <groupId>org.amdatu.libraries</groupId>
       <artifactId>fsstorage</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>compile</scope>
     </dependency>    
   </dependencies>

Modified: branches/0.2/amdatu-authentication/oauth-server/pom.xml
==============================================================================
--- branches/0.2/amdatu-authentication/oauth-server/pom.xml     (original)
+++ branches/0.2/amdatu-authentication/oauth-server/pom.xml     Mon Feb 21 
17:11:45 2011
@@ -17,28 +17,28 @@
     <dependency>
       <groupId>org.amdatu.web</groupId>
       <artifactId>httpcontext</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.web.rest</groupId>
       <artifactId>jaxrs</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.authentication.oauth</groupId>
       <artifactId>api</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.web</groupId>
       <artifactId>httpcontext</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
@@ -69,20 +69,20 @@
     <dependency>
       <groupId>org.amdatu.libraries</groupId>
       <artifactId>utilities</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.amdatu.authentication</groupId>
       <artifactId>tokenprovider</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.core</groupId>
       <artifactId>tenant</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>

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:11:45 2011
@@ -12,10 +12,6 @@
   <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>

Modified: branches/0.2/amdatu-authentication/tokenprovider/pom.xml
==============================================================================
--- branches/0.2/amdatu-authentication/tokenprovider/pom.xml    (original)
+++ branches/0.2/amdatu-authentication/tokenprovider/pom.xml    Mon Feb 21 
17:11:45 2011
@@ -23,20 +23,20 @@
     <dependency>
       <groupId>org.amdatu.web.rest</groupId>
       <artifactId>jaxrs</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
     <dependency>
       <groupId>org.amdatu.libraries</groupId>
       <artifactId>utilities</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>compile</scope>
     </dependency>
     <dependency>
       <groupId>org.amdatu.core</groupId>
       <artifactId>tenant</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>

Modified: branches/0.2/amdatu-authentication/tokenstore-mem/pom.xml
==============================================================================
--- branches/0.2/amdatu-authentication/tokenstore-mem/pom.xml   (original)
+++ branches/0.2/amdatu-authentication/tokenstore-mem/pom.xml   Mon Feb 21 
17:11:45 2011
@@ -17,7 +17,7 @@
     <dependency>
       <groupId>org.amdatu.authentication</groupId>
       <artifactId>tokenprovider</artifactId>
-      <version>${platform.version}</version>
+      <version>${project.version}</version>
       <scope>provided</scope>
       <type>bundle</type>
     </dependency>
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to