diff options
author | jenkins-releng <jenkins-releng@onap.org> | 2024-04-25 09:02:19 +0000 |
---|---|---|
committer | jenkins-releng <jenkins-releng@onap.org> | 2024-04-25 09:02:19 +0000 |
commit | b88e385355e7bdf4ce9dd3066d26c3ade5d8bc84 (patch) | |
tree | 2ce753a649a47146f03a9acc0b16061df7522dbe | |
parent | 10968498c2865d1d119678d853c45cc231a24121 (diff) |
Release policy/parent4.1.2
-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 3d8e11fd..ed31774f 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.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>checkstyle</artifactId> <name>checkstyle</name> diff --git a/integration/pom.xml b/integration/pom.xml index 6423564e..19a4ad56 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.2-SNAPSHOT</version> + <version>4.1.2</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>4.1.2-SNAPSHOT</version> + <version>4.1.2</version> <packaging>pom</packaging> <properties> diff --git a/resources/pom.xml b/resources/pom.xml index f44996a0..78923a15 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.2-SNAPSHOT</version> + <version>4.1.2</version> </parent> <artifactId>policy-parent-resources</artifactId> |