Add unit test for DashboardUserManager
[nonrtric.git] / near-rt-ric-simulator / pom.xml
index 179faf2..9cd0645 100644 (file)
@@ -25,7 +25,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.oran.nearric</groupId>
   <artifactId>nearric-simulator</artifactId>
-  <version>1.0.0-SNAPSHOT</version>
+  <version>1.0.1-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>${project.artifactId}</name>
 
@@ -80,7 +80,7 @@
         <inherited>false</inherited>
         <executions>
           <execution>
-            <id>push-policy-agent-image</id>
+            <id>push-near-rt-ric-simulator-image</id>
             <goals>
               <goal>build</goal>
               <goal>push</goal>
               <pushRegistry>${env.CONTAINER_PUSH_REGISTRY}</pushRegistry>
               <images>
                 <image>
-                  <name>o-ran-sc/policy-agent:${project.version}</name>
+                  <name>o-ran-sc/near-rt-ric-simulator:${project.version}</name>
                     <build>
                       <contextDir>${basedir}/ric-plt/a1</contextDir>
                       <dockerFile>Dockerfile</dockerFile>
                       <tags>
                         <tag>${project.version}</tag>
+                        <tag>latest</tag>
                       </tags>
                     </build>
                   </image>