diff options
author | Dan Timoney <dtimoney@att.com> | 2020-06-24 08:15:10 -0400 |
---|---|---|
committer | Dan Timoney <dtimoney@att.com> | 2020-06-24 08:15:10 -0400 |
commit | 2d60060d3c8328a62883d3e21147b4c77d93652d (patch) | |
tree | 09bd1f20a22d9c2f092cdc1a4bcafcc0f99c590e | |
parent | 038619f15df9b97d4b62d242c4315c9fdd76bfa9 (diff) |
Update to latest Frankfurt parent pom version6.0.0-ONAPfrankfurt
Update to latest Frankfurt parent pom version
Change-Id: Ic62fdc265b2abcf1a8d33cd7798b70e702537e8f
Issue-ID: SDNC-1257
Signed-off-by: Dan Timoney <dtimoney@att.com>
-rw-r--r-- | client/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | pomba/network-discovery-api/pom.xml | 1 | ||||
-rw-r--r-- | pomba/network-discovery/pom.xml | 1 | ||||
-rw-r--r-- | pomba/pom.xml | 1 | ||||
-rw-r--r-- | pomba/service-decomposition/pom.xml | 1 |
6 files changed, 6 insertions, 2 deletions
diff --git a/client/pom.xml b/client/pom.xml index 8a1afe1..d68f1c4 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -15,7 +15,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>client-parent</artifactId> - <version>1.5.2</version> + <version>1.5.10-SNAPSHOT</version> </parent> <properties> @@ -5,7 +5,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.5.2</version> + <version>1.5.10-SNAPSHOT</version> </parent> <groupId>org.onap.sdnc</groupId> diff --git a/pomba/network-discovery-api/pom.xml b/pomba/network-discovery-api/pom.xml index c29ced7..0518b6d 100644 --- a/pomba/network-discovery-api/pom.xml +++ b/pomba/network-discovery-api/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + <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> diff --git a/pomba/network-discovery/pom.xml b/pomba/network-discovery/pom.xml index b61b429..34f288b 100644 --- a/pomba/network-discovery/pom.xml +++ b/pomba/network-discovery/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + <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> diff --git a/pomba/pom.xml b/pomba/pom.xml index a5c4d64..c46f52d 100644 --- a/pomba/pom.xml +++ b/pomba/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + <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> diff --git a/pomba/service-decomposition/pom.xml b/pomba/service-decomposition/pom.xml index 9b2a4e8..6ddde86 100644 --- a/pomba/service-decomposition/pom.xml +++ b/pomba/service-decomposition/pom.xml @@ -16,6 +16,7 @@ See the License for the specific language governing permissions and limitations under the License. ============LICENSE_END===================================================== --> + <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> |