add python compatibility module
[optf/has.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index bf7bbf7..f2f8b00 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
     <artifactId>optf-has</artifactId>
 
     <name>optf-has</name>
-    <version>2.0.0-SNAPSHOT</version>
+    <version>2.3.1-SNAPSHOT</version>
     <description>Homing Allocation Service</description>
 
     <modules>
         <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>