diff options
author | sai-neetha <sai-neetha.phulmali@highstreet-technologies.com> | 2019-08-08 11:45:30 +0200 |
---|---|---|
committer | Timoney, Dan (dt5972) <dtimoney@att.com> | 2019-08-09 10:04:50 -0400 |
commit | 675e35464d14a4b18290acaa3b999343dc42e2fe (patch) | |
tree | b037d39d35c340fbbb6e86b6fad2f356ce01b491 /aafshiro | |
parent | b4fce004a40753e396f100ac9abdbe876de5865e (diff) |
Application name changes in meta json
Application name changes in meta json
Rebased for version 0.5.2-SNAPSHOT
Issue-ID: SDNC-842
Signed-off-by: sai-neetha <sai-neetha.phulmali@highstreet-technologies.com>
Change-Id: Ied888a1d4228c1ad85617aec8584c4069761b49a
Diffstat (limited to 'aafshiro')
-rwxr-xr-x | aafshiro/features/ccsdk-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/features-aafshiro/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/features/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/installer/pom.xml | 2 | ||||
-rwxr-xr-x | aafshiro/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/aafshiro/features/ccsdk-aafshiro/pom.xml b/aafshiro/features/ccsdk-aafshiro/pom.xml index 1b663e867..94c259f6c 100755 --- a/aafshiro/features/ccsdk-aafshiro/pom.xml +++ b/aafshiro/features/ccsdk-aafshiro/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <relativePath/> </parent> diff --git a/aafshiro/features/features-aafshiro/pom.xml b/aafshiro/features/features-aafshiro/pom.xml index b408d1342..171665f9f 100755 --- a/aafshiro/features/features-aafshiro/pom.xml +++ b/aafshiro/features/features-aafshiro/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <relativePath/> </parent> diff --git a/aafshiro/features/pom.xml b/aafshiro/features/pom.xml index 709b1fa86..714551d57 100755 --- a/aafshiro/features/pom.xml +++ b/aafshiro/features/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <relativePath/> </parent> diff --git a/aafshiro/installer/pom.xml b/aafshiro/installer/pom.xml index b4db1571d..75410398e 100755 --- a/aafshiro/installer/pom.xml +++ b/aafshiro/installer/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <relativePath/> </parent> diff --git a/aafshiro/pom.xml b/aafshiro/pom.xml index 181339d40..8a3d522d8 100755 --- a/aafshiro/pom.xml +++ b/aafshiro/pom.xml @@ -20,7 +20,7 @@ <parent> <groupId>org.onap.ccsdk.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.3.2</version> + <version>1.3.3-SNAPSHOT</version> <relativePath/> </parent> |