diff options
author | 2019-08-06 16:16:51 +0000 | |
---|---|---|
committer | 2019-08-06 16:16:51 +0000 | |
commit | 3bbfca830b954a8e536c0a01af726015ce826da4 (patch) | |
tree | b91e05093c0d88e657eb6e3bf8839e371926dcf3 /core | |
parent | e94ec8caa9344d3860b29e3ea88447d7609dea6c (diff) |
Release policy/apex-pdp2.2.1
Diffstat (limited to 'core')
-rw-r--r-- | core/core-deployment/pom.xml | 2 | ||||
-rw-r--r-- | core/core-engine/pom.xml | 2 | ||||
-rw-r--r-- | core/core-infrastructure/pom.xml | 2 | ||||
-rw-r--r-- | core/core-protocols/pom.xml | 2 | ||||
-rw-r--r-- | core/pom.xml | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/core/core-deployment/pom.xml b/core/core-deployment/pom.xml index 5a34f6f6a..5d6ad77df 100644 --- a/core/core-deployment/pom.xml +++ b/core/core-deployment/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>core-deployment</artifactId> diff --git a/core/core-engine/pom.xml b/core/core-engine/pom.xml index 110a79cb8..932c227d3 100644 --- a/core/core-engine/pom.xml +++ b/core/core-engine/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>core-engine</artifactId> diff --git a/core/core-infrastructure/pom.xml b/core/core-infrastructure/pom.xml index fd910cdb3..ecca5d4c5 100644 --- a/core/core-infrastructure/pom.xml +++ b/core/core-infrastructure/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>core-infrastructure</artifactId> diff --git a/core/core-protocols/pom.xml b/core/core-protocols/pom.xml index 80649accb..a713844fb 100644 --- a/core/core-protocols/pom.xml +++ b/core/core-protocols/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp.core</groupId> <artifactId>core</artifactId> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <artifactId>core-protocols</artifactId> diff --git a/core/pom.xml b/core/pom.xml index 0f463509d..2be7b1003 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.policy.apex-pdp</groupId> <artifactId>apex-pdp</artifactId> - <version>2.2.1-SNAPSHOT</version> + <version>2.2.1</version> </parent> <groupId>org.onap.policy.apex-pdp.core</groupId> |