diff options
author | Patrick Brady <patrick.brady@att.com> | 2020-05-21 17:37:49 -0700 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2020-05-21 17:37:49 -0700 |
commit | 873a441e888a250ecd4deecb216d83a04c33e5cd (patch) | |
tree | 55ac424b69407164e5c30ace9cc1db04d50f792c /appc-config/appc-flow-controller | |
parent | 2a48d67cd5125d6bbc65eccba6c6499c7022e620 (diff) |
Correct version to 2.7.2-SNAPSHOT
Change-Id: Ibdb931b68dfc41420396faf8db3fbc5c81e75160
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1816
Diffstat (limited to 'appc-config/appc-flow-controller')
6 files changed, 7 insertions, 7 deletions
diff --git a/appc-config/appc-flow-controller/features/features-appc-config-flow-controller/pom.xml b/appc-config/appc-flow-controller/features/features-appc-config-flow-controller/pom.xml index 05948de68..bae3cfe6d 100644 --- a/appc-config/appc-flow-controller/features/features-appc-config-flow-controller/pom.xml +++ b/appc-config/appc-flow-controller/features/features-appc-config-flow-controller/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>features-appc-config-flow-controller</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>feature</packaging> <name/> diff --git a/appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml b/appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml index 1dbb1aeb7..0bd076c37 100644 --- a/appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml +++ b/appc-config/appc-flow-controller/features/onap-appc-config-flow-controller/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>onap-appc-config-flow-controller</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>feature</packaging> <name/> diff --git a/appc-config/appc-flow-controller/features/pom.xml b/appc-config/appc-flow-controller/features/pom.xml index bdc884622..329576cbb 100644 --- a/appc-config/appc-flow-controller/features/pom.xml +++ b/appc-config/appc-flow-controller/features/pom.xml @@ -30,7 +30,7 @@ limitations under the License. <groupId>org.onap.appc</groupId> <artifactId>appc-config-flow-controller-feature-aggregator</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <packaging>pom</packaging> <name/> diff --git a/appc-config/appc-flow-controller/installer/pom.xml b/appc-config/appc-flow-controller/installer/pom.xml index b248a7aea..3450eece2 100644 --- a/appc-config/appc-flow-controller/installer/pom.xml +++ b/appc-config/appc-flow-controller/installer/pom.xml @@ -30,7 +30,7 @@ <groupId>org.onap.appc</groupId> <artifactId>appc-config-flow-controller-installer</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> <name>Config Component Params - Installer</name> <packaging>pom</packaging> <properties> @@ -56,7 +56,7 @@ <dependency> <groupId>org.onap.appc</groupId> <artifactId>appc-config-flow-controller-provider</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </dependency> </dependencies> <build> diff --git a/appc-config/appc-flow-controller/pom.xml b/appc-config/appc-flow-controller/pom.xml index e02d6629d..3b4063ddd 100644 --- a/appc-config/appc-flow-controller/pom.xml +++ b/appc-config/appc-flow-controller/pom.xml @@ -67,5 +67,5 @@ <module>installer</module> </modules> <description>Flow sequence executor for APPC</description> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> diff --git a/appc-config/appc-flow-controller/provider/pom.xml b/appc-config/appc-flow-controller/provider/pom.xml index 28d3dd405..4dc4741df 100644 --- a/appc-config/appc-flow-controller/provider/pom.xml +++ b/appc-config/appc-flow-controller/provider/pom.xml @@ -160,5 +160,5 @@ </plugin> </plugins> </build> - <version>1.8.0-SNAPSHOT</version> + <version>2.7.2-SNAPSHOT</version> </project> |