summaryrefslogtreecommitdiffstats
path: root/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml
diff options
context:
space:
mode:
authorMichaelMorris <michael.morris@est.tech>2023-06-02 10:04:31 +0100
committerVasyl Razinkov <vasyl.razinkov@est.tech>2023-06-02 14:23:58 +0000
commit38812c3d47f0426f1c4108145b696441da5a5c1f (patch)
tree95a339721dd1acfffadd9e8a2204c271a1b66151 /openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml
parentaf63ad9fa5f1504bfdca5cd499b23e883525dd30 (diff)
Set version to 1.13.0-SNAPSHOT
Previous commit mistakenly set version to 1.13.0 when should be SNAPSHOT Signed-off-by: MichaelMorris <michael.morris@est.tech> Issue-ID: SDC-4524 Change-Id: Ie89b5df595a513ccfd30f987acea56d845f58cbb
Diffstat (limited to 'openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml')
-rw-r--r--openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml b/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml
index 58a80852da..fbb47a2dbf 100644
--- a/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml
+++ b/openecomp-be/api/openecomp-sdc-rest-webapp/metrics-rest/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.openecomp.sdc</groupId>
<artifactId>openecomp-sdc-rest-webapp</artifactId>
- <version>1.13.0</version>
+ <version>1.13.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>
='#n195'>195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264