Add missing label in the Release Note file
[optf/has.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index a26c4f2..1260582 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>optf-has</artifactId>
 
     <name>optf-has</name>
-    <version>1.3.3-SNAPSHOT</version>
+    <version>2.3.0-SNAPSHOT</version>
     <description>Homing Allocation Service</description>
 
     <modules>
         <sonar.sources>conductor/conductor</sonar.sources>
         <sonar.tests>conductor/conductor/tests</sonar.tests>
         <sonar.junit.reportsPath>conductor/xunit-results.xml</sonar.junit.reportsPath>
-        <sonar.python.coverage.reportPath>conductor/cover/coverage.xml</sonar.python.coverage.reportPath>
+        <sonar.python.coverage.reportPaths>conductor/cover/coverage.xml</sonar.python.coverage.reportPaths>
         <sonar.language>py</sonar.language>
         <sonar.pluginname>python</sonar.pluginname>
         <sonar.inclusions>**/**.py</sonar.inclusions>
         <sonar.exclusions>**/tests/**,setup.py,**/lib/**</sonar.exclusions>
         <sonar.test.inclusions>**/tests/**.py</sonar.test.inclusions>
         <sonar.test.exclusions>**/**.py,setup.py,**/lib/**</sonar.test.exclusions>
+        <maven.build.timestamp.format>yyyyMMdd'T'HHmmss'Z'</maven.build.timestamp.format>
+               <has.build.timestamp>${maven.build.timestamp}</has.build.timestamp>
+               <has.project.version>${project.version}</has.project.version>
+               <has.docker.repository>nexus3.onap.org:10003</has.docker.repository>
+               <image.namespace>${has.docker.repository}/onap/optf-has</image.namespace>
     </properties>
 
     <build>