diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-09-20 13:29:03 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-09-20 13:29:31 -0700 |
commit | b842ba823ed80946d947ee00dc0ad731b5a79f45 (patch) | |
tree | 7e250a9e6489229f1e4ba5906628f2175c4654e6 | |
parent | 4b83d7aac1143724c1846cb86a7c815a9637cb97 (diff) |
Set ccsdk parent 1.3.5
Change-Id: I55ba455c0d605a4b5cab5ddc39a161b2c80b687c
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1735
-rw-r--r-- | binding-parent/pom.xml | 2 | ||||
-rw-r--r-- | bundle-parent/pom.xml | 2 | ||||
-rw-r--r-- | feature-repo-parent/pom.xml | 2 | ||||
-rw-r--r-- | odlparent-lite/pom.xml | 2 | ||||
-rwxr-xr-x | pom.xml | 2 | ||||
-rw-r--r-- | single-feature-parent/pom.xml | 2 |
6 files changed, 6 insertions, 6 deletions
diff --git a/binding-parent/pom.xml b/binding-parent/pom.xml index a5a4f06..d56e350 100644 --- a/binding-parent/pom.xml +++ b/binding-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> <relativePath /> </parent> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 664ab22..cd8a751 100644 --- a/bundle-parent/pom.xml +++ b/bundle-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>bundle-parent</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> <relativePath /> </parent> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 8c40a30..327a4c0 100644 --- a/feature-repo-parent/pom.xml +++ b/feature-repo-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> <relativePath /> </parent> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index 992c333..4dad12b 100644 --- a/odlparent-lite/pom.xml +++ b/odlparent-lite/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> <relativePath /> </parent> @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> <relativePath /> </parent> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index 5538131..2039b8c 100644 --- a/single-feature-parent/pom.xml +++ b/single-feature-parent/pom.xml @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.3.2</version> + <version>1.3.5</version> <relativePath /> </parent> |