diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-03-21 14:09:46 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-03-21 14:10:08 -0700 |
commit | dd22bcdbbd8603953d25c2427e7ccbff808b5624 (patch) | |
tree | 1c7c167cc1d2c062814b6e0c9a0bd7318f4ad2ef | |
parent | 3f07daa9f9ea4a0e8b7681411e21df0cfa3da111 (diff) |
Change to release ccsdk version
Change from 1.2.1-SNAPSHOT to 1.2.1 release version
since the ccsdk odlsli container is running release
version now.
Change-Id: I1c18b7f4a9031efff5a9542d0384cef168455ec6
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: CCSDK-1156
-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 23f5c9f..cd80812 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.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath /> </parent> diff --git a/bundle-parent/pom.xml b/bundle-parent/pom.xml index 74a07e1..1cf6061 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.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath /> </parent> diff --git a/feature-repo-parent/pom.xml b/feature-repo-parent/pom.xml index 49eb954..97a563d 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.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath /> </parent> </project> diff --git a/odlparent-lite/pom.xml b/odlparent-lite/pom.xml index bc4e293..2394ebf 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.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath /> </parent> @@ -31,7 +31,7 @@ limitations under the License. <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath /> </parent> diff --git a/single-feature-parent/pom.xml b/single-feature-parent/pom.xml index a492697..8b80189 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.2.1-SNAPSHOT</version> + <version>1.2.1</version> <relativePath /> </parent> |