Author: [email protected]
Date: Wed Apr 25 11:47:00 2012
New Revision: 2283

Log:
[AMDATUAUTH-123] Upgraded version to platform 0.4.0-RC2. 

Added:
   
trunk/amdatu-auth/config/src/main/resources/org.amdatu.auth.tools.loghandler.xml
Modified:
   trunk/amdatu-auth/login-service/pom.xml
   trunk/amdatu-auth/oauth-consumerregistry/pom.xml
   trunk/amdatu-auth/oauth-example/consumer/pom.xml
   trunk/amdatu-auth/oauth-example/provider/pom.xml
   trunk/amdatu-auth/oauth-server/pom.xml
   trunk/amdatu-auth/pom.xml
   trunk/amdatu-auth/release-demo/pom.xml
   trunk/amdatu-auth/test-performance/test-bundle/pom.xml
   trunk/amdatu-auth/tokenprovider/pom.xml
   trunk/amdatu-auth/useradmin-rest/pom.xml

Added: 
trunk/amdatu-auth/config/src/main/resources/org.amdatu.auth.tools.loghandler.xml
==============================================================================
--- (empty file)
+++ 
trunk/amdatu-auth/config/src/main/resources/org.amdatu.auth.tools.loghandler.xml
    Wed Apr 25 11:47:00 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!--
+  Copyright (c) 2010-2012 The Amdatu Foundation
+
+  Licensed under the Apache License, Version 2.0 (the "License");
+  you may not use this file except in compliance with the License.
+  You may obtain a copy of the License at
+
+  http://www.apache.org/licenses/LICENSE-2.0
+
+  Unless required by applicable law or agreed to in writing, software
+  distributed under the License is distributed on an "AS IS" BASIS,
+  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+  See the License for the specific language governing permissions and
+  limitations under the License.
+-->
+<MetaData xmlns:metatype="http://www.osgi.org/xmlns/metatype/v1.1.0"; 
filter="(|(!(org.amdatu.tenant.pid=*))(org.amdatu.tenant.pid=org.amdatu.tenant.PLATFORM))">
+  <OCD id="org.amdatu.auth.tools.loghandler" name="Amdatu Loghandler">
+    <AD id="console.mininum.loglevel" name="console.mininum.loglevel" 
type="String" description="This settings indicates the loglevels of messages 
that will be printed to the console. Can be DEBUG, INFO, WARNING or ERROR. For 
example if 'INFO' is defined, only log messages will be printed in the console 
which have a loglevel of INFO or higher (WARNING or ERROR)."/>
+  </OCD>
+  <Designate pid="org.amdatu.auth.tools.loghandler" bundle="*">
+    <Object ocdref="org.amdatu.auth.tools.loghandler">
+      <Attribute adref="console.mininum.loglevel">
+        <Value>${amdatu.log.level}</Value>
+      </Attribute>
+    </Object>
+  </Designate>
+</MetaData>
\ No newline at end of file

Modified: trunk/amdatu-auth/login-service/pom.xml
==============================================================================
--- trunk/amdatu-auth/login-service/pom.xml     (original)
+++ trunk/amdatu-auth/login-service/pom.xml     Wed Apr 25 11:47:00 2012
@@ -57,7 +57,7 @@
       <groupId>org.amdatu.osgisupport</groupId>
       <artifactId>org.amdatu.osgisupport</artifactId>
       <!-- FIXME: must become org.amdatu.platform.version -->
-      <version>0.4.0-RC1</version>
+      <version>0.4.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>org.json</groupId>

Modified: trunk/amdatu-auth/oauth-consumerregistry/pom.xml
==============================================================================
--- trunk/amdatu-auth/oauth-consumerregistry/pom.xml    (original)
+++ trunk/amdatu-auth/oauth-consumerregistry/pom.xml    Wed Apr 25 11:47:00 2012
@@ -82,7 +82,7 @@
       <groupId>org.amdatu.osgisupport</groupId>
       <artifactId>org.amdatu.osgisupport</artifactId>
       <!-- FIXME: must become org.amdatu.platform.version -->
-      <version>0.4.0-RC1</version>
+      <version>0.4.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>commons-beanutils</groupId>

Modified: trunk/amdatu-auth/oauth-example/consumer/pom.xml
==============================================================================
--- trunk/amdatu-auth/oauth-example/consumer/pom.xml    (original)
+++ trunk/amdatu-auth/oauth-example/consumer/pom.xml    Wed Apr 25 11:47:00 2012
@@ -93,7 +93,7 @@
       <groupId>org.amdatu.osgisupport</groupId>
       <artifactId>org.amdatu.osgisupport</artifactId>
       <!-- FIXME: must become org.amdatu.platform.version -->
-      <version>0.4.0-RC1</version>
+      <version>0.4.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>org.json</groupId>

Modified: trunk/amdatu-auth/oauth-example/provider/pom.xml
==============================================================================
--- trunk/amdatu-auth/oauth-example/provider/pom.xml    (original)
+++ trunk/amdatu-auth/oauth-example/provider/pom.xml    Wed Apr 25 11:47:00 2012
@@ -88,7 +88,7 @@
       <groupId>org.amdatu.osgisupport</groupId>
       <artifactId>org.amdatu.osgisupport</artifactId>
       <!-- FIXME: must become org.amdatu.platform.version -->
-      <version>0.4.0-RC1</version>
+      <version>0.4.0-RC2</version>
     </dependency>
     <dependency>
       <groupId>org.amdatu.web</groupId>

Modified: trunk/amdatu-auth/oauth-server/pom.xml
==============================================================================
--- trunk/amdatu-auth/oauth-server/pom.xml      (original)
+++ trunk/amdatu-auth/oauth-server/pom.xml      Wed Apr 25 11:47:00 2012
@@ -79,7 +79,7 @@
       <groupId>org.amdatu.osgisupport</groupId>
       <artifactId>org.amdatu.osgisupport</artifactId>
       <!-- FIXME: must become org.amdatu.platform.version -->
-      <version>0.4.0-RC1</version>
+      <version>0.4.0-RC2</version>
     </dependency>
 
     <dependency>

Modified: trunk/amdatu-auth/pom.xml
==============================================================================
--- trunk/amdatu-auth/pom.xml   (original)
+++ trunk/amdatu-auth/pom.xml   Wed Apr 25 11:47:00 2012
@@ -32,7 +32,7 @@
 
   <properties>
     <!-- Version of dependend components -->
-    <org.amdatu.platform.version>0.4.0-RC1</org.amdatu.platform.version>
+    <org.amdatu.platform.version>0.4.0-RC2</org.amdatu.platform.version>
   </properties>
 
   <scm>

Modified: trunk/amdatu-auth/release-demo/pom.xml
==============================================================================
--- trunk/amdatu-auth/release-demo/pom.xml      (original)
+++ trunk/amdatu-auth/release-demo/pom.xml      Wed Apr 25 11:47:00 2012
@@ -39,7 +39,7 @@
     <org.amdatu.cassandra.version>0.2.2</org.amdatu.cassandra.version>
     <org.amdatu.opensocial.version>0.2.0</org.amdatu.opensocial.version>
 
-    <org.amdatu.tenant.version>0.4.0-RC1</org.amdatu.tenant.version>
+    <org.amdatu.tenant.version>0.4.0-RC2</org.amdatu.tenant.version>
     
<org.amdatu.fileinstall.version>${org.amdatu.tenant.version}</org.amdatu.fileinstall.version>
     
<org.amdatu.deployment.version>${org.amdatu.tenant.version}</org.amdatu.deployment.version>
     
<org.amdatu.eventadmin.version>${org.amdatu.tenant.version}</org.amdatu.eventadmin.version>

Modified: trunk/amdatu-auth/test-performance/test-bundle/pom.xml
==============================================================================
--- trunk/amdatu-auth/test-performance/test-bundle/pom.xml      (original)
+++ trunk/amdatu-auth/test-performance/test-bundle/pom.xml      Wed Apr 25 
11:47:00 2012
@@ -62,7 +62,7 @@
       <groupId>org.amdatu.osgisupport</groupId>
       <artifactId>org.amdatu.osgisupport</artifactId>
       <!-- FIXME: must become org.amdatu.platform.version -->
-      <version>0.4.0-RC1</version>
+      <version>0.4.0-RC2</version>
     </dependency>
   </dependencies>
 

Modified: trunk/amdatu-auth/tokenprovider/pom.xml
==============================================================================
--- trunk/amdatu-auth/tokenprovider/pom.xml     (original)
+++ trunk/amdatu-auth/tokenprovider/pom.xml     Wed Apr 25 11:47:00 2012
@@ -48,7 +48,7 @@
       <groupId>org.amdatu.osgisupport</groupId>
       <artifactId>org.amdatu.osgisupport</artifactId>
       <!-- FIXME: must become org.amdatu.platform.version -->
-      <version>0.4.0-RC1</version>
+      <version>0.4.0-RC2</version>
     </dependency>
   </dependencies>
 

Modified: trunk/amdatu-auth/useradmin-rest/pom.xml
==============================================================================
--- trunk/amdatu-auth/useradmin-rest/pom.xml    (original)
+++ trunk/amdatu-auth/useradmin-rest/pom.xml    Wed Apr 25 11:47:00 2012
@@ -92,7 +92,7 @@
       <groupId>org.amdatu.osgisupport</groupId>
       <artifactId>org.amdatu.osgisupport</artifactId>
       <!-- FIXME: must become org.amdatu.platform.version -->
-      <version>0.4.0-RC1</version>
+      <version>0.4.0-RC2</version>
     </dependency>
   </dependencies>
 
_______________________________________________
Amdatu-commits mailing list
[email protected]
http://lists.amdatu.org/mailman/listinfo/amdatu-commits

Reply via email to