diff options
author | Dan Timoney <dtimoney@att.com> | 2024-09-13 16:55:39 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2024-09-13 16:55:39 -0400 |
commit | 5d0aa024422644fc4334e23d95def4d91cc3e45d (patch) | |
tree | 7ae6af68c17e6cf5cf351d68c411aebc67616c41 /adaptors/netbox-client/provider | |
parent | e11aa082274ac41444a59d9461d204ecd8fa8375 (diff) |
Update to use released Oslo parent poms
Update to use released version 2.8.0 of parent poms
Issue-ID: CCSDK-3992
Change-Id: I7e367ccbf968c9f94a25894a380f3afad0328606
Signed-off-by: Dan Timoney <dtimoney@att.com>
Diffstat (limited to 'adaptors/netbox-client/provider')
-rw-r--r-- | adaptors/netbox-client/provider/pom.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/adaptors/netbox-client/provider/pom.xml b/adaptors/netbox-client/provider/pom.xml index aaf66ca52..bbd31f4cd 100644 --- a/adaptors/netbox-client/provider/pom.xml +++ b/adaptors/netbox-client/provider/pom.xml @@ -14,13 +14,14 @@ See the 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"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>2.8.0-SNAPSHOT</version> + <version>2.8.0</version> <relativePath/> </parent> |