update logging path for shiro 95/75895/1
authorSai Gandham <sg481n@att.com>
Wed, 16 Jan 2019 19:18:56 +0000 (13:18 -0600)
committerSai Gandham <sg481n@att.com>
Wed, 16 Jan 2019 19:19:53 +0000 (13:19 -0600)
Issue-ID: AAF-655
Change-Id: I12cab0cff0e8244cd6d477fb5cb6aa64ad353bf5
Signed-off-by: Sai Gandham <sg481n@att.com>
pom.xml
shiro-osgi-bundle/pom.xml
shiro/pom.xml
shiro/src/main/java/org/onap/aaf/cadi/shiro/AAFRealm.java
sidecar/fproxy/pom.xml
sidecar/pom.xml
sidecar/rproxy/pom.xml
sidecar/tproxy-config/pom.xml
version.properties

diff --git a/pom.xml b/pom.xml
index 706da1d..99a6645 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
        <modelVersion>4.0.0</modelVersion>
        <groupId>org.onap.aaf.cadi</groupId>
        <artifactId>parent</artifactId>
-       <version>2.1.9-SNAPSHOT</version>
+       <version>2.1.10-SNAPSHOT</version>
        <name>CADI Plugins Parent</name>
        <packaging>pom</packaging>
 
index d4fb829..47caf16 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>parent</artifactId>
-               <version>2.1.9-SNAPSHOT</version>
+               <version>2.1.10-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
index ff08c39..60a3de5 100644 (file)
@@ -22,7 +22,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>parent</artifactId>
-               <version>2.1.9-SNAPSHOT</version>
+               <version>2.1.10-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
 
index b7f0c29..091c22b 100644 (file)
@@ -82,7 +82,7 @@ public class AAFRealm extends AuthorizingRealm {
                        throw new RuntimeException(msg);
                } else {
                        try {
-                               String log4jConfigFile = "./etc/org.onap.cadi.logging.cfg";
+                               String log4jConfigFile = "./etc/org.ops4j.pax.logging.cfg";
                        PropertyConfigurator.configure(log4jConfigFile);
                        System.setOut(createLoggingProxy(System.out));
                        System.setErr(createLoggingProxy(System.err));
index e0395b8..97c470d 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.9-SNAPSHOT</version>
+               <version>2.1.10-SNAPSHOT</version>
        </parent>
 
        <artifactId>fproxy</artifactId>
index dd5ae52..0345abb 100644 (file)
@@ -20,7 +20,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi</groupId>
                <artifactId>parent</artifactId>
-               <version>2.1.9-SNAPSHOT</version>
+               <version>2.1.10-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <modelVersion>4.0.0</modelVersion>
index ffa6a5a..dd7a07e 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.9-SNAPSHOT</version>
+               <version>2.1.10-SNAPSHOT</version>
        </parent>
 
        <artifactId>rproxy</artifactId>
index 6a918d2..fdac4fb 100644 (file)
@@ -24,7 +24,7 @@
        <parent>
                <groupId>org.onap.aaf.cadi.sidecar</groupId>
                <artifactId>sidecar</artifactId>
-               <version>2.1.9-SNAPSHOT</version>
+               <version>2.1.10-SNAPSHOT</version>
        </parent>
 
        <artifactId>tproxy-config</artifactId>
index d77c884..1e3a49e 100644 (file)
@@ -27,7 +27,7 @@
 
 major=2
 minor=1
-patch=9
+patch=10
 
 base_version=${major}.${minor}.${patch}