diff options
author | a.sreekumar <ajith.sreekumar@est.tech> | 2020-03-25 23:01:06 +0000 |
---|---|---|
committer | a.sreekumar <ajith.sreekumar@est.tech> | 2020-03-25 23:53:16 +0000 |
commit | f1f9a309c19ca21027711670d0f3c22b15bcce9e (patch) | |
tree | 17ba7fe1bc87529ed6370ea5139f7c77eb683bd9 /examples/examples-grpc | |
parent | 8fb8b3bf2c580e2b6227dd3b38d1b45fb60f52a4 (diff) |
Bump policy-apex-pdp to 2.3.1-SNAPSHOT
Change-Id: I59b93fccb0f3a41f8db753d1e8e2978bbb51e9a0
Issue-ID: POLICY-2378
Signed-off-by: a.sreekumar <ajith.sreekumar@est.tech>
Diffstat (limited to 'examples/examples-grpc')
-rw-r--r-- | examples/examples-grpc/pom.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/examples-grpc/pom.xml b/examples/examples-grpc/pom.xml index 4113ab33f..9848bf41c 100644 --- a/examples/examples-grpc/pom.xml +++ b/examples/examples-grpc/pom.xml @@ -18,13 +18,13 @@ SPDX-License-Identifier: Apache-2.0 ============LICENSE_END========================================================= --> -<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" +<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <parent> <groupId>org.onap.policy.apex-pdp.examples</groupId> <artifactId>examples</artifactId> - <version>2.3.0-SNAPSHOT</version> + <version>2.3.1-SNAPSHOT</version> </parent> <artifactId>examples-grpc</artifactId> <name>examples-grpc</name> @@ -126,4 +126,4 @@ </plugin> </plugins> </build> -</project>
\ No newline at end of file +</project> |