Add missing label in the Release Note file
[optf/has.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 505fac8..1260582 100644 (file)
--- a/pom.xml
+++ b/pom.xml
     License for the specific language governing permissions and limitations
     under the License.
 -->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-         xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <packaging>pom</packaging>
 
     <parent>
         <groupId>org.onap.oparent</groupId>
         <artifactId>oparent-python</artifactId>
-        <version>1.1.0-SNAPSHOT</version>
+        <version>3.0.0</version>
     </parent>
 
     <groupId>org.onap.optf.has</groupId>
     <artifactId>optf-has</artifactId>
 
     <name>optf-has</name>
-    <version>1.1.0-SNAPSHOT</version>
+    <version>2.3.0-SNAPSHOT</version>
     <description>Homing Allocation Service</description>
 
     <modules>
         <sonar.sourceEncoding>UTF-8</sonar.sourceEncoding>
         <sonar.sources>conductor/conductor</sonar.sources>
         <sonar.tests>conductor/conductor/tests</sonar.tests>
-        <sonar.python.coverage.reportPath>conductor/cover/coverage.xml</sonar.python.coverage.reportPath>
+        <sonar.junit.reportsPath>conductor/xunit-results.xml</sonar.junit.reportsPath>
+        <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>