diff options
author | 2025-03-11 13:57:27 +0000 | |
---|---|---|
committer | 2025-03-11 13:57:27 +0000 | |
commit | eeab26cc77d482123ffbf16733b304eff5a52499 (patch) | |
tree | 3b830939a825c664d818d16785be05ca4fb07d16 | |
parent | cdcb91044f8c863dfbcbcc9bd9bd3efdfdcf017f (diff) |
Release policy/parent5.1.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 102eeb1e..f425f812 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.1-SNAPSHOT</version> + <version>5.1.1</version> </parent> <artifactId>checkstyle</artifactId> <name>checkstyle</name> diff --git a/integration/pom.xml b/integration/pom.xml index 33b8714c..04beb78b 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.1-SNAPSHOT</version> + <version>5.1.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.1.1-SNAPSHOT</version> + <version>5.1.1</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 37f77c8c..c21e4dee 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.1-SNAPSHOT</version> + <version>5.1.1</version> </parent> <artifactId>policy-parent-resources</artifactId> |