diff options
-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> |