diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2025-01-27 13:27:37 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2025-01-27 13:27:37 +0000 |
commit | 21356661dc1a08e042aa4be14061daf72798fcc2 (patch) | |
tree | eee779425d0f024c77f04d0f5d02164ab820c9fc | |
parent | 155b0c4b75316a75560f74a2ae645873c967273a (diff) |
Release policy/parent5.1.0
-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 acc94c6d..5a2fdc7e 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.1.0-SNAPSHOT</version> + <version>5.1.0</version> </parent> <artifactId>checkstyle</artifactId> <name>checkstyle</name> diff --git a/integration/pom.xml b/integration/pom.xml index cb1a6404..c984d7b3 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.1.0-SNAPSHOT</version> + <version>5.1.0</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.1.0-SNAPSHOT</version> + <version>5.1.0</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 35f07ee7..1673f81c 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.1.0-SNAPSHOT</version> + <version>5.1.0</version> </parent> <artifactId>policy-parent-resources</artifactId> |