diff options
author | Patrick Brady <patrick.brady@att.com> | 2019-01-08 12:25:10 -0800 |
---|---|---|
committer | Patrick Brady <patrick.brady@att.com> | 2019-01-08 12:25:13 -0800 |
commit | 19ae78049dff5f6ca5b4fec2e8fa8ded81f30c45 (patch) | |
tree | b858fbe693fcf79e69cb5134520a79d489c40088 /appc-config/appc-config-audit | |
parent | 2a39d56162385154469a032739bbaa9e1b138bb8 (diff) |
Change parent version to appc snapshot
Changing to the current release snapshot version of
the appc parents instead of the previous release version.
This allows updated changes to parents to be in builds.
Change-Id: I6cec484012c2cb48ee1ea7f10fd058d017f00947
Signed-off-by: Patrick Brady <patrick.brady@att.com>
Issue-ID: APPC-1304
Diffstat (limited to 'appc-config/appc-config-audit')
6 files changed, 6 insertions, 6 deletions
diff --git a/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml b/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml index 6c72da0b0..76a1892e1 100644 --- a/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml +++ b/appc-config/appc-config-audit/features/features-appc-config-audit/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>feature-repo-parent</artifactId> - <version>1.4.1</version> + <version>1.5.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/appc-config/appc-config-audit/features/onap-appc-config-audit/pom.xml b/appc-config/appc-config-audit/features/onap-appc-config-audit/pom.xml index 8ad70cf70..92947eeb6 100644 --- a/appc-config/appc-config-audit/features/onap-appc-config-audit/pom.xml +++ b/appc-config/appc-config-audit/features/onap-appc-config-audit/pom.xml @@ -25,7 +25,7 @@ limitations under the License. <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>single-feature-parent</artifactId> - <version>1.4.1</version> + <version>1.5.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/appc-config/appc-config-audit/features/pom.xml b/appc-config/appc-config-audit/features/pom.xml index c08f1a64c..4852c8491 100644 --- a/appc-config/appc-config-audit/features/pom.xml +++ b/appc-config/appc-config-audit/features/pom.xml @@ -24,7 +24,7 @@ limitations under the License. <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.1</version> + <version>1.5.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/appc-config/appc-config-audit/installer/pom.xml b/appc-config/appc-config-audit/installer/pom.xml index 186a843bc..f6438c475 100644 --- a/appc-config/appc-config-audit/installer/pom.xml +++ b/appc-config/appc-config-audit/installer/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.1</version> + <version>1.5.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/appc-config/appc-config-audit/pom.xml b/appc-config/appc-config-audit/pom.xml index ba13232a4..7188b27bd 100644 --- a/appc-config/appc-config-audit/pom.xml +++ b/appc-config/appc-config-audit/pom.xml @@ -24,7 +24,7 @@ <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>odlparent-lite</artifactId> - <version>1.4.1</version> + <version>1.5.0-SNAPSHOT</version> <relativePath /> </parent> diff --git a/appc-config/appc-config-audit/provider/pom.xml b/appc-config/appc-config-audit/provider/pom.xml index 3ee5c2e4d..505905d6f 100644 --- a/appc-config/appc-config-audit/provider/pom.xml +++ b/appc-config/appc-config-audit/provider/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.appc.parent</groupId> <artifactId>binding-parent</artifactId> - <version>1.4.1</version> + <version>1.5.0-SNAPSHOT</version> <relativePath /> </parent> <groupId>org.onap.appc</groupId> |