Set ONAP property for non multisite 25/43625/1
authordglFromAtt <dgl@research.att.com>
Wed, 18 Apr 2018 21:00:47 +0000 (17:00 -0400)
committerdglFromAtt <dgl@research.att.com>
Wed, 18 Apr 2018 21:00:54 +0000 (17:00 -0400)
Change-Id: I68319b9bacc0af3c68fc9e4080474377055276aa
Signed-off-by: dglFromAtt <dgl@research.att.com>
Issue-ID: DMAAP-295

misc/dmaapbc.properties.tmpl
pom.xml
version.properties

index ce24bb4..d2e879a 100644 (file)
@@ -4,6 +4,7 @@ cat <<!EOF
 #
 # CSIT TESTING
 csit: ${DMAAPBC_CSIT:-No}
+
 #
 #      URI to retrieve dynamic DR configuration
 #
@@ -86,6 +87,9 @@ Feed.deleteHandling: ${DMAAPBC_FEED_DELETE:-DeleteOnDR}
 ################################################################################
 # MR Related Properties:
 #
+# ONAP Beijing is a single site deployment.
+MR.multisite:  false
+#
 #   Value of the CNAME DNS entry which resolves to the primary central MR cluster (when there are more than one central clusters).
 #   if there is only one MR cluster in an environment, set this to the DNS name for that cluster
 #
diff --git a/pom.xml b/pom.xml
index 8e1aefe..d4216bf 100644 (file)
--- a/pom.xml
+++ b/pom.xml
        <dependency>
                <groupId>org.onap.dmaap.dbcapi</groupId>
                <artifactId>dbcapi</artifactId>
-               <version>1.0.3-SNAPSHOT</version>
+               <version>1.0.4-SNAPSHOT</version>
        </dependency>
   </dependencies>
   <reporting>
     <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
     <jettyVersion>9.3.7.v20160115</jettyVersion>
     <eelf.version>0.0.1</eelf.version>
-    <artifact.version>1.0.5</artifact.version>
+    <artifact.version>1.0.6</artifact.version>
                <!--  SONAR  -->
                 <jacoco.version>0.7.7.201606060606</jacoco.version>
            <sonar-jacoco-listeners.version>3.2</sonar-jacoco-listeners.version>
index 3de14e0..dadd8a9 100644 (file)
@@ -27,7 +27,7 @@
 
 major=1
 minor=0
-patch=5
+patch=6
 base_version=${major}.${minor}.${patch}
 
 # Release must be completed with git revision # in Jenkins