diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-05-16 11:26:52 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-05-16 11:26:52 +0000 |
commit | 07f54476756491af87e69e5e470c265f2cbd61df (patch) | |
tree | 4d0bbd12a2befd226312b98ae942652b54f9834a | |
parent | 093c8ff34d61223632aa9f44ecaea35c09535ecc (diff) |
Release policy/parent4.1.4
-rw-r--r-- | checkstyle/pom.xml | 2 | ||||
-rw-r--r-- | integration/pom.xml | 4 | ||||
-rw-r--r-- | pom.xml | 2 | ||||
-rw-r--r-- | resources/pom.xml | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/checkstyle/pom.xml b/checkstyle/pom.xml index cf3a04a3..d20eb3be 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>4.1.4-SNAPSHOT</version> + <version>4.1.4</version> </parent> <artifactId>checkstyle</artifactId> <name>checkstyle</name> diff --git a/integration/pom.xml b/integration/pom.xml index 4717e142..cf85956d 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>4.1.4-SNAPSHOT</version> + <version>4.1.4</version> </parent> <artifactId>integration</artifactId> <packaging>pom</packaging> @@ -1487,7 +1487,7 @@ <dependency> <groupId>org.onap.policy.parent</groupId> <artifactId>checkstyle</artifactId> - <version>[4.1.2,)</version> + <version>4.1.4</version> <scope>compile</scope> </dependency> </dependencies> @@ -24,7 +24,7 @@ <modelVersion>4.0.0</modelVersion> <groupId>org.onap.policy.parent</groupId> <artifactId>policy-parent</artifactId> - <version>4.1.4-SNAPSHOT</version> + <version>4.1.4</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index 3fe2eb92..35098577 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>4.1.4-SNAPSHOT</version> + <version>4.1.4</version> </parent> <artifactId>policy-parent-resources</artifactId> |