<!-- spotless:off -->
<!--
============LICENSE_START=======================================================
- Modifications Copyright (C) 2025 OpenInfra Foundation Europe
+ Copyright (C) 2025 OpenInfra Foundation Europe
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
<parent>
<groupId>org.oran.smo</groupId>
<artifactId>adapters</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>ncmp-to-teiv-adapter</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
<packaging>jar</packaging>
<licenses>
<!-- spotless:off -->
<!--
============LICENSE_START=======================================================
- Modifications Copyright (C) 2025 OpenInfra Foundation Europe
+ Copyright (C) 2024-2025 OpenInfra Foundation Europe
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
<parent>
<groupId>org.oran.smo</groupId>
<artifactId>topology-exposure-inventory</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
</parent>
<artifactId>adapters</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
# ============LICENSE_START===============================================
-# Copyright (C) 2024 OpenInfra Foundation Europe. All rights reserved.
+# Copyright (C) 2024-2025 OpenInfra Foundation Europe. All rights reserved.
# ========================================================================
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
info.app.description: Topology Exposure and Inventory Service
info.app.version: '@version@'
info.app.legal: 'Copyright (C) 2024 Ericsson
- Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+ Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
image:
registry: "nexus3.o-ran-sc.org:10003"
name: o-ran-sc/smo-teiv-exposure
- tag: 0.2.0-SNAPSHOT
+ tag: 0.3.0-SNAPSHOT
service:
type: ClusterIP
ports:
image:
registry: "nexus3.o-ran-sc.org:10003"
name: o-ran-sc/smo-teiv-ingestion
- tag: 0.2.0-SNAPSHOT
+ tag: 0.3.0-SNAPSHOT
service:
type: ClusterIP
ports:
<!--
============LICENSE_START=======================================================
Copyright (C) 2024 Ericsson
- Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+ Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
<parent>
<groupId>org.oran.smo</groupId>
<artifactId>topology-exposure-inventory</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
</parent>
<groupId>org.oran.smo.teiv.pgsqlgenerator</groupId>
<artifactId>pgsql-schema-generator</artifactId>
- <version>1.2.0</version>
+ <version>1.2.1</version>
<packaging>jar</packaging>
<properties>
</parent>
<groupId>org.oran.smo</groupId>
<artifactId>topology-exposure-inventory</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
<maven.compiler.release>17</maven.compiler.release>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<!-- Versions of co-located functions to use -->
- <version.yang-parser-jar>1.2.0-SNAPSHOT</version.yang-parser-jar> <!--use current master snapshot version -->
+ <version.yang-parser-jar>1.2.1-SNAPSHOT</version.yang-parser-jar> <!--use current master snapshot version -->
<!-- 3PP Versions -->
<version.jackson-databind-nullable>0.2.6</version.jackson-databind-nullable>
<version.lombok>1.18.26</version.lombok>
<!--
============LICENSE_START=======================================================
Copyright (C) 2024 Ericsson
- Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+ Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
<parent>
<groupId>org.oran.smo</groupId>
<artifactId>topology-exposure-inventory</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
</parent>
<groupId>org.oran.smo.teiv</groupId>
<artifactId>topology-exposure-inventory-jar</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>
<executable>java</executable>
<arguments>
<argument>-jar</argument>
- <argument>${project.parent.basedir}/pgsql-schema-generator/target/pgsql-schema-generator-1.2.0.jar</argument>
+ <argument>${project.parent.basedir}/pgsql-schema-generator/target/pgsql-schema-generator-1.2.1.jar</argument>
<argument>--yang-model.external.source=${project.basedir}/src/main/resources/models</argument>
<argument>--schema.data.output=src/test/resources/pgsqlschema/00_init-oran-smo-teiv-data.sql</argument>
<argument>--schema.model.output=src/test/resources/pgsqlschema/01_init-oran-smo-teiv-model.sql</argument>
<!--
============LICENSE_START=======================================================
Copyright (C) 2024 Ericsson
- Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+ Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
<parent>
<groupId>org.oran.smo</groupId>
<artifactId>yang-parser</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
</parent>
<groupId>org.oran.smo.yangtools.parser.simple.example</groupId>
<artifactId>parser-example</artifactId>
- <version>0.0.1-SNAPSHOT</version>
+ <version>0.0.2-SNAPSHOT</version>
<name>yang-parser-example</name>
<licenses>
<!--
============LICENSE_START=======================================================
Copyright (C) 2024 Ericsson
- Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+ Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
<parent>
<groupId>org.oran.smo</groupId>
<artifactId>topology-exposure-inventory</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
</parent>
<groupId>org.oran.smo</groupId>
<artifactId>yang-parser</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
<packaging>pom</packaging>
<licenses>
<!--
============LICENSE_START=======================================================
Copyright (C) 2024 Ericsson
- Modifications Copyright (C) 2024 OpenInfra Foundation Europe
+ Modifications Copyright (C) 2024-2025 OpenInfra Foundation Europe
================================================================================
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
<parent>
<groupId>org.oran.smo</groupId>
<artifactId>yang-parser</artifactId>
- <version>0.2.0-SNAPSHOT</version>
+ <version>0.3.0-SNAPSHOT</version>
</parent>
<groupId>org.oran.smo.yangtools.parser</groupId>
<artifactId>yang-parser-jar</artifactId>
<name>Yang Parser</name>
- <version>1.2.0-SNAPSHOT</version>
+ <version>1.2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<properties>