summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick Brady <patrick.brady@att.com>2019-03-21 14:09:46 -0700
committerPatrick Brady <patrick.brady@att.com>2019-03-21 14:10:08 -0700
commitdd22bcdbbd8603953d25c2427e7ccbff808b5624 (patch)
tree1c7c167cc1d2c062814b6e0c9a0bd7318f4ad2ef
parent3f07daa9f9ea4a0e8b7681411e21df0cfa3da111 (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.xml2
-rw-r--r--bundle-parent/pom.xml2
-rw-r--r--feature-repo-parent/pom.xml2
-rw-r--r--odlparent-lite/pom.xml2
-rwxr-xr-xpom.xml2
-rw-r--r--single-feature-parent/pom.xml2
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>
diff --git a/pom.xml b/pom.xml
index 9ebe8ec..0478b54 100755
--- a/pom.xml
+++ b/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>
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>