aboutsummaryrefslogtreecommitdiffstats
path: root/a1-adapter/a1-adapter-api/model/pom.xml
diff options
context:
space:
mode:
authorDan Timoney <dtimoney@att.com>2020-09-10 08:27:56 -0400
committerDan Timoney <dtimoney@att.com>2020-09-10 08:32:45 -0400
commitc90cbbd19d38d2ad9dfcb6f46a4e9ebdd1035df6 (patch)
tree69f8e948d04330e7a6ed34c11cb68cc8c9295b70 /a1-adapter/a1-adapter-api/model/pom.xml
parent0e63aebb722154119f2072800dc3a1aef9cfcfd8 (diff)
Update to use released parent poms
Update ccsdk/oran to use released version of parent poms in preparation for release build. This is needed because ccsdk-oran Jenkins job is set up to use maven version plugin to roll version, instead of simply removing all occurrences of '-SNAPSHOT' in pom.xmls before doing staging build. Jenkins job should be changed not to use version plugin so that in the future we don't have to change parent pom version before release build. Issue-ID: CCSDK-2742 Signed-off-by: Dan Timoney <dtimoney@att.com> Change-Id: Ib51168dab3d1585b12043a3ac4979422428333a7
Diffstat (limited to 'a1-adapter/a1-adapter-api/model/pom.xml')
-rw-r--r--a1-adapter/a1-adapter-api/model/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/a1-adapter/a1-adapter-api/model/pom.xml b/a1-adapter/a1-adapter-api/model/pom.xml
index 34ad93d8..0893869c 100644
--- a/a1-adapter/a1-adapter-api/model/pom.xml
+++ b/a1-adapter/a1-adapter-api/model/pom.xml
@@ -26,7 +26,7 @@
<parent>
<groupId>org.onap.ccsdk.parent</groupId>
<artifactId>binding-parent</artifactId>
- <version>2.0.1-SNAPSHOT</version>
+ <version>2.0.1</version>
<relativePath/>
</parent>
@@ -81,4 +81,4 @@
</plugins>
</pluginManagement>
</build>
-</project> \ No newline at end of file
+</project>