diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-11-18 12:00:15 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-11-18 12:00:15 +0000 |
commit | 6cca87ba9c977c55e2bc421f0bdcfa018b309b3e (patch) | |
tree | 665411fe5d9eda2aab9a6fac93cc62fde78c4e72 | |
parent | 6427527d5ceee9a781fd3e89384cc1010fc4e16f (diff) |
Release policy/parent5.0.1
-rw-r--r-- | checkstyle/pom.xml | 2 | ||||
-rw-r--r-- | integration/pom.xml | 2 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | resources/pom.xml | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index f6c6cf66..d8415bcb 100644 --- a/checkstyle/pom.xml +++ b/checkstyle/pom.xml @@ -23,7 +23,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>checkstyle</artifactId> <name>checkstyle</name> diff --git a/integration/pom.xml b/integration/pom.xml index 55dffd2a..a49cee34 100644 --- a/integration/pom.xml +++ b/integration/pom.xml @@ -29,7 +29,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 72c4fa45..5e106a19 100644 --- a/resources/pom.xml +++ b/resources/pom.xml @@ -25,7 +25,7 @@ <parent> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>5.0.1-SNAPSHOT</version> + <version>5.0.1</version> </parent> <artifactId>policy-parent-resources</artifactId> |