aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordglFromAtt <dgl@research.att.com>2018-08-24 16:28:20 -0400
committerdglFromAtt <dgl@research.att.com>2018-08-24 16:28:31 -0400
commitf17031a9f6bf4913aa3ba86f4322b9ebc2183a87 (patch)
treeee8ebfc1de2be349e1c74c1b66671631612e917a
parent9a73b27ac2fa5edc9cadf15c6af7262866c5312c (diff)
Fix mistaken default
Change-Id: I44739c3d5f51444e88a69ded31edfb69f87b73bf Signed-off-by: dglFromAtt <dgl@research.att.com> Issue-ID: DMAAP-647
-rw-r--r--pom.xml2
-rw-r--r--src/main/java/org/onap/dmaap/dbcapi/aaf/AafService.java2
-rw-r--r--version.properties2
3 files changed, 3 insertions, 3 deletions
diff --git a/pom.xml b/pom.xml
index bacee33..3a131b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -350,7 +350,7 @@
<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>
diff --git a/src/main/java/org/onap/dmaap/dbcapi/aaf/AafService.java b/src/main/java/org/onap/dmaap/dbcapi/aaf/AafService.java
index 68fca79..781932b 100644
--- a/src/main/java/org/onap/dmaap/dbcapi/aaf/AafService.java
+++ b/src/main/java/org/onap/dmaap/dbcapi/aaf/AafService.java
@@ -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 ) );
diff --git a/version.properties b/version.properties
index 3ed3b8f..8add583 100644
--- a/version.properties
+++ b/version.properties
@@ -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