Fix mistaken default 25/62425/1
authordglFromAtt <dgl@research.att.com>
Fri, 24 Aug 2018 20:28:20 +0000 (16:28 -0400)
committerdglFromAtt <dgl@research.att.com>
Fri, 24 Aug 2018 20:28:31 +0000 (16:28 -0400)
Change-Id: I44739c3d5f51444e88a69ded31edfb69f87b73bf
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-647

pom.xml
src/main/java/org/onap/dmaap/dbcapi/aaf/AafService.java
version.properties

diff --git a/pom.xml b/pom.xml
index bacee33..3a131b8 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
                <jettyVersion>9.3.9.v20160517</jettyVersion> 
                <eelf.version>0.0.1</eelf.version>
-               <artifact.version>1.0.13-SNAPSHOT</artifact.version>
+               <artifact.version>1.0.14-SNAPSHOT</artifact.version>
                <!-- SONAR -->
                <jacoco.version>0.7.7.201606060606</jacoco.version>
                <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
index 68fca79..781932b 100644 (file)
@@ -84,7 +84,7 @@ public class AafService extends BaseLoggingClass {
                
        private void initAafService( ServiceType t ) {
                DmaapConfig p = (DmaapConfig)DmaapConfig.getConfig();
-               useAAF= "true".equalsIgnoreCase(p.getProperty("UseAAF", "true"));
+               useAAF= "true".equalsIgnoreCase(p.getProperty("UseAAF", "false"));
                
                ctype = t;
                aaf = new AafConnection( getCred( true ) );
index 3ed3b8f..8add583 100644 (file)
@@ -27,7 +27,7 @@
 
 major=1
 minor=0
-patch=13
+patch=14
 base_version=${major}.${minor}.${patch}
 
 # Release must be completed with git revision # in Jenkins